-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to flask-rest-x #165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Let's merge after opendatateam/udata#2770 and a successful CI :)
@@ -14,6 +14,7 @@ | |||
- Cache behavior changes [#154](https://github.com/etalab/udata-front/pull/154): | |||
- Organization and Reuse display page are now cached. | |||
- Cache keys now embed the `last_modified` object attribute. This automatically invalidates the cache when modifying the object. | |||
- Switch from `Flask-restplus` to its fork `Flask-rest-x` [#165](https://github.com/etalab/udata-front/pull/165) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not in the Current
section
For the lighthouse error, a suggestion would be to add a |
Need to merge opendatateam/udata#2770 first to compile deps files.