Releases: DCOR-dev/DCOR-Aid
Releases · DCOR-dev/DCOR-Aid
DCOR-Aid 0.11.7
DCOR-Aid 0.11.6
- fix: set visibility to private based on available licenses
- fix: calling the CLI 'dcoraid-upload-task --help' raised exception
- fix: add timeout to api.post
- fix: remove time DCOR-Aid waits for the server from average upload rate
- enh: unselected license in upload dialog for example data
- enh: increase logging verbosity
DCOR-Aid 0.11.5
DCOR-Aid 0.11.4
DCOR-Aid 0.11.3
DCOR-Aid 0.11.2
DCOR-Aid 0.11.1
DCOR-Aid 0.11.0
- feat: support downloading condensed .rtdc files
- enh: allow user to choose download location via preferences (#43)
- ref: download jobs no longer are identified via
resource_id
, but
viajob_id
, because we now have condensed resources - setup: bump dclab from 0.39.15 to 0.40.0
DCOR-Aid 0.10.0
- feat: display paths to resources in Upload tab (#56)
- fix: make sure DCOR-Aid starts when the server is not reachable (#57)
- fix: make sure DCOR-Aid starts when the API token is wrong (#57)
- enh: add with_api_key and with_correct_version keyword arguments to
CKANAPI.is_available - ref: do not update login status asyncronously in the background
- ref: new status_widget submodule
- setup: DCOR-Aid 0.10.0 requires CKAN 2.9.4 on the server side
- setup: bump dclab from 0.39.3 to 0.39.15
DCOR-Aid 0.8.6
0.8.6:
- tests: did not run on Windows
0.8.5
- enh: introduce APIOutdatedError (server response)
- enh: inform the user to upgrade DCOR-Aid, if the server does not
support the current version - fix: handle spaces in uploaded resources names (#51)
- ref: combine response handling for API GET and POST requests
0.8.4
- fix: properly handle "user_list" for anonymous users
- ref: reorganized APIErros