-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
New reindex spring batch operation #2845
Conversation
This pull request introduces 1 alert and fixes 1 when merging 774e0e2 into 1b9761c - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging ff1516b into 1b9761c - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging d0da752 into 1b9761c - view on LGTM.com new alerts:
fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #2845 +/- ##
==========================================
Coverage 82.58% 82.58%
- Complexity 19608 19687 +79
==========================================
Files 1311 1323 +12
Lines 69887 70100 +213
Branches 10714 10728 +14
==========================================
+ Hits 57713 57889 +176
- Misses 8069 8093 +24
- Partials 4105 4118 +13
Continue to review full report at Codecov.
|
This pull request introduces 1 alert and fixes 1 when merging 38bb227 into 1b9761c - view on LGTM.com new alerts:
fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A couple of substantive comments and several nits for you to pick.
hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/model/RequestPartitionId.java
Outdated
Show resolved
Hide resolved
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/batch/job/PartitionedUrlValidator.java
Outdated
Show resolved
Hide resolved
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/batch/job/model/RequestListJson.java
Outdated
Show resolved
Hide resolved
...hir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/batch/reader/BatchDateThresholdUpdater.java
Show resolved
Hide resolved
...r-base/src/main/java/ca/uhn/fhir/jpa/batch/reader/CronologicalBatchAllResourcePidReader.java
Show resolved
Hide resolved
hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ProviderConstants.java
Show resolved
Hide resolved
hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ProviderConstants.java
Show resolved
Hide resolved
hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ReindexProvider.java
Show resolved
Hide resolved
hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/provider/ReindexProvider.java
Show resolved
Hide resolved
hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2845-reindex-operation.yaml
Outdated
Show resolved
Hide resolved
…_5_0/2845-reindex-operation.yaml Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…job/ReindexJobTest.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…job/ReindexJobTest.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…r/r4/MultitenantBatchOperationR4Test.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…r/r4/MultitenantBatchOperationR4Test.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…searchparam/ResourceSearch.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…rage/IDeleteExpungeJobSubmitter.java Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
This pull request introduces 1 alert and fixes 1 when merging 1bdd16c into 1b9761c - view on LGTM.com new alerts:
fixed alerts:
|
No description provided.