gem dependency updates and addressing vulnerabilities + non-FHIR:reference filter added#290
Draft
FlexonyoPizza wants to merge 5 commits intoinferno-framework:mainfrom
Draft
gem dependency updates and addressing vulnerabilities + non-FHIR:reference filter added#290FlexonyoPizza wants to merge 5 commits intoinferno-framework:mainfrom
FlexonyoPizza wants to merge 5 commits intoinferno-framework:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Filler gem path to inferno-core, tls-test-kit, and smart-app-test-kit in order to bundle install and update gemlock locally. Will remove those gem path and reference the actual inferno-core, tls-test-kit, and smart-app-test-kit versions once those gems are released.
Added a filter in lib/reference_resolution_test.rb that filters out non-FHIR:reference variants passed to
"def unresolved_references(resources = [])";
Some suite tests (in particular medication[x] tests) in the g10 test kit wouldn't pass because 'CodeableConcept' variants were being passed to that function in US-core that only accepts FHIR:reference variants.