Adrià Mercader

Results 277 comments of Adrià Mercader

@metaodi This is the frequency in which new jobs are automatically created. Setting it to "Weekly" will create a job every week without you having to click "Reharvest". Of course...

@seitenbau-govdata this should do the trick: ```diff diff --git a/ckanext/harvest/tests/test_blueprint.py b/ckanext/harvest/tests/test_blueprint.py index dbbca7d..a6bef99 100644 --- a/ckanext/harvest/tests/test_blueprint.py +++ b/ckanext/harvest/tests/test_blueprint.py @@ -1,3 +1,4 @@ +# coding: utf-8 import six import pytest @@...

Let's remove the test then and not waste more time, the change is straightforward enough

Sorry @jbrown-xentity, this is probably way more confusing that it should be. Let's step back a second. I believe that the goal here is to have `harvest_object_id`, `harvest_source_id`, and `harvest_source_title`...

Does this give any clues? https://github.com/ckan/ckan/pull/1714#issuecomment-43745098 Sorry, it's a long read but very thorough and it fixed a similar problem I had once with spatial harvesters, so might be worth...

@metaodi Really glad to hear that you were successful after what it sounds like an intense debugging session :) Legacy harvesters might have partial blame, but the `KeyError` on `resource_update`...

The [file](https://github.com/ckan/ckanext-harvest/blob/master/ckanext/harvest/templates_new/source/search.html) is there, so I'm not sure what can be failing. Do other templates work (eg /harvest/new). You don't need to set `ckan.legacy_templates` unless you are using a very...

That makes sense, I was struggling to replicate it. This has an easy fix, just adding the `templates_new` folder to the MANIFEST.in file: https://github.com/ckan/ckanext-harvest/blob/master/MANIFEST.in Do you want to send a...

Totally agree. The CKAN harvester needs to be refactored to use `package_search` on the remote CKAN instead of the old REST API anyway. Once this is done it would be...