Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.16.9

24 Jan 11:57
0.16.9
a14560b
Compare
Choose a tag to compare

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 and dclab
  • tests: avoid update check in custom GUI test
  • setup: bump dclab to 0.62.11

DCOR-Aid 0.16.8

07 Jan 18:22
0.16.8
9d3fff7
Compare
Choose a tag to compare

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

09 Dec 14:52
0.16.3
98d6ac8
Compare
Choose a tag to compare

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

  • fix: convert resource file extensions to lower-case (#81)
  • fix: escape html characters in logging panel
  • enh: improve error message when registered dataset ID does not exist (#82)
  • setup: bump dclab to 0.62.7

DCOR-Aid 0.16.1

22 Nov 18:36
0.16.1
0e4965f
Compare
Choose a tag to compare

This release fixes timeouts related to resource upload.

  • fix: generally increase timeout for package_revise

DCOR-Aid 0.16.0

22 Nov 14:54
0.16.0
8943f16
Compare
Choose a tag to compare

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 of verified_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 to check_resource_dict in resource_exists
  • ref: add optional dataset_dict to resource_exists

DCOR-Aid 0.15.5

20 Nov 23:06
0.15.5
0589dd1
Compare
Choose a tag to compare

  • fix: downloads tab became unresponsive for > 100 downloads

DCOR-Aid 0.15.4

12 Nov 21:11
0.15.4
74759e9
Compare
Choose a tag to compare

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

11 Nov 22:07
0.15.3
0b243f4
Compare
Choose a tag to compare

This release fixes an issue with finalizing a dataset that contains many DC resources.

  • fix: check whether dataset is activated before activating it
  • fix: timeout after 500 s in dataset_activate in case
    the server is under heavy load

DCOR-Aid 0.15.2

08 Oct 15:06
0.15.2
e4cbb4a
Compare
Choose a tag to compare

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

DCOR-Aid 0.15.0

26 Jun 09:02
0.15.0
f69e1a3
Compare
Choose a tag to compare

This release adds support for internal basins via dclab 0.60.0.