-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/show matching study in the list of dars #579
Feature/show matching study in the list of dars #579
Conversation
wkirdp
commented
May 20, 2024
- Add a dbGaPDataAccessRequest method to get matching studies
- Show matching studies in the DAR snapshot table
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #579 +/- ##
==========================================
+ Coverage 98.71% 98.73% +0.01%
==========================================
Files 300 300
Lines 23815 23850 +35
==========================================
+ Hits 23510 23549 +39
+ Misses 305 301 -4 ☔ View full report in Codecov by Sentry. |
This factory was previously not subclassed from the dbGaPDataAccessRequestFactory, so it tried to use a duplicate dbgap_dar_id, which caused integrity errors. Update the factory to subclass the main factory, which allows them to share the same Sequence counter for dbgap_dar_id.
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 - I added a couple comments to fix.
The test_get_dbgap_application_pk_does_not_exist (and the equivalent post version) test is failing in CI, but I can't get it to fail locally.
… of study objects, not the short names Add linkify to matching studies