- enh: implement indexing (id and index) in DBExtract - enh: make CKANAPI and APIInterrogator available in the root module
0.7.3
- enh: check for CKAN version on startup (38) - ref: add future-compatibility with `user_show` without `id` - setup: bump dclab from 0.35.6 to 0.36.1 (improved speed and fixed minor issues)
0.7.2
- fix: when --version is passed, don't load the entire UI to prevent uploads/downlodas from blocking in the background - ref: add pyqtSlots where appropriate
0.7.1
- fix: handle connection errors on startup when no internet connection is available (34) - fix: QTimer timeout value for downloads and uploads was too short - fix: simplify error messages on connection errors in UI - enh: do not re-download already-downloaded resources (31) - enh: implement resume for downloads (31)
0.7.0
- feat: implement download manager - feat: rename first tab to "Find Data" and allow searching for private datasets - fix: perform sanity checks for datasets (27) - enh: allow to download all resources of a collection (13) - enh: implement search for packages the user has access to - enh: implement DBInterrogator functions for generating a private user db (partly 5) - setup: bump dclab from 0.35.3 to 0.35.6 - ref: simplify `dbmodel` submodule (just use Interrogator) - ref: expand dedicated `api` submodule (moved functions from `upload.dataset`) - ref: introduce dedicated `common` submodule - ref: introduce dedicated `worker` submodule for `KThread` and`Daemon`
0.6.4
- enh: automatically respwan job tasks on connection errors (26) - enh: allow to abort the "compress" step of a job - enh: when loading upload tasks that have already been loaded before, tell the user how many there were