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 3.3.1 #261

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates udata from 2.4.1 to 3.3.1.

Changelog ### 3.3.0 ``` - :warning: Removed `Issues` code and logic. The corresponding MongoDB collection should be deleted when upgrading Udata. [2681](https://github.com/opendatateam/udata/pull/2681) - Fix transfer ownership from org to user [2678](https://github.com/opendatateam/udata/pull/2678) - Fix discussion creation on posts [2687](https://github.com/opendatateam/udata/pull/2687) ``` ### 3.2.2 ``` - Move template hook logic back to udata [2671](https://github.com/opendatateam/udata/pull/2671) [#2679](https://github.com/opendatateam/udata/pull/2679) - Add dataset's acronym to catalog [2675](https://github.com/opendatateam/udata/pull/2675) - Better URL-based License guess [2672](https://github.com/opendatateam/udata/pull/2672) - New way of fixtures generation [2677](https://github.com/opendatateam/udata/pull/2677): - The command now uses a remote file (default) if a URL is provided or a local one if a path is provided. - This file can be generated by using the command `generate-fixtures-file`, which takes as an argument the URL of the source queried to retieve the data dumped to the file. - The command `generate-fixtures-file` uses a customizable list of datasets slugs to know which datasets to query. - Fixed the Geomform check for a GeoZone instance in formdata [2683](https://github.com/opendatateam/udata/pull/2683) ``` ### 3.2.1 ``` - Fix default sort with right sort column creation date name, for posts in back-office editorial page [2665](https://github.com/opendatateam/udata/pull/2665) - Meta read-only-enabled is back [2664](https://github.com/opendatateam/udata/pull/2664) - First endpoints for APIv2! Add datasets hateoas and resources pagination endpoints [2663](https://github.com/opendatateam/udata/pull/2663) [#2667](https://github.com/opendatateam/udata/pull/2667) - Add `archived` and `resources_count` fields in the dataset catalog [2668](https://github.com/opendatateam/udata/pull/2668) ``` ### 3.2.0 ``` - Update dependencies following setuptools 58.0.2 release that drop support for `use_2to3` [2660](https://github.com/opendatateam/udata/pull/2660): - :warning: **breaking change** `rdfs` is not supported anymore - `jsonld` endpoints have a `context` dict directly instead of an url to the context endpoint - Update documentation with [udata-front plugin renaming](https://github.com/etalab/data.gouv.fr/issues/393) [#2661](https://github.com/opendatateam/udata/pull/2661) - Various DCAT fixes (geonetwork compatibility) and debug command [2662](https://github.com/opendatateam/udata/pull/2662) ``` ### 3.1.0 ``` - Change udata-gouvfr dependency to udata-front following renaming [249](https://github.com/opendatateam/udata-piwik/pull/249) ``` ### 3.0.4 ``` - Now returning notfound() http exception when router does not match any territory object instead of None [2637](https://github.com/opendatateam/udata/pull/2637) - Add larger reuse thumbnail image [2638](https://github.com/opendatateam/udata/pull/2638) - Activate plugins before creating app when testing [2643](https://github.com/opendatateam/udata/pull/2643) ``` ### 3.0.3 ``` - Remove mail sending task on follow [2635](https://github.com/opendatateam/udata/pull/2635) - Fix root api endpoint error [2636](https://github.com/opendatateam/udata/pull/2636) ``` ### 3.0.2 ``` - Fix sentry id event logging [2364](https://github.com/opendatateam/udata/pull/2634) - Fix remote resource upload [2632](https://github.com/opendatateam/udata/pull/2632) ``` ### 3.0.1 ``` - Remove apidoc blueprint, moved to udata-gouvfr [2628](https://github.com/opendatateam/udata/pull/2628) - New migration to update community resources schema from string to dict [2629](https://github.com/opendatateam/udata/pull/2629) ``` ### 3.0.0 ``` - Ensure compatibility with udata-front and removed goals mechanism [245](https://github.com/opendatateam/udata-piwik/pull/245) ``` ### 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 2 years ago

Closing this in favor of #262