Custom Query (2152 matches)
Results (649 - 651 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1060 | fixed | Spreadsheet importer tries to import readonly keys | dread | |
Description |
e.g. we just added notes_rendered and that is read in as an extra field. Tests failing in ckanext-importlib Also related: we are missing lost metadata_created and metadata_modified in the dumps. |
|||
#1189 | invalid | Spideroak support in CKAN Storage | timmcnamara | |
Description |
Spideroak is a bulk storage platform by a company that releases quite a lot of free software, has an extensive developer API with pricing of $10/100GB/month. The data store is optimised for bulk data storage and retrieval. This is the kind of use case that CKAN packages require. We don't need low latency. We are after low cost, high reliability solution. |
|||
#1268 | fixed | Speed up listing users by revisions by adding db index | kindly | rgrp |
Description |
At the moment this appears to be slow (kindly suggests because missing index in db). Page is /user on a ckan instance. Would this also speed up user page where we recent changes? |