-
Notifications
You must be signed in to change notification settings - Fork 3
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
Location Hierarchy endpoint lineage ids enhancement and refactor #114
Conversation
🐛 Fix the resource ID reference fetch when creating sync tags
Support custom sync filter tag urls through env variables
Update to v1.0.4
Update Sync Filter Ignored config - add more resources
- Add README documentation - Move Magic Strings to constants file - Add functionality to a separate use case of when `/List?_id` is used - Update Tests with these changes
Make self link consistent with other pagination links
Add support for pagination of list entries
update text
Release version 1.0.6
- User selected sync strategy - User selected sync strategy fixes opensrp/fhircore#3052
Fix sync by Location bug on Main
- Release version 2.2.5
Fix LocationHierarchy.getLocationId fails for Pagination endpoints 🐛
9203217
to
79942b6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
============================================
- Coverage 62.96% 62.21% -0.75%
- Complexity 221 229 +8
============================================
Files 16 16
Lines 1477 1588 +111
Branches 168 194 +26
============================================
+ Hits 930 988 +58
- Misses 460 504 +44
- Partials 87 96 +9 ☔ View full report in Codecov by Sentry. |
@pld @dubdabasoduba for the backward compatibility flag, our default check is for |
Yea I agree that makes more sense, if it's not passed it is false, if it passed it is true, regardless of what its value |
…in-contained Populate user assignements into PractitionerDetails contained field
- Refactor from location Hierarchy to Lineage fetch
- Add parent location to results set - Update location fetch logic to include prefetch filter
8c83013
to
451d081
Compare
451d081
to
83b85bd
Compare
IMPORTANT: Where possible all PRs must be linked to a Github issue
Resolves #112
Resolves #113
Engineer Checklist
bug fixes
option(s) on the
README.md
mvn spotless:check
to check my code follows the project'sstyle guide
mvn clean test jacoco:report
to confirm the coverage reportwas generated at
plugins/target/site/jacoco/index.html
mvn clean package
right before creating this pull request.