Stefan Oderbolz

Results 14 issues of Stefan Oderbolz

My script to import files in roam uses this library, since a couple of days there is an error: ``` ERROR occured: Error: Node is either not visible or not...

Today every harvester must implement a generic error handling on their own, as otherwise the harvest daemon might fail without any error message for the user. See e.g. https://github.com/ckan/ckanext-dcat/pull/149 @kentsanggds...

## Background I recently had an issue with the `harvest_object` table getting really big. This is especially the case if a large `content` is saved on each harvest_object and harvesting...

The previous code only works if you define a list of values in your schema JSON. For the new choices_helper options, where field.choices is not set, the size would always...

I want to accept arbitrary dicts for a field that i defined in a scheme. It seems that CKAN tries to apply some kind of sub-schema if it encounters a...

enhancement

If the CKAN search should "know" about all the defined fields of a schema, this extensions should make use of the [`before_index`](http://docs.ckan.org/en/latest/extensions/plugin-interfaces.html?highlight=interfaces#ckan.plugins.interfaces.IPackageController.before_index) method and customize the dict that gets sent...

enhancement

This solved #22, instead of always running the setup, this PR moves the logic to a new `init` command.

Related to #56, fix the encoding problem: ``` Traceback (most recent call last): File "/home/ckanuser/pyenv/bin/paster", line 11, in sys.exit(run()) File "/home/ckanuser/pyenv/lib/python2.7/site-packages/paste/script/command.py", line 102, in run invoke(command, command_name, options, args[1:]) File...

We just deployed xloader on a production server. And since we have harvesters running that fill up the pipeline and users that are manually triggering an upload it would be...