-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project: upgrade invenio and elasticsearch
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 <sebastien.deleze@rero.ch>
- Loading branch information
Sébastien Délèze
committed
Nov 9, 2020
1 parent
e990845
commit b39dd89
Showing
31 changed files
with
1,181 additions
and
1,155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.2 | ||
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.1 | ||
RUN bin/elasticsearch-plugin install analysis-icu |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
255 changes: 0 additions & 255 deletions
255
sonar/modules/deposits/mappings/v6/deposits/deposit-v1.0.0.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.