Skip to content
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

Upgrade Invenio to version 3.3 and Elasticsearch to version 7 #345

Closed
sebdeleze opened this issue Oct 14, 2020 · 0 comments · Fixed by #347
Closed

Upgrade Invenio to version 3.3 and Elasticsearch to version 7 #345

sebdeleze opened this issue Oct 14, 2020 · 0 comments · Fixed by #347

Comments

@sebdeleze
Copy link
Contributor

No description provided.

sebdeleze pushed a commit that referenced this issue Nov 9, 2020
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant