ckan
ckan copied to clipboard
CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers catalog.data.gov, open.canada.ca/data, data.hu...
Fixes #7654 ### Proposed fixes: Added checking if a custom group_type group belongs to groups or organizations. ### Features: - [ ] includes tests covering changes - [ ] includes...
### Intro When working on #7662 I ran into some configs like: `search.facets.limit` or `search.facets.default` that didn't make a lot of sense to me. What's the difference between having 5,...
**CKAN version** 2.9.2 / Docker The error happens on an Azure deploy, don't know whether it happens also elsewhere. **Describe the bug** After a while CKAN is not used, on...
This is a description of a new "Table Designer" feature for CKAN. Table Designer provides custom enforced data schemas that supporting partial updates, suitable for reference data or data that...
## CKAN version 2.9, 2.10, master ## Describe the bug When developer defines a custom group with `group_type` something else than `group`, `group_facets` is not called, instead ckan calls `organization_facets`...
I'm working on a new deployment of CKAN and while doing it I'm finding how we handle the configuration file and the environment variables a little bit confusing (comparing with...
With the update to the current version 2.10.3, contradictory CSS specifications for the "btn" class have been added. This is the main definition of the `btn` class: https://github.com/ckan/ckan/blob/bd02018b65c5b81d7ede195d00d0fcbac3aa33be/ckan/public/base/css/main.css#L2898C1-L2912C2 A button...
## CKAN version 2.10.1 ## Describe the bug Adding a datastore fails after CKAN-Upgrade from 2.8. when using a custom schema (multilingual) ### Steps to reproduce - Apply custom dataset...
## CKAN version All published in RTD ## Describe the bug RTD switched a while ago to using shallow clones when cloning the repo. We have logic in `doc/conf.py` that...
Fixes #7952 ### Proposed fixes: `greenlet` bumped to 3.0.1 and `lxml` bumped to 4.9.3. ### Features: - [ ] includes tests covering changes - [ ] includes updated documentation -...