-
Notifications
You must be signed in to change notification settings - Fork 1.4k
5089 cr measure refactor #5324
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
5089 cr measure refactor #5324
Conversation
* Bump to core release 6.0.16 * Bump to core version 6.0.20 * Fix errors thrown as a result of VersionSpecificWorkerContextWrapper * Bump to core 6.0.22
…automatically indexes the primary key (#5127) * dropped old index FK_RESVERPROV_RES_PID on RES_PID column before adding IDX_RESVERPROV_RES_PID * added changelog * changed to valid version number * changed to valid version number, need to be ordered by version number...
…ied (#5124) 5123 - Use DEFAULT partition for server-based requests if none specified
* added FIXME with source of issue * added FIXME with root cause * added FIXME with root cause * Providing solution to the issue and removing fixmes. * Providing changelog * auto-formatting. * Adding new test. * Adding a new test for standard paging * let's try this and see if it works...? * fix tests * cleanup to trigger a new run * fixing tests --------- Co-authored-by: Ken Stevens <[email protected]> Co-authored-by: peartree <[email protected]>
…ore (#5118) * fix, test, changelog * fix, test, changelog --------- Co-authored-by: justindar <[email protected]>
_source search parameter needs to support modifiers - added support form :contains, :missing, :above modifiers
…r/hapi-fhir into 5089-cr-measure-refactor
|
Formatting check succeeded! |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #5324 +/- ##
============================================
+ Coverage 81.32% 82.83% +1.51%
- Complexity 23650 26303 +2653
============================================
Files 1425 1612 +187
Lines 86399 102217 +15818
Branches 11677 13067 +1390
============================================
+ Hits 70265 84676 +14411
- Misses 10947 11944 +997
- Partials 5187 5597 +410 ☔ View full report in Codecov by Sentry. |
hapi-fhir-storage-cr/src/main/java/ca/uhn/fhir/cr/common/IDaoRegistryUser.java
Show resolved
Hide resolved
hapi-fhir-storage-cr/src/main/java/ca/uhn/fhir/cr/config/TerminologyCacheConfig.java
Outdated
Show resolved
Hide resolved
.../main/java/ca/uhn/fhir/cr/dstu3/activitydefinition/ActivityDefinitionOperationsProvider.java
Show resolved
Hide resolved
hapi-fhir-storage-cr/src/test/java/ca/uhn/fhir/cr/r4/TestCrR4Config.java
Show resolved
Hide resolved
hapi-fhir-storage-cr/src/test/java/ca/uhn/fhir/cr/r4/TestCrR4Config.java
Show resolved
Hide resolved
|
question: The test coverage for R4 is significantly better than for DSTU3. Is that just a matter of us not having content for DSTU3? |
#5089