Releases: DCOR-dev/DCOR-Aid
Releases · DCOR-dev/DCOR-Aid
DCOR-Aid 0.14.2
This release fixes a few minor bugs and adds a logging tab the the user interface.
- fix: avoid error in upload tab when no jobs are present
- enh: add logging tab in GUI
- docs: improve doc strings
- ref: improve logging
- tests: reduce segmentation faults during testing (#14)
- setup: bump dclab from 0.58.5 to 0.58.7
DCOR-Aid 0.14.1
DCOR-Aid 0.14.1 makes uploads faster by uploading individual files directly to S3 instead of inefficiently piping them through the DCOR server (nginx -> uwsgi -> S3). Note that this new upload implementation is currently only possible with dcor-dev.mpl.mpg.de and dcor.mpl.mpg.de, and it is scheduled to arrive in dcor-colab.mpl.mpg.de by the end of April.
0.14.1
- setup: fix build pipeline (remove editable install)
0.14.0
- feat: support new DCOR API for uploading data directly to S3
- feat: perform faster ETag verification instead of SHA256 summing
- enh: add api.errors.APIBadRequest error class
- enh: speed-up resource download by computing SHA256 while downloading
- enh: improve logging
- setup: bump dclab from 0.57.0 to 0.58.5
- setup: migrate from setup.py to pyproject.toml
DCOR-Aid 0.13.3
DCOR-Aid 0.13.2
DCOR-Aid 0.13.1
DCOR-Aid 0.13.0
DCOR-Aid 0.12.9
- fix: twisted error message upon SHA-256 upload verification (#73)
- fix: user_show raised unexpected APINotFoundError in wizard
- fix: support None as empty API key
- fix: explain to user how to create API token, since CKAN 2.10 does
not support automatic generation of API keys anymore - fix: workaround for broken CKAN logic in user_show
- enh: skip SSL verification via DCORAID_SKIP_SSL_VERIFY environment variable
- enh: add
__repr__
forCKANAPI
- ref: introduce
CKANAPI.ckan_version_object
fetching the CKAN version
DCOR-Aid 0.12.8
DCOR-Aid 0.12.7
- setup: bump requests to 2.31.0 (CVE-2023-32681)
- setup: bump dclab from 0.50.2 to 0.52.0
DCOR-Aid 0.12.4
- fix: error message in preferences user tab no connection available
- enh: allow to select upload cache directory in CLI
- enh: allow to select upload cache directory in GUI
- enh: make sure temporary cache directories for uploads are removed
- enh: replace lru_cache with weak_lru_cache for instance methods
- setup: bump dclab from 0.49.0 to 0.50.2
- setup: bump urllib3 to 2.0
- setup: bump requests_toolbelt to 1.0