Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1012 - 1014 of 2152)

Ticket Resolution Summary Owner Reporter
#352 wontfix Package notification worker - sends XML-RPC dread dread

Reported by dread, 4 years ago.

Description

As an

external front-end

I want to

be notified (by XML-RPC) about package creations and updates.

Implementation

  1. A message queue worker waits for package update notifications
  2. On reception, it constructs XML detailing the changes and PUSHes it to a configured URI.

Rather than turning the package fields into XML fields, the JSON dump of the list of package dictionaries will become a single XML parameter.

Config - in the CKAN config will be:

  • URI to callback to
  • API version to use (version 2 gives packages referred by ID not name)
#1546 fixed Package metadata_created returns the wrong date johnglover johnglover

Reported by johnglover, 2 years ago.

Description

metadata_created seems to be returning the date of the earliest revision (for all packages), rather than the earliest revision for a specific package.

#1071 fixed Package history API moved to /api/rest/package/revisions dread dread

Reported by dread, 3 years ago.

Description

api/rest/package_history is not RESTful or follow API naming conventions. Therefore move it to /api/rest/package/revisions

Also, API docs incomplete.

Note: See TracQuery for help on using queries.