Custom Query (2152 matches)
Results (283 - 285 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #945 | fixed | [super] Richer resources - Resource Groups, new fields, improved UI | kindly | kindly |
| Description |
Super ticket: #1032 This is a meta ticket for changes that are going to happen in resources.
Background on this change can be found at:
|
|||
| #1032 | fixed | [super] Resources in WUI | rgrp | rgrp |
| Description |
Add resources into Web User Interface.
Done:
Moved to superticket #1506:
|
|||
| #1397 | fixed | [super] Resource archiving | kindly | rgrp |
| Description |
We want to cache/archive data associated to a resource so it is available if the resource url disappears (and in order to support other processing we may wish to do e.g. webstorer ...) Etherpad: http://ckan.okfnpad.org/queue (most relevant parts inlined here) Preliminaries
Configuration setup for daemonsPass config through to workers i.e site_url, user, api_key. Need to make site user account. #1408 celeryd config: All providers of tasks will add an item to the following entry point: [ckan.tasks]
name = ckanext.{name}.tasks:....
celeryconfig.py from pkg_resources import iter_entry_points
for entry in iter_entry_points:
celeryimports.appen(....)
CELERY_IMPORTS = celeryimports
Work Items
|
|||
