Custom Query (2152 matches)
Results (1228 - 1230 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#1324 |
fixed
|
Add extra fields to resource table
|
kindly
|
kindly
|
Reported by kindly,
3 years ago.
|
Description |
add extra fields to resource as outlined in
http://wiki.ckan.net/Domain_Model/Resource
Specifically (all unicode strings except for those noted):
- name: a name for this resource (could be used in a ckan url)
- type: the type of the resource. One of: file | api | service | listing
- mimetype: standard mimetype (e.g. for zipped csv would be application/zip)
- mimetype_inner: mimetype of innermost object (so for example would be text/csv)
- size: [integer] size of the resource (content length) in bytes. Usually only relevant for resources of type file.
- last_modified: [datetime] the date when this resource's data was last modified (NB: not the date when the metadata was modified).
- cache_url: url for cache of object in ckan storage
- cache_last_updated: [datetime] timestamp when cached version was created
- webstore_url:
- webstore_last_updated: [datetime] timestamp when webstore was last updated
|
#1325 |
fixed
|
python 2.5 incompatibilities
|
dread
|
dread
|
Reported by dread,
3 years ago.
|
Description |
We claim to support Python 2.5 (useful for Lenny), yet a few problems have crept in:
- 'with' statement requires from __future__ import with_statement
- import json from ckan.lib.helpers, rather than directly, since it copes with reverting to simplejson, used in python 2.5.
|
#1327 |
duplicate
|
[super] Dataset Archiving
|
|
rgrp
|
Reported by rgrp,
3 years ago.
|
Description |
Split out of #852. Automated archiving of datasets (related to QA).
Automated archiving using worker process
- #890 - Timed actions in ckanext-queue
- #891 - Resource download worker daemon
- #892 - Make stored data available in WUI
|
Note: See
TracQuery
for help on using queries.