Custom Query (2152 matches)
Results (667 - 669 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#1019 |
fixed
|
Webhooks notification service
|
pudo
|
pudo
|
Reported by pudo,
3 years ago.
|
Description |
We propose the following push approach using individual packages:
- New, updated and deleted packages are pushed to a url endpoint on Wordpress (WPURL). This endpoint will be a configuration option on the CKAN side. A POST or PUT http method will get used. The payload will be a json document of the following form:
{
payload: The entity data as available from the REST API
entity-type: 'Package',
operation-type: 'create'|'update'|'delete' # one of these options
}
It will be sent as the body of the request with content-type set to application/json.
- The wordpress side will provide a 200 on success. Any other response will be taken as a failure. On failure, submission will be archived and failure logged and notified to system administrator. Submission can be resent later automatically by sysadmin after review.
- Pushes will happen continuously and approximately simultaneously with updates (a webhooks type model)
- [optional] CKAN side will support configuring authorization for basic authentication if applied on WP side.
- [optional] List queue status (including failures) on ckan adminstrative dashboard.
|
#1020 |
fixed
|
harvesting doc revision table
|
|
kindly
|
Reported by kindly,
3 years ago.
|
Description |
add revisioning to harvested document table
|
#1021 |
fixed
|
Config option to disable OpenID
|
pudo
|
pudo
|
Reported by pudo,
3 years ago.
|
Description |
HRI don't like federation, want to login normal way only. Make this a config option and perhaps even mess with runtime repoze config
|
Note: See
TracQuery
for help on using queries.