hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.05k stars 1.33k forks source link

Database partition mode Part 2 #6409

Open jamesagnew opened 4 weeks ago

jamesagnew commented 4 weeks ago

This is the second in a series of PRs to merge in the new database partition mode code.

This PR is preparation for the actual database partitioning:

github-actions[bot] commented 4 weeks ago

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.47%. Comparing base (406db33) to head (b9ffd07). Report is 94 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6409 +/- ## ============================================ - Coverage 83.54% 83.47% -0.07% - Complexity 27432 27834 +402 ============================================ Files 1707 1744 +37 Lines 106185 107907 +1722 Branches 13397 13557 +160 ============================================ + Hits 88710 90077 +1367 - Misses 11750 12016 +266 - Partials 5725 5814 +89 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.