forked from google/fhir-gateway
-
Notifications
You must be signed in to change notification settings - Fork 3
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
⬆️ Upgrade the commons utils #44
Open
dubdabasoduba
wants to merge
145
commits into
main
Choose a base branch
from
feature/update_utils_commons
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Checking user permissions when requesting for data from the server.
… the Proxy server.
…r assignments for the User requesting the data from the server WIP
- Refactor Permission checker to be Generic - Update Spotless Check dependencies
- Implement Patient POST, PUT, DELETE
- Unit test for HTTP Verb GET permission checker - Unit test for HTTP Verb DELETE permission checker
- Add OpenSRPAccessDecision that pre-processes the request to add location, organization or team tags for data filtering during sync
- Implement PUT Permission Checker - Implement POST Permission Checker - Add unit tests for PUT and POST implementations
…r assignments for the User requesting the data from the server WIP
…r assignments for the User requesting the data from the server WIP
- Authorization Interceptor currently tightly coupled with Patient Finder, temp fix for custom Access Checker
- Permission Checker Implementation For POST Bundle - Add Unit tests
…r assignments for the User requesting the data from the server
- Add random filter to users without location, team or organisation assignments - Disable modification of the complete URL and request path in ServletRequestDetails - Add tests for OpenSRPSyncAccessDecision - Fix tags
…ta-filtering-user-assignments
- Formatting
…ss-checker' into issue/1662-data-filtering-user-assignments-new-branch
- Migrate Pre Processing to Request Mutation plugin API
- Return original unmutated request incase of failure
- Add support for list mode entries fetch with Search by _ID tag - Unit testing
- Error processing for unconfigured Sync Strategy for user - Error processing for incorrectly configured FHIR Gateway Mode Header
Refactor Gateway list-entries mode to support Search by Tag
- Return Practitoner object in Practitioner Details
- Return Practitioners as Array List - Return OrganizationAffiliations - Migrate fhir-common-utils library
Signed-off-by: Martin Ndegwa <[email protected]>
Implement Multiple practitioners details endpoint
@dubdabasoduba needs a version bump so that we can tag and deploy the latest. The charts also need a version bump, check the the failing Lint tests status checks. |
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.
Description of what I changed
E2E test
TESTED:
Please replace this with a description of how you tested your PR beyond the
automated e2e/unit tests.
Checklist: I completed these to help reviewers :)
I have read and will follow the review process.
I am familiar with Google Style Guides for the language I have coded in.
No? Please take some time and review Java and Python style guides.
My IDE is configured to follow the Google code styles.
No? Unsure? -> configure your IDE.
I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)
I ran
mvn clean package
right before creating this pull request and added all formatting changes to my commit.All new and existing tests passed.
My pull request is based on the latest changes of the master branch.
No? Unsure? -> execute command
git pull --rebase upstream master