Teemu Erkkola

Results 11 issues of Teemu Erkkola

**CKAN version** master **Describe the bug** Works: https://demo.ckan.org/dataset/?q=&sort=title_string+asc Breaks: [https://demo.ckan.org/dataset/?q=&sort=title_string+asc,](https://demo.ckan.org/dataset/?q=&sort=title_string+asc,) **Steps to reproduce** See above **Expected behavior** Either a sensible error message or no sorting **Additional details** Breaks here: https://github.com/ckan/ckan/blob/master/ckan/views/dataset.py#L245...

Good for Contribution

**CKAN version** master **Describe the bug** Trying to update a resource that does not exist causes an internal server error instead of a not found error **Steps to reproduce** -...

1. Create a harvest source 2. Delete the harvest source 3. Call `harvest_source_list` action with `return_last_job_status=False` 4. Everything works, the deleted source is included 5. Call `harvest_source_list` action with `return_last_job_status=True`...

Fixes #7075 ### Proposed fixes: - Remove `size` check as it retains previous file size when patching a resource ### Features: - [ ] includes tests covering changes - [...

**CKAN version** 2.9.5, probably others **Describe the bug** Updating an uploaded resource file through API does not update the resource's `size` field **Steps to reproduce** Steps to reproduce the behavior:...

For small datasets with outliers the whiskers sometimes end up inside the box. For example `boxplotStats([0, 0.8, 0.8, 1]).whiskers` produces `[ { "start": 0.8, "end": 0.6000000000000001 }, { "start": 1,...

- Port circleci/cloudformation clamav scanner implementation to CDK

https://github.com/ckan/ckanext-spatial/blob/master/ckanext/spatial/plugin/__init__.py#L165 assumes that `config["ckan.search.solr_allowed_query_parsers"]` contains a list, but if it is set in ini file (and not by the above default value) it contains a string, causing an error. Also...