Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1924 - 1926 of 2152)

Ticket Resolution Summary Owner Reporter
#57 fixed Basic datapkg integration with CKAN rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Using datapkg a user can:

  • list packages on CKAN
  • get info about package on CKAN
  • register and update a package on CKAN
#2231 fixed Base harvester broken on 1.6.1 amercader amercader

Reported by amercader, 2 years ago.

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. Be more flexible accepting schemas on the logic functions
  2. Modify the harvester plugin to implement the necessary interface

[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

#1263 fixed Bad name for logic action in API causes Exception dread dread

Reported by dread, 3 years ago.

Description

A bad action name: e.g. curl http://test.ckan.net/api/action/user_showaa -d '{}' causes 500 response.

Occurs only on 1.4.3 beta.

Note: See TracQuery for help on using queries.