Skip to content

Releases: ckan/ckanext-harvest

Release 1.0.0

30 Mar 21:52
Compare
Choose a tag to compare

Added

  • Includes i18n directory in package.
  • Adds a new clearsource_history command/operation.
  • Adds new parameter return_last_job_status to harvest_source_list
  • Documentation for logs API

Changed

  • gather_stage returns empty list instead of None if errors occurs
  • Change redirect calls to h.redirect_to

Fixed

  • Fix namespace package declarations
  • Only purge own data when calling queue_purge with redis
  • Fix default_groups behavior

Release 0.0.5

01 Nov 15:52
Compare
Choose a tag to compare

Added

  • Adds HarvestLog to log to database
  • Adds a new clean_harvest_log command to clean the log table

Removed

  • This release removes support for CKAN <= 2.0

Release 0.0.4

01 Nov 15:51
Compare
Choose a tag to compare

Added

  • Adds _find_existing_package method to allow harvesters extending the HarvesterBase to implement their own logic to find an existing package
  • Adds support for ITranslation interface
  • Adds special CSS class to datetimes in frontend to enable localisation to the users timezone

Changed

  • Make statistics keys consistent across all actions

Removed

  • Remove harvest_source_for_a_dataset action

Release 0.0.3

01 Nov 15:50
Compare
Choose a tag to compare

Fixed

  • Fixed queues tests

Release 0.0.2

01 Nov 15:49
Compare
Choose a tag to compare

Changed

  • Namespace redis keys to avoid conflicts between CKAN instances

Release 0.0.1

01 Nov 15:48
Compare
Choose a tag to compare

Added

  • Adds clear source as a command
  • Adds specific exceptions instead of having only the generic Exception

Fixed

  • Catch 'no harvest job' exception