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 2.1.0 #178

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates udata from 2.0.1 to 2.1.0.

Changelog ### 2.1.0 ``` Breaking changes - Full metrics refactoring [2459](https://github.com/opendatateam/udata/pull/2459): - Metric collection is now useless and will not be filled anymore, you can remove it or keep it for archival sake. It will not be automatically removed. - [udata-piwik](https://github.com/opendatateam/udata-piwik) now uses InfluxDB as a buffer for trafic data before injecting them into udata's models. - Most of celery's tasks related to metrics are removed, this should help performance-wise on a big instance. - Charts related to metrics are removed from admin and dashboard panel until we have accurate data to populate them. - Site's metrics computation are not triggered by signals anymore. - A specific celery job needs to be run periodically to compute site's metrics. New features - Nothing yet ``` ### 2.0.4 ``` - Fix export-csv command (py3 compat) [2472](https://github.com/opendatateam/udata/pull/2472) ``` ### 2.0.3 ``` - :warning: Security fix: fix XSS in markdown w/ length JS filter [2471](https://github.com/opendatateam/udata/pull/2471) ``` ### 2.0.2 ``` - :warning: Breaking change / security fix: disallow html tags in markdown-it (JS markdown rendering) [2465](https://github.com/opendatateam/udata/pull/2465) ```
Links - PyPI: https://pypi.org/project/udata - Changelog: https://pyup.io/changelogs/udata/ - Repo: https://github.com/opendatateam/udata
pyup-bot commented 4 years ago

Closing this in favor of #191