Releases: ckan/ckanext-harvest
Releases · ckan/ckanext-harvest
Release 1.1.0
Release 1.0.0
Added
- Includes i18n directory in package.
- Adds a new
clearsource_history
command/operation. - Adds new parameter
return_last_job_status
toharvest_source_list
- Documentation for logs API
Changed
gather_stage
returns empty list instead ofNone
if errors occurs- Change
redirect
calls toh.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
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
Added
- Adds
_find_existing_package
method to allow harvesters extending theHarvesterBase
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
Fixed
- Fixed queues tests
Release 0.0.2
Changed
- Namespace redis keys to avoid conflicts between CKAN instances
Release 0.0.1
Added
- Adds clear source as a command
- Adds specific exceptions instead of having only the generic
Exception
Fixed
- Catch 'no harvest job' exception