Patricio Del Boca

Results 26 issues of Patricio Del Boca

Fixes #6900 ### Proposed fixes: The goal of this PR is to implement the same pagination logic we have for datasets on the activities for Organization, Group and Users. I...

This PR adds some end to end tests using cypress. The goal is not to provide an extensive coverage of the system but rather cover some critical workflows like login,...

CKAN 2.9.5 and next 2.10.0 will be running under Flask 2.0.3. Migration to Flask 2.2.2 will have some work that we would address once 2.10.0 is released. Some of the...

Good for Contribution

When trying to retrieve comment replies, the method throws an error: ``` Error in callAPI(url = url, token = token) : (#100) Tried accessing nonexisting field (like_count) on node type...

We need to review our `TypeDecorator JsonDictType()` to make sure we are not degrading our performance. There is some work being done in the [SQLAlchemy 2.0 PR](https://github.com/ckan/ckan/pull/7583) and I made...

Good for Contribution

## CKAN version master ## Describe the bug Our current dataset search view is not consistent nor clear on the error handling of Solr. It is also not well documented...

UX
Good for Contribution

## CKAN version master ## Describe the bug Cannot run datatables core extension if `ckan.csrf_protection.ignore_extensions = false` because the ajax call returns a 400. ![image](https://github.com/ckan/ckan/assets/6672339/3abf5f71-4d90-4933-a819-b49bd301a50e) ### Steps to reproduce 1....

Good for Contribution

### 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,...

Good for Contribution

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...

Hello! I'm trying to do a dump of an instance but the package is throwing some errors. This PR is to fix whatever is appearing. #### Problems when logging errors...