-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(datasets): add datasets endpoint #111
Conversation
34fe5e4
to
2f6192a
Compare
Jenkins Build 2 : time taken 1 min 38 sec |
9621c0e
to
2a436a3
Compare
Jenkins Build 3 : time taken 4 min 45 sec |
Jenkins Build 4 : time taken 19 min |
2a436a3
to
e189498
Compare
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.
travis is not running your tests! it's not running the transaction_logs tests either https://github.com/uc-cdis/peregrine/blob/master/.travis.yml#L38
also https://github.com/uc-cdis/peregrine/blob/master/run_tests.sh#L14
openapis/swagger.yaml
Outdated
parameters: | ||
- in: query | ||
name: nodes | ||
description: quoma delimited nodes to get counts for |
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.
typo comma
openapis/swagger.yaml
Outdated
application/json: | ||
schema: | ||
type: object | ||
example: {project__A: {case: 0, aliquot: 1}, project_B: {case:2, aliquot: 3}} |
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.
fix case:2
-> case: 2
(swagger is displaying "case:2": null
)
peregrine/blueprints/datasets.py
Outdated
import os | ||
import re | ||
|
||
import peregrine.utils |
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.
codacy is complaining about this not being used
0015981
to
e161fb0
Compare
Jenkins Build 6 : time taken 1 min 21 sec |
e161fb0
to
3fbab42
Compare
Jenkins Build 7 : time taken 1 min 44 sec |
Jenkins Build 8 : time taken 1 min 55 sec |
Jenkins Build 9 : time taken 1 min 18 sec |
This implements the datasets endpoint that allows anonymous request(if configured) for tiered access feature.
ticket: https://ctds-planx.atlassian.net/browse/PXP-2463
deliverable: https://ctds-planx.atlassian.net/wiki/spaces/PLA/pages/29851651/Tiered+Access
cloud-automation pr: uc-cdis/cloud-automation#699
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes