-
Notifications
You must be signed in to change notification settings - Fork 4
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
#374 - Extend api to save and load cohort and dataselection #459
base: develop
Are you sure you want to change the base?
#374 - Extend api to save and load cohort and dataselection #459
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #459 +/- ##
=============================================
+ Coverage 75.61% 75.75% +0.13%
+ Complexity 580 549 -31
=============================================
Files 154 150 -4
Lines 2633 2487 -146
Branches 229 214 -15
=============================================
- Hits 1991 1884 -107
+ Misses 576 540 -36
+ Partials 66 63 -3 ☔ View full report in Codecov by Sentry. |
@DisplayName("getDataquerySlotsJson() -> succeeds") | ||
void getDataquerySlotsJson_succeeds() throws JsonProcessingException { | ||
var dataqueryHandler = createDataqueryHandler(); | ||
var usedSlots = new Random().nextLong(); |
Check warning
Code scanning / CodeQL
Random used only once Warning test
efd88c5
to
b4b7961
Compare
- move api to v5 - add Dataquery - remove query template and saved query - add database migration script - remove unused methods, exceptions and tests - update ontology tag in github integration test - modify swagger file - convert saved queries and templates to dataqueries in db migration
f3d8e98
to
2428a6f
Compare
- remove some unused imports - fix some minor potential errors
Remove Templates and Saved queries.
Implement Dataqueries as discussed in the corresponding issue ( #374 )