Releases: DCOR-dev/DCOR-Aid
DCOR-Aid 0.16.9
For signed installers, please read the Code Signing Policy.
- enh: don't use global
logging.basicConfig
- enh: setup INFO logging for
requests
(no more DEBUG logs) - ref: setup DEBUG/INFO logging for
dcoraid
anddclab
- tests: avoid update check in custom GUI test
- setup: bump dclab to 0.62.11
DCOR-Aid 0.16.8
This is a minor bugfix release. The Windows installer is signed with a test certificate from signpath.org. Future releases will get a valid certificate.
0.16.4
- enh: limit logs printed to 2000
- tests: wait for complete resource dict when uploading test data
- ci: introduce SignPath code signing for Windows executables
- setup: bump dclab to 0.62.10
For signed installers, please read the Code Signing Policy.
DCOR-Aid 0.16.3
This is a bugfix release.
0.16.3
- fix: fall-back to resource size estimation via S3 download header
- tests: fix tests that checked resource size after upload
0.16.2
DCOR-Aid 0.16.1
DCOR-Aid 0.16.0
This version fixes a performance issue which also caused more requests than needed issued to the DCOR server. In addition, DCOR-Aid now checks for updates during startup.
- feat: check for updates when starting the DCOR-Aid GUI
- fix: when checking resource existence for a dataset, do not call
"package_show" for every single resource - fix: use
verifiable_files
instead ofverified_files
in error message
before verifying messages - fix: possible exception during upload verification with flaky connection
- enh: increase timeout for "package_show" in
UploadJob
to 500 s - ref: renamed
resource_dict
tocheck_resource_dict
inresource_exists
- ref: add optional
dataset_dict
toresource_exists
DCOR-Aid 0.15.5
DCOR-Aid 0.15.4
If an upload aborted in a previous session, DCOR-Aid does not try to compress resources that have been uploaded already. In addition, I implemented a fix that correctly implements timing-out when fetching information from the CKAN API.
- fix: check for already uploaded resources before attempting to compress
- fix: timeout parameter not passed to
CKANAPI.get
DCOR-Aid 0.15.3
DCOR-Aid 0.15.2
The release fixes an edge case where resource download did not work due to a missing SHA256 sum on the DCOR server. There are a few other minor fixes that improve error messages and prevent users from making mistakes.
Changes:
- fix: fall-back to ETag verification when downloading resources for
which no SHA256 sum exists - fix: set error message before publishing download job error state
- enh: check for external links before upload
- setup: bump dclab from 0.60.0 to 0.62.0
- ref: reduce logging level for SSL verification