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.2 #191

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates udata from 2.0.1 to 2.1.2.

Changelog ### 2.1.1 ``` - Remove object's id in error log message in order to have a cleaner message [195](https://github.com/opendatateam/udata-piwik/pull/195) ``` ### 2.1.0 ``` - Changed metrics system [185](https://github.com/opendatateam/udata-piwik/pull/185): - Metrics are now stored into InfluxDB before being injected in udata's objects - Udata piwik accesses influxDB throught [udata-metrics](https://github.com/opendatateam/udata-metrics) - The periodic job `piwik-update-metrics` needs to be scheduled in addition to existing jobs, in order to retrieve the views metrics in udata's objects - The command `update-metrics` was added to trigger the metrics injection manually ``` ### 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 ``` - [fix] Do not expect a json response from tracking api [192](https://github.com/opendatateam/udata-piwik/pull/190) ```
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 #194