Andres Vazquez

Results 44 issues of Andres Vazquez

To use data from another applications maybe is a good idea to expose data in a JSON format. For example, the DAG's list requires to be parsed before use. We...

The way to detect harvest job timeouts if to compare `now` with the [job.created time ](https://github.com/ckan/ckanext-harvest/blob/master/ckanext/harvest/logic/action/update.py#L612:L612) ```python created = datetime.datetime.strptime(job['created'], '%Y-%m-%d %H:%M:%S.%f') now = datetime.datetime.now() if now - created >...

## Description In the [catalog-app](https://github.com/GSA/catalog-app) we are using [a fork](https://github.com/GSA/ckanext-spatial) of the [official ckanext-spatial](https://github.com/ckan/ckanext-spatial) extension (on the datagov branch). As a part of a [plan to upgrade CKAN extensions](https://docs.google.com/spreadsheets/d/1LgVvgiUC5Vc-OQaSmtvQNlTFLhs3Mho65ekggYEiYh4/edit?ts=5e50447f#gid=0) in...

Just to show how to add `postgis` + `ckanext-spatial` to this environment It's not meant to be merged

### Features: The current Solr schema do not allow indexing geometries. Our [CKAN Solr image](https://github.com/ckan/ckan-solr) relies on this repo for the schema. To allow any extension to use spatial features,...

It will be nice to have docker images for CKAN 2.9.6, 2.8.11 and next minor releases This PR also includes a template for PRs. I tried to use another approach...

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

The function `get_group_or_org_admin_ids` could be easy replaced with the `member_list` action ### Features: - [ ] includes tests covering changes - [ ] includes updated documentation - [ ] includes...

### Proposed fixes: It will be better to be less verbose with this logs This PR propose to move from ![annoying](https://github.com/ckan/ckan/assets/3237309/86069a9a-b73c-452e-ad5c-dd6cc2dadf66) to something like ckan-dev4 | 2023-11-24 17:38:57,690 INFO [ckan.config.middleware.flask_app]...