Custom Query (2152 matches)
Results (1810 - 1812 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#646 |
wontfix
|
Web UI shall support registering harvest sources
|
|
johnbywater
|
#340 |
fixed
|
Web UI theme easier to configure
|
dread
|
dread
|
Reported by dread,
4 years ago.
|
Description |
An install of CKAN should be configurable without changing any of the installed files. This makes it clear to upgrade CKAN. Complete the changes in this wiki page to allow static files to be served from outside CKAN paths over CKAN versions and additional CSS file to be pulled in.
http://wiki.okfn.org/ckan/doc/theme
|
#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.
|
Note: See
TracQuery
for help on using queries.