Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 2843 - store both versioned and unversioned canonicals in ParametersMap #2929

Merged
merged 5 commits into from
Nov 3, 2021

Commits on Oct 29, 2021

  1. issue #2843 - store both versioned and unversioned canonicals in

    ParametersMap
    
    Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
    lmsurpre committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8a9c044 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. issue #2843 - added test for config-based sp version filtering

    This changeset introduces the fhir-ig-us-core as a test dependency for
    fhir-search. This was strictly out of convenience...the alternative
    would be to create a new test-only PackagedRegistryResourceProvider that
    provides multiple versions of the same search parameter(s).
    
    Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
    lmsurpre committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    28a54e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. bump fhir-examples dependency version

    otherwise we run into the following error during validation if us-core
    is on the path:
    ```
    SEVERE: validateResource(json/profiles/fhir-ig-us-core/Observation-some-day-smoker.json)
    unexpected failure: Input resource failed validation:
    generated-us-core-smokingstatus-5: Constraint violation:
    effective.where(is(dateTime)).exists() (Observation)
    ```
    
    I also added back in the fhir-examples.version variable because I think
    our release automation still depends on this one (I had maybe
    accidentally removed it while removing the other variables for
    dependabot).
    
    Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
    lmsurpre committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    38c3893 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Remove url variants instead of deprecating

    per review feedback
    
    Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
    lmsurpre committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    80f7df3 View commit details
    Browse the repository at this point in the history
  2. Remove url variants instead of deprecating

    per review feedback
    
    Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
    lmsurpre committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    66270ed View commit details
    Browse the repository at this point in the history