-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(healthcare): enforce json responseType and fix IAM payloads in FHIR samples #4307
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d89402c
fix(healthcare): set responseType to JSON instead of Buffer
angelcaamal c14a186
fix(healthcare): set responseType to JSON instead of Buffer
angelcaamal eb7bc5c
fix(healthcare): set responseType to JSON instead of Buffer
angelcaamal aedc47e
fix(healthcare): set responseType to JSON instead of Buffer
angelcaamal c876688
fix(healthcare): Fix test for delete resource
angelcaamal ae749ad
fix(healthcare): Fix response type
angelcaamal 90c5a4e
fix(healthcare): set responseType to JSON instead of Buffer
angelcaamal 22c430b
fix(healthcare): replace fixed sleep with polling for LRO and improve…
angelcaamal 6af88bf
Merge branch 'main' into fix-fhir-export-resources
iennae c7b6c14
Merge branch 'main' into fix-fhir-patch-store
angelcaamal eddf329
Merge remote-tracking branch 'mi-fork/fix-fhir-export-resources' into…
angelcaamal 6072032
Merge remote-tracking branch 'mi-fork/fix-fhir-delete-resource' into …
angelcaamal 12ea87f
Merge remote-tracking branch 'mi-fork/fix-fhir-delete-resource-purge'…
angelcaamal ea95853
Merge remote-tracking branch 'mi-fork/fix-fhir-store-Iam-policy' into…
angelcaamal 474fd44
Merge remote-tracking branch 'mi-fork/fix-fhir-patch-store' into feat…
angelcaamal 7f13b79
refactor(fhir): improve API response handling and fix test failures
angelcaamal b1d7082
fix(fhir): add missing Content-Type header to POST request
angelcaamal 7dca047
fix(healthcare): remove mocha parallel execution to prevent npm insta…
angelcaamal 2d60e96
fix(healthcare): apply code review feedback
angelcaamal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ const main = ( | |
| policy: { | ||
| bindings: [ | ||
| { | ||
| members: member, | ||
| members: [member], | ||
| role: role, | ||
| }, | ||
| ], | ||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.