Skip to content
Snippets Groups Projects
Commit ac980ae7 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'feature/73-update-clowmdb-to-2-3-0' into 'development'

Resolve "Update clowmdb to 2.3.0"

Closes #73

See merge request !70
parents 354ce3ba 7e3aba85
No related branches found
No related tags found
2 merge requests!71Delete dev branch,!70Resolve "Update clowmdb to 2.3.0"
Pipeline #41174 passed
...@@ -51,7 +51,7 @@ integration-test-job: # Runs integration tests with the database ...@@ -51,7 +51,7 @@ integration-test-job: # Runs integration tests with the database
MYSQL_DATABASE: "$DB_DATABASE" MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER" MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD" MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2 - name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.3
alias: upgrade-db alias: upgrade-db
script: script:
- python app/check_database_connection.py - python app/check_database_connection.py
...@@ -79,7 +79,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints ...@@ -79,7 +79,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
MYSQL_DATABASE: "$DB_DATABASE" MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER" MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD" MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2 - name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.3
alias: upgrade-db alias: upgrade-db
script: script:
- python app/check_database_connection.py - python app/check_database_connection.py
......
...@@ -9,7 +9,7 @@ black>=23.11.0,<23.12.0 ...@@ -9,7 +9,7 @@ black>=23.11.0,<23.12.0
isort>=5.12.0,<5.13.0 isort>=5.12.0,<5.13.0
mypy>=1.7.0,<1.8.0 mypy>=1.7.0,<1.8.0
# stubs for mypy # stubs for mypy
boto3-stubs-lite[s3]>=1.29.0,<1.30.0 boto3-stubs-lite[s3]>=1.33.0,<1.34.0
types-requests types-requests
# Miscellaneous # Miscellaneous
pre-commit>=3.5.0,<3.6.0 pre-commit>=3.5.0,<3.6.0
......
--extra-index-url https://gitlab.ub.uni-bielefeld.de/api/v4/projects/5493/packages/pypi/simple --extra-index-url https://gitlab.ub.uni-bielefeld.de/api/v4/projects/5493/packages/pypi/simple
clowmdb>=2.2.0,<2.3.0 clowmdb>=2.3.0,<2.4.0
# Webserver packages # Webserver packages
anyio>=3.7.0,<4.0.0 anyio>=3.7.0,<4.0.0
...@@ -14,7 +14,7 @@ aiomysql>=0.2.0,<0.3.0 ...@@ -14,7 +14,7 @@ aiomysql>=0.2.0,<0.3.0
# Security packages # Security packages
authlib>=1.2.0,<1.3.0 authlib>=1.2.0,<1.3.0
# Ceph and S3 packages # Ceph and S3 packages
boto3>=1.29.0,<1.30.0 boto3>=1.33.0,<1.34.0
rgwadmin>=2.4.0,<2.5.0 rgwadmin>=2.4.0,<2.5.0
# Miscellaneous # Miscellaneous
tenacity>=8.2.0,<8.3.0 tenacity>=8.2.0,<8.3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment