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
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]>
* increase log retention time * update apigw log format
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:
Pulling in latest changes from
feat-igs
intofeat-smart-igs
.This includes
I also updated
THIRD_PARTY
attribution using oss-attribution-generator.Inferno and Custom Integration tests passed.
Checklist: