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.7.1 #236

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates udata from 2.4.1 to 2.7.1.

Changelog ### 2.7.1 ``` - Add migration to roolback on resource's schema's name to None [2615](https://github.com/opendatateam/udata/pull/2615) ``` ### 2.7.0 ``` - Modify `schema` field to resource. This field is now a nested field containing two sub-properties `name` and `version` [2600](https://github.com/opendatateam/udata/pull/2600). - Add a `schema_version` facet to the dataset search (need to be reindex to appear in results) [2600](https://github.com/opendatateam/udata/pull/2600). ``` ### 2.6.5 ``` - Fix create user by API [2609](https://github.com/opendatateam/udata/pull/2609) - Add sqlite, db and ics to allowed extensions [2610](https://github.com/opendatateam/udata/pull/2610) - Better markup parsing [2611](https://github.com/opendatateam/udata/pull/2611): - Geozone's and Resource type's labelize function return None if no object is found. - New SafeMarkup class, which inherits from Markup, uses Bleach to sanitize Markup class. ``` ### 2.6.4 ``` - Enhance self endpoint verification [2604](https://github.com/opendatateam/udata/pull/2604) ``` ### 2.6.3 ``` - Extraction of translation's strings [2602](https://github.com/opendatateam/udata/pull/2602) ``` ### 2.6.2 ``` - Fix SECURITY_CONFIRMABLE=False [2588](https://github.com/opendatateam/udata/pull/2588) - Support dct:license on DCAT harvester [2589](https://github.com/opendatateam/udata/pull/2589) - Admin small enhancements [2591](https://github.com/opendatateam/udata/pull/2591): - The sidebar "Me" label has been renamed "Profile" - The user's profile now displays the user's email - The button "Edit" and the dropdown were merged. The button is now only a dropdown listing the actions. - "Edit" action has been renamed to "Edit the dataset/reuse/organization/profile" according to the current object to edit. - Add `nofollow` attribute to links in discussions comments [2593](https://github.com/opendatateam/udata/pull/2593) - Add pip upgrade in circle's publish step [2596](https://github.com/opendatateam/udata/pull/2596) - Pin Twine's version [2597](https://github.com/opendatateam/udata/pull/2597) - Pin twine'version in circle's publish step [2598](https://github.com/opendatateam/udata/pull/2598) ``` ### 2.6.1 ``` - Fix url_for method in organization's catalog's view [2587](https://github.com/opendatateam/udata/pull/2587) ``` ### 2.6.0 ``` - Add resource's description and title size limit [2586](https://github.com/opendatateam/udata/pull/2586) - Add RDF catalog view for organizations [2583](https://github.com/opendatateam/udata/pull/2583) ``` ### 2.5.1 ``` - Add title's and description's length limit in forms [2585](https://github.com/opendatateam/udata/pull/2585) ``` ### 2.5.0 ``` - Change reuse's form's label name to title [2575](https://github.com/opendatateam/udata/pull/2575) - Unpublished posts are no longer served by the `Post.list` API endpoint [2578](https://github.com/opendatateam/udata/pull/2578) - Read only mode can now be toggled in settings [2565](https://github.com/opendatateam/udata/pull/2565): - Toggles a warning banner on the frontend view and a warning toast on the admin view. - Prevents new users to register. - Prevents non admin users to create new content such as organizations, datasets, community resources or discussions. - Will return a `423` response code to any non-admin request to endpoints specified in `METHOD_BLOCKLIST` setting. - Existing content can still be updated. - Add an alert block in layout template, to be overrided in installed theme [2580](https://github.com/opendatateam/udata/pull/2580) ```
Links - PyPI: https://pypi.org/project/udata - Changelog: https://pyup.io/changelogs/udata/ - Repo: https://github.com/opendatateam/udata
pyup-bot commented 3 years ago

Closing this in favor of #239