Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.5.8

26 Jul 22:56
0.5.8
7895a82
Compare
Choose a tag to compare

  • 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

26 Jul 06:39
0.5.7
e13df29
Compare
Choose a tag to compare

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

08 Jul 22:36
0.5.5
0ec0b5b
Compare
Choose a tag to compare

  • fix: prevent disk filling up with cached compressed resources if
    new upload jobs are added with dataset IDs that are sorted above
    existing cache directories

DCOR-Aid 0.5.4

08 Jul 21:37
0.5.4
0f2d886
Compare
Choose a tag to compare

  • fix: possibly fix white UI window on Windows 7
  • fix: start persistent upload jobs always in same order

DCOR-Aid 0.5.3

04 Jul 22:32
0.5.3
8c9d265
Compare
Choose a tag to compare

  • 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

19 May 20:55
0.5.2
aaeefda
Compare
Choose a tag to compare

  • 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

17 May 06:27
0.5.1
7f32470
Compare
Choose a tag to compare

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

DCOR-Aid 0.4.6

14 Apr 15:08
0.4.6
ca83c48
Compare
Choose a tag to compare

DCOR-Aid 0.4.5

13 Apr 15:23
0.4.5
0ef6ba6
Compare
Choose a tag to compare

  • ui: add stretch spacer item to resource schema supplements

DCOR-Aid 0.4.4

08 Apr 15:53
0.4.4
e16acf0
Compare
Choose a tag to compare

  • setup: bump dclab from 0.32.4 to 0.33.3