opendatateam / docker-udata

udata and plugins all-in-one Docker image
https://hub.docker.com/r/udata/udata/builds
MIT License
15 stars 12 forks source link

Update udata to 1.6.13 #123

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates udata from 1.6.12 to 1.6.13.

Changelog ### 1.6.13 ``` - Rename og:image target :warning: this will break your custom theme, please rename your logo image file to `logo-social.png` instead of `logo-600x600.png` [2217](https://github.com/opendatateam/udata/pull/2217) - Don't automatically overwrite `last_update` field if manually set [2020](https://github.com/opendatateam/udata/pull/2220) - Spatial completion: only index last version of each zone and prevent completion cluttering [2140](https://github.com/opendatateam/udata/pull/2140) - Init: prompt to loads countries [2140](https://github.com/opendatateam/udata/pull/2140) - Handle UTF-8 filenames in `spatial load_logos` command [2223](https://github.com/opendatateam/udata/pull/2223) - Display the datasets, reuses and harvesters deleted state on listing when possible [2228](https://github.com/opendatateam/udata/pull/2228) - Fix queryless (no `q` text parameter) search results scoring (or lack of scoring) [2231](https://github.com/opendatateam/udata/pull/2231) - Miscellaneous fixes on completers [2215](https://github.com/opendatateam/udata/pull/2215) - Ensure `filetype='remote'` is set when using the manual ressource form [2236](https://github.com/opendatateam/udata/pull/2236) - Improve harvest sources listing (limit `last_job` fetched and serialized fields, reduce payload) [2214](https://github.com/opendatateam/udata/pull/2214) - Ensure HarvestItems are cleaned up on dataset deletion [2214](https://github.com/opendatateam/udata/pull/2214) - Added `config.HARVEST_JOBS_RETENTION_DAYS` and a `harvest-purge-jobs` job to apply it [2214](https://github.com/opendatateam/udata/pull/2214) (migration). **Warning, the migration will enforce `config.HARVEST_JOBS_RETENTION_DAYS` and can take some time on a big `HarvestJob` collection** - Drop `no_dereference` on indexing to avoid the "`dictionary changed size during iteration`" error until another solution is found. **Warning: this might result in more resources consumption while indexing** [2237](https://github.com/opendatateam/udata/pull/2237) ```
Links - PyPI: https://pypi.org/project/udata - Changelog: https://pyup.io/changelogs/udata/ - Repo: https://github.com/opendatateam/udata