You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit upgrade invenio to version 3.3 and elasticsearch to version 7.9.1.
* Builds elasticsearch container from image with version 7.9.1
* Upgrades dependencies in `pyproject.toml`
* Removes `celery.contrib.pytest` in `pytest.ini` as this plugin is now already registered by `invenio-pytest`.
* Moves templates and mappings from `v6` to `v7`.
* Removes first level of `mappings` property in all mappings files.
* Adds `**kwargs` to all hooks methods of marshmallow to avoid an error after upgrading to version 3.8.
* Removes `permissions` property when loading data in marshmallow schema, to avoid an error.
* Removes `permalink` property when loading data in marshmallow documents schema, to avoid an error.
* Closes#345.
Co-Authored-by: Sébastien Délèze <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: