-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve Subscription Retriggering Efficiency #4742
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
Conversation
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.
Approved. Just checking: does this compile against CDR?
...s/ca/uhn/hapi/fhir/changelog/6_6_0/4742-improve-efficiency-of-subscription-retriggering.yaml
Outdated
Show resolved
Hide resolved
...r-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/matcher/InMemoryResourceMatcher.java
Show resolved
Hide resolved
...r-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/matcher/InMemoryResourceMatcher.java
Outdated
Show resolved
Hide resolved
...r-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/matcher/InMemoryResourceMatcher.java
Show resolved
Hide resolved
...r-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/matcher/InMemoryResourceMatcher.java
Show resolved
Hide resolved
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4742 +/- ##
============================================
+ Coverage 81.32% 81.45% +0.12%
- Complexity 23650 24844 +1194
============================================
Files 1425 1516 +91
Lines 86399 91103 +4704
Branches 11677 12238 +561
============================================
+ Hits 70265 74208 +3943
- Misses 10947 11484 +537
- Partials 5187 5411 +224 see 1465 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
* Improve subscription efficiency * Reduce number of queries * Add changelog * Fix ITs * Review comments * Test fix
No description provided.