Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2095 - 2097 of 2152)

Ticket Resolution Summary Owner Reporter
#667 wontfix API is slow thejimmyg dread

Reported by dread, 4 years ago.

Description

See message and script: http://lists.okfn.org/pipermail/ckan-discuss/2010-September/000569.html

1500 requests shouldn't take hours.

#1214 worksforme API improvements (following javascript use) dread dread

Reported by dread, 3 years ago.

Description

Notes on the CKAN API from Aron:

  • Server returns text/html for errors even when "Accept: application/json" header is set.
  • DELETE package request requires a Content-Length? Should be 405 Method Not Allowed?
  • Tag returned as a JSON object when updating but as a string when requesting. Same with "extras" content.
  • How to remove key from "extras" object? Passing None as described in the docs is invalid JSON and using null doesn't work.
  • Tags return package names rather than ids when querying GET /tag/{id}
  • Doesn't return rendered_text property on package update.
  • Relationships use "object" key rather than id or package_id.
#1688 fixed API for changing the permissions on an object dread dread

Reported by dread, 2 years ago.

Description

We need an API for changing the authorization (permissions) on a model object.

This was neglected in #1253 because of various changes to authz were looming. But six months later it still hasn't been done.

Suggest this is just moving _add_user_object_role from ckan/lib/base.py to the logic layer, but no doubt it will be more complicated.

Estimate: 3 days

Note: See TracQuery for help on using queries.