Ian Ward
Ian Ward
https://redis.com/blog/redis-adopts-dual-source-available-licensing/ Redis will no longer be available under a BSD license instead the open source option is an AGPL-derived (incompatible) license with more restrictions than the rest of our code...
## CKAN version all ## Describe the bug Activity history grows without bounds. There should be a way to remove old activity history, either a CLI something like https://github.com/open-data/ckanext-canada/blob/c2808d9c318e19d5f0c3b4c2f53073e9576d6b8f/ckanext/canada/commands.py#L740-L756 and/or...
Let's improve the `create-test-data` command to generate a more typical count of users, groups, orgs and datasets. It should also upload generated test data with tens of columns and thousands...
**CKAN version** all **Describe the bug** Heavy use of template `{% snippet %}` slows page rendering times compared to alternatives like macros or `{% include %}` **Steps to reproduce** Compare...
Fixes #6146 ### Proposed fixes: reduce separate rendering steps for `{% snippet %}` by converting to: ```jinja2 {% with %} {% import ... as snippet %} {{ snippet(...) }} {%...
Fixes # ### Proposed fixes: - `ckan profile profile /url` should be spelled `ckan profile /url` - don't profile first run by default - take profile from best-of-n runs (3...
## CKAN version all ## Describe the bug In `model_save.py` the various `_dict_save` functions check for the existence of a row with the same id before deciding whether to create...
Fixes #8238 ### Proposed fixes: - add ckan generate migration --autogenerate - add migrations to remove unnecessary tables, indexes - add indexes to models ### Features: - [ ] includes...
## CKAN version master ## Describe the bug We can't use `alembic revision --autogenerate` because our models are out of sync with our migrations. Our models are missing indexes and...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...