-
Notifications
You must be signed in to change notification settings - Fork 6
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
refact!: define a "scopeable model" base class + modelviewset scoping #536
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #536 +/- ##
===========================================
+ Coverage 92.04% 92.71% +0.66%
===========================================
Files 115 116 +1
Lines 4237 4391 +154
Branches 376 386 +10
===========================================
+ Hits 3900 4071 +171
+ Misses 249 229 -20
- Partials 88 91 +3 ☔ View full report in Codecov by Sentry. |
…odel-base-class # Conflicts: # chord_metadata_service/phenopackets/api_views.py
…odel-base-class # Conflicts: # chord_metadata_service/chord/tests/test_api.py # chord_metadata_service/discovery/api_views.py # chord_metadata_service/discovery/utils.py # chord_metadata_service/experiments/api_views.py # chord_metadata_service/phenopackets/api_views.py
test: add more tests / fix test issues
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.
Final requests I think, looks good!
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.
Working well for me so far.
post-approval comment: behaviour when mismatching projects & datasets is not always consistent. If I manage to request a project_id and and an incorrect dataset_id (from another project, say), I get a mix of behaviours:
working now, thanks |
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.
LGTM! Nice work
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.
Nice!
No description provided.