-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bulk export partitioning fixes #5039
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
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
Collaborator
jamesagnew
commented
Jun 28, 2023
- Bulk export batch jobs are now better aware of the partition context
- Remove 2 of the 3 redundant parameters objects for the bulk export batch job
- Adds a new pointcut that is called for each resource being added to a bulk export file
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #5039 +/- ##
============================================
+ Coverage 81.32% 83.19% +1.86%
- Complexity 23650 25550 +1900
============================================
Files 1425 1556 +131
Lines 86399 93310 +6911
Branches 11677 12413 +736
============================================
+ Hits 70265 77627 +7362
+ Misses 10947 10214 -733
- Partials 5187 5469 +282 ☔ View full report in Codecov by Sentry. |
tadgh
approved these changes
Jun 28, 2023
hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java
Outdated
Show resolved
Hide resolved
...-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/5039-add-bulk-export-pointcut.yaml
Show resolved
Hide resolved
...s/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/5039-rename-bulkdataexportoptions.yaml
Show resolved
Hide resolved
hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java
Show resolved
Hide resolved
hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java
Show resolved
Hide resolved
hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/api/server/bulk/BulkExportJobParameters.java
Show resolved
Hide resolved
...test-utilities/src/main/java/ca/uhn/fhir/test/utilities/server/BaseJettyServerExtension.java
Show resolved
Hide resolved
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.