Custom Query (2152 matches)
Results (52 - 54 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1814 | fixed | Check publicadata.eu harvesters | amercader | amercader |
Description |
Estimate 2d Once ckanext-pdeu is running on CKAN 1.6, upgrade ckanext-harvest to be able to update the CKAN harvesters (default tags and extras). Also check non-CKAN harvesters (specially scrappers) to see if they are still working. Make a list of current harvesters with status and potential ones. |
|||
#1816 | fixed | Update ckanext-apps to work with CKAN 1.5.1 - 1.6 | amercader | amercader |
Description |
Estimate [2-3d] If possible, it should work with both 1.5.1 and 1.6. Needed for PDEU, also at some point for IATI |
|||
#2231 | fixed | Base harvester broken on 1.6.1 | amercader | amercader |
Description |
On its current version, ckanext-harvest passed a custom schema to package_create and package_update to allow defining an id for new packages (the same as in remote ckan instances) [1] Recent changes in the logic layer have made that the context object is no longer directly read from the context, but only get from plugins [2]. This makes the schema sent from ckanext-harvest to be ignored and the harvesting fails because the id field is not expected ValidationError: {'Id': u'The input field id was not expected.'} We need a way to either:
[1] https://github.com/okfn/ckanext-harvest/blob/master/ckanext/harvest/harvesters/base.py#L115 [2] https://github.com/okfn/ckan/blob/0c07d3be846777318b35c31325215dff00e99313/ckan/logic/action/create.py#L38 |