-
Notifications
You must be signed in to change notification settings - Fork 6
chore!: remove unused endpoints + FHIR + Elastic #553
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #553 +/- ##
===========================================
+ Coverage 90.99% 92.04% +1.05%
===========================================
Files 126 115 -11
Lines 4885 4237 -648
Branches 446 376 -70
===========================================
- Hits 4445 3900 -545
+ Misses 295 249 -46
+ Partials 145 88 -57 ☔ View full report in Codecov by Sentry. |
bump version to 10.0.0
|
@gsfk could you verify i'm not removing anything you use here? |
…s-viewsets # Conflicts: # chord_metadata_service/chord/ingest/__init__.py # chord_metadata_service/chord/workflows/metadata.py
v-rocheleau
left a comment
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.
Small request, will take a closer look at interpretation changes first thing tomorrow.
v-rocheleau
left a comment
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, validated that the endpoints removed are not used elsewhere.
Few things:
- There is still the (now unused)
fhir_utils.pyfile, which links to hl7 and FHIR mapping files. restapi/schemashas an unusedFHIR_BUNDLE_SCHEMArestapi/semantic_mappings/README.mdcan probably be removed
v-rocheleau
left a comment
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.
Lint fails, otherwise LGTM!
No description provided.