This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
chore: Merge feat-igs into develop-smart #259
Merged
nguyen102
merged 39 commits into
feat-smart-igs
from
feat-igs-with-profile-no-hapi-resources
Mar 23, 2021
Merged
chore: Merge feat-igs into develop-smart #259
nguyen102
merged 39 commits into
feat-smart-igs
from
feat-igs-with-profile-no-hapi-resources
Mar 23, 2021
Conversation
This file contains 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
- Update dependencies to the newest - Update auditLog dependencies to match the base package - Add `${AWS::Region}` to IAM log policy - Reduce access for the FHIR Server to just `GET`, `HEAD`, and `POST` requests (posts are needed as searches are POSTed to ES Domain) - Add log retention and log encryption
Co-authored-by: Justinus Menzel <[email protected]>
- interface: add implementation guides compile interface - persistence: match on resourceType as well as id when executing Read/VRead/DeleteVersionedRes operations - persistence: resolve vid and meta attribute mismatch on concurrent Update requests
- parse xpath expressions to support choice of data types - properly handle special characters in queries
* chore: add PR size labeler * chore: update labeler yml syntax * empty commit fix mainline protection Co-authored-by: zheyanyu <[email protected]> Co-authored-by: Tim Nguyen <[email protected]>
Co-authored-by: Tim Nguyen <[email protected]>
Co-authored-by: Emil Diaz <[email protected]>
…timize package size (#240)
Co-authored-by: Tim Nguyen <[email protected]>
'This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.’ |
carvantes
approved these changes
Mar 23, 2021
carvantes
added a commit
that referenced
this pull request
Mar 29, 2021
* chore: Merge feat-igs into develop-smart (#259) * Add hapiValidator test files * chore: Additional igs updates (#260) * feat: support Implementation Guides Co-authored-by: justinusmenzel <[email protected]> Co-authored-by: Emil Diaz <[email protected]> Co-authored-by: Tim Nguyen <[email protected]> Co-authored-by: shyogesh-sw <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Issue #, if available:
Description of changes:
Combining the changes from
feat-igs
withdevelop-smart
so that our SMART FHIR Server now support IGs.Plan is to merge the code into
feat-smart-igs
first, and then later on mergefeat-smart-igs
intodevelop-smart
when we're ready to release the code.Code has been deployed to my personal SMART dev server successfully. Inferno and custom integration tests passed.
Note this PR does not include files under the directory javaHapiValidatorLambda/src/test/. I didn't include those files, as it would make this PR much harder to review. There are hundred of files under that directory and we will copy them over as is to
feat-smart-igs
.Checklist:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.