Releases: DCOR-dev/DCOR-Aid
Releases · DCOR-dev/DCOR-Aid
DCOR-Aid 0.5.8
- fix: introduce LocalTaskResourcesNotFoundError in upload.task
which results in a custom DCORAidQueueWarning in upload.queue
in case a dataset resource is not available at the moment;
previously, this scenario resulted in a FileNotFoundError - fix: when loading tasks recursively from a directory, only ask
once for the circle (if there are multiple available to the user) - fix: immortalized jobs that fail to be summoned (e.g. because the
user moved the resources to a different directory), can now be
imported again from the orgiginal (albeit moved) .dcoraid-task file
DCOR-Aid 0.5.7
0.5.7
- tests: fix test logic for new anonymous test (#15)
0.5.6
- fix: UnboundLocalError "progress" referenced before assignment,
because "wait-disk" status was not handled - fix: UploadQueue could not handle jobs in PersistentUploadJobList that
had been deleted on the server - fix: Initial startup and anonymous mode did not work, because
there was an attempt to access the API (#15)
DCOR-Aid 0.5.5
DCOR-Aid 0.5.4
DCOR-Aid 0.5.3
- enh: re-use compressed resources from now on
- enh: check disk usage before compressing data for upload
- enh: allow to remove zombie cache folders via Maintenance tab
- ref: upload cache location is now handled with keyword arguments;
the default is a temporary directory; the GUI uses QStandardPaths - ref: migrate favicon location to AppDataLocation
- ref: migrate upload compress cache to CacheLocation
(automatically move cached data from old appdirs location) - build: base Windows release on Python 3.8
- setup: require Python 3.8
DCOR-Aid 0.5.2
- enh: write the obtained dataset identifier to task files that
were successfully imported - enh: allow the user to select a circle when uploading tasks that
don't have any circle defined - fix: interface was not updated (e.g. list of uploads), because
of wrong default parameter - fix: avoid upload jobs with invalid dataset IDs
DCOR-Aid 0.5.1
0.5.1
- build: fix Windows build pipeline
0.5.0
- feat: support importing upload jobs from DCOR-Aid task files
- feat: persistent upload jobs (DCORAid remembers all upload
jobs and automatically attempts to run them on startup) - ref: ckanext-dcor_schemas 0.14.3 now handles activation
attempts of datasets without resources correctly - ref: UploadJob now accepts dataset_id instead of dataset_dict,
because that is cleaner