Custom Query (2152 matches)
Results (1036 - 1038 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#1574 |
fixed
|
[super] Storage changes including automated save to Webstore
|
ross
|
ross
|
Reported by ross,
2 years ago.
|
Description |
Allow uploading of files to push the data into webstore. Initially we were going to suggest changes to ckanext-storage but after further analysis we arrived at the conclusion that this should be implemented by ckanext-archiver as it already handles archiving of data from various sources and would be the best place to 'archive' to webstore.
- A user wants to upload a file to CKAN, and so chooses the file upload option as they do currently with ckanext-storage. The file upload itself should be handled by this code internal to core (see #1608) but still using ofs [5d]
- The user is provided the link to the file as currently.
- The archiver's update task will check configuration to determine if it should upload some mime-types (tabular formats) to webstore. Configuration should also determine where webstore is. (see #1609) [5d] - took 6
- It should be stored in webstore using {username}/{resource-id} where {username} is the name of the user uploading the original file.
- The archiver will continue to move the file into permanent storage as per current practice.
Tickets
- #1608 Merge storage into Core [5d]
- #1609 Celery task for ckanext-archiver to write to webstore. [5d] (took 6)
- #1687: Deploy to datahub [1d]
- #1681: Core storage documentation [1d?]
- Internal (perhaps in README somewhere or wiki): how does process work, where does data end up and in what order etc
- External: here's how to configure it and here's what you get ... (goes in main sphinx docs)
|
#1575 |
fixed
|
tag punctuation lost in ca.ckan.net import
|
dread
|
dread
|
Reported by dread,
2 years ago.
|
Description |
Last week I imported ca.ckan.net datasets into thedatahub.org, but the tags seem to have lost their dashes, underscores and dots.
|
#1576 |
fixed
|
Move stats extension back into core - 0.5d
|
rgrp
|
rgrp
|
Reported by rgrp,
2 years ago.
|
Description |
- Move into core (keeping as an extension) and default enable
- Do we need tests for controller? (No: already there)
- Documentation (?) - e.g. of basic config options
- Remove lib/stats.py which is still in core
- Deprecation notice on ckanext-stats repo and update extension registry
Est: 0.5d.
Questions:
- Why do this?
- tiny extension with few dependencies - and really nice to have out of the box
- trial for doing this on larger scale
- Do we keep as extension (even if in core)?
- Ans: Yes, keep as extension because:
- Already set up that way
- Cleaner
- Easier to disable / enable
- How do we integrate with main them (e.g. have stats link)
- Ans: not sure (this is part of more general issue of how we update theme for varying changes elsewhere). Best answer is to have some widgetization in theme.
- Hide ratings section (at least until we reinstate ratings #1598)
- Ans: no, let's not bother (and having ratings there encourages us to do #1598 and/or find out whether people are interested in ratings)
|
Note: See
TracQuery
for help on using queries.