Ian Ward
Ian Ward
When setting up with the latest docker `5:26.0.2-1~ubuntu.22.04~jammy` the datapusher container fails and ckan is stuck on "starting" ``` NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS ckan ckan-docker-ckan "/srv/app/start_ckan\u2026" ckan...
This is a simpler proposal for workflow plugins than #108 based on the discussion and work started by @TkTech on plugin extras: https://github.com/ckan/ckan/pull/3072 Plugin extras are hidden JSON fields attached...
IIUC vdm is holding us back from upgrading to a more recent SQLAlchemy. Its revision tables also denormalize our data and make writing efficient queries difficult. Is anyone familiar with...
The context dict that is passed to action functions when called locally or from controllers is often abused. I can see the argument for some kind of object that includes...
We should serve static files with a web server, not a Python wsgi process. Even better if we can serve them from a different machine or service.
CKAN's API includes lots of examples of nested data. CKAN's forms submit flat data using either `application/x-www-form-urlencoded` or `multipart/form-data` which is a little like a simple JSON object with only...
Fixes #8219 ### Proposed fixes: - call `plugins_update` only when plugins changed (~25% reduction) - skip `make_app` for `--help` (~50% reduction) - update js translations only from `ckan run` and...
## CKAN version master ## Describe the bug Slow start-up time for ckan affects the `ckan` cli, and is measured in seconds even with only a few plugins activated. This...
## CKAN version master ## Describe the bug timestamps stored in postgres can store microsecond values but `datastore_search` truncates to seconds https://github.com/ckan/ckan/blob/ce6f837e4dbbc8aaa1ad5002e13ccf79d354061b/ckanext/datastore/backend/postgres.py#L2078 ### Steps to reproduce datastore_create or load data...
### Discussed in https://github.com/ckan/ckan/discussions/8081 Originally posted by **wardi** February 16, 2024 Uploaded files in CKAN are limited to 0 or 1 file attached to only groups or resources. The group...