Skip to content

Commit

Permalink
dependencies: upgrade invenio to version 3.4
Browse files Browse the repository at this point in the history
* Adds count display during holding creation.
* Cleans ill_request_form.html file.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Jan 20, 2021
1 parent c124b16 commit 3a12118
Show file tree
Hide file tree
Showing 66 changed files with 650 additions and 931 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
if: ${{ matrix.dependencies == 'dev' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
COVERALLS_FLAG_NAME: test-${{ matrix.tests }}
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github
run: poetry run coveralls


Expand All @@ -106,8 +106,8 @@ jobs:
- name: Finished
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL_FINISHED: true
COVERALLS_SERVICE_NAME: github
COVERALLS_PARALLEL_FINISHED: true
run: |
pip install --upgrade coveralls
coveralls --finish
6 changes: 3 additions & 3 deletions docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
ports:
- "6379:6379"
db:
image: postgres:9.6
image: postgres:12
restart: "always"
environment:
- "POSTGRES_USER=rero-ils"
Expand All @@ -74,7 +74,7 @@ services:
- "5672:5672"
es:
build: ./docker/elasticsearch/
image: elasticsearch-icu-7.9.1
image: elasticsearch-icu-7.10.1
restart: "always"
environment:
- bootstrap.memory_lock=true
Expand All @@ -90,7 +90,7 @@ services:
- "9200:9200"
- "9300:9300"
kibana:
image: docker.elastic.co/kibana/kibana-oss:7.9.1
image: docker.elastic.co/kibana/kibana-oss:7.10.1
environment:
- "ELASTICSEARCH_URL=http://es:9200"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down
2 changes: 1 addition & 1 deletion docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.1
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.1
RUN bin/elasticsearch-plugin install analysis-icu
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

FROM postgres:9.6
FROM postgres:12
COPY ./init-app-db.sh /docker-entrypoint-initdb.d/10-init-app-db.sh
Loading

0 comments on commit 3a12118

Please sign in to comment.