Skip to content

Releases: HumanCellAtlas/dcp-cli

v0.10.0

17 Aug 20:17
Compare
Choose a tag to compare

Let readthedocs publish api spec (#38)
Log to stderr and fix Oauth2Client inputs

v0.9.5

16 Aug 17:18
Compare
Choose a tag to compare

Stream printing to console & print bytes
Jmackey popup auth
Publish python bindings to readthedocs

v0.9.3

05 Aug 01:56
Compare
Choose a tag to compare

Removing popup capability to release functioning package.

Popups weren't working because client_secrets.json is required and wasn't being published with the package.

v0.9.2

05 Aug 01:14
Compare
Choose a tag to compare

Add client_secrets.json to MANIFEST directory.

v0.9.1

05 Aug 00:54
Compare
Choose a tag to compare

Fix auto-path set
Set config to ~/.config/hca/oauth2.json
Reconfigure auth to include sign-in pop-up if in a teletype

v0.9.0

02 Aug 22:02
Compare
Choose a tag to compare

Full python binding support for all endpoints:
* bundles
* files
* search
* subscriptions

CLI integration on top of these python bindings

v0.7.3

02 Aug 05:31
Compare
Choose a tag to compare

Add kwarg to redirect to different url.

v0.7.2

02 Aug 05:19
Compare
Choose a tag to compare

Remove merge conflict lines.

v0.7.1

02 Aug 05:17
Compare
Choose a tag to compare

Fix google auth request import

v0.7.0

02 Aug 00:17
Compare
Choose a tag to compare

remove sign so I can release
v0.7.0
remove tuple comprehension (python3 doesn't like that)
Remove cli tests.
Python bindings w/ auth and some testing
Autogenerated functions fully working.
making abstractions a package.
Upload/Download refactor:
Moved upload/download commands to hca/api/abstractions dir.
Release file resources after completed.
Cherry-picked upload-from-s3 changes
Testing head_files. Don't regenerate python bindings.
Templatize relative imports from autogenerated.
Remove unnecessary import
Relative imports from autogenerated
Include all jinja files and update tests.
Populate test bundle with real data
avoid namespace collision
New python bindings after positional args sorting.
Sorted positional args to maintain consistent order.
Add jsonschema to install requirements.
Add Jinja2 to setup.py requirements.
Generate fully functional python bindings with docs attached.
Remove .travis.yml changes b/c they landed on a pr that's already been merged.
Added region env variable to travis.
Create classes that add functions/parsers for each endpoint. (#20)
Add AddedCommand superclass for all api endpoints. (#19)