Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.4.3

08 Apr 07:22
0.4.3
d728943
Compare
Choose a tag to compare

  • ci: workaround for test failures (segmentation faults)

DCOR-Aid 0.4.1

07 Apr 06:52
0.4.1
8a0e5c0
Compare
Choose a tag to compare

  • fix: ignore SubjectAltNameWarning for certificates in medical
    branding

DCOR-Aid 0.4.0

26 Mar 09:57
0.4.0
64d471c
Compare
Choose a tag to compare

  • feat: allow to renew and revoke API tokens (#12)
  • fix: selecting dcor-access token file in health-facility wizard
    section did not work.
  • fix: medical scenario should only support private data uploads
  • fix: aborting or restarting an upload job in the GUI did not work
  • fix: use circle name in upload dialog dropdown if title is empty
  • setup: setup.py test is deprecated
  • tests: added first GUI tests
  • docs: pathify logo text

DCOR-Aid 0.3.0

28 Feb 22:29
0.3.0
446618f
Compare
Choose a tag to compare

  • BREAKING CHANGE: all methods and functions dealing with API calls
    now accept a CKANAPI instance instead of a server and an API key.
    This was necessary, because we have to support certificate pinning.
  • fix: actually use server certificate for "medical" user scenario
  • fix: support new CKAN API tokens
  • setup: bump dclab from 0.32.2 to 0.32.4

DCOR-Aid 0.2.2

26 Feb 15:55
0.2.2
d856308
Compare
Choose a tag to compare

0.2.2

  • build: fix build macOS pipeline

0.2.1

  • build: fix build pipeline

0.2.0

  • feat: enable "clinics" in wizard and support encrypted access tokens
  • ci: overhauled build pipeline
  • enh: add APIAuthorizationError class

DCOR-Aid 0.1.1

29 Jan 14:26
0.1.1
fd243c1
Compare
Choose a tag to compare

  • setup: bump dclab from 0.28.0 to 0.32.2 (OOM issues during compression)
  • setup: pin dclab (for triaging)
  • build: move build pipeline from travisCI to GitHub Actions

DCOR-Aid 0.1.0

04 Dec 11:29
0.1.0
9f4ea3b
Compare
Choose a tag to compare

  • feat: implement persistent upload resource schema presets (#9)
  • fix: do not allow user to proceed with upload unless 'authors'
    is specified (to avoid cryptic error message)
  • fix: minor issue of visualizing whether user changed
    supplementary resource information
  • enh: enable DCOR usage (anonymous and registered users)
  • enh: make sure the user really wants to upload datasets without
    editing any metadata (#10)
  • enh: improve upload dialog understandability
  • ref: migrate preferences to QSettings
  • ref: refactor upload dialog to a real dialog

DCOR-Aid 0.0.8

08 Oct 09:00
0.0.8
2883463
Compare
Choose a tag to compare

  • fix: force restart of DCOR-Aid upon wizard end
  • fix: improve handling of cache and config directories

DCOR-Aid 0.0.7

08 Oct 08:49
0.0.7
e06a996
Compare
Choose a tag to compare

  • fix: allow resuming when upload fails (#3)
  • fix: start even if DCOR is down
  • fix: do not display mean upload rate during upload
  • fix: require restart when server is changed
  • enh: ask user to create a Circle when the user is not member of any
  • enh: add basic wizard functionalities
  • enh: resource upload supports supplementary resource schemas
  • enh: stick to package_revise when finalizing dataset
  • enh: verify resource uploads via SHA256 sum (#7)
  • enh: fetch license list directly from server
  • enh: functionalize action buttons in upload
  • enh: increase verbosity of CKANAPI
  • enh: implement resource compression (#6)
  • ref: move connectivity check and user database update to separate
    background threads
  • ref: store traceback of failed upload in job info

DCOR-Aid 0.0.6

25 Aug 13:49
0.0.6
1677069
Compare
Choose a tag to compare

  • enh: allow to create the circle if it does not exist during dataset
    creation
  • fix: set "state" to "active" in dictionary returned by create_dataset
  • fix: catch error when user uses CKANAPI.get when he should use
    CKANAPI.post