diff --git a/.docker/docker-compose.yml b/.docker/docker-compose.yml index 8c01cf618d18d247c66875257579e9088413ac16..0e60aee728b688e9c046fea43e8d27c21a76e2c5 100644 --- a/.docker/docker-compose.yml +++ b/.docker/docker-compose.yml @@ -75,7 +75,7 @@ services: restart: "no" container_name: dbrepo-auth-service hostname: auth-service - image: registry.datalab.tuwien.ac.at/dbrepo/auth-service:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/auth-service:1.4.5 healthcheck: test: curl -sSL 'http://0.0.0.0:8080/realms/dbrepo' | grep "dbrepo" || exit 1 interval: 15s @@ -99,7 +99,7 @@ services: restart: "no" container_name: dbrepo-metadata-service hostname: metadata-service - image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.4.5 volumes: - "${SHARED_VOLUME:-/tmp}:/tmp" environment: @@ -162,7 +162,7 @@ services: restart: "no" container_name: dbrepo-analyse-service hostname: analyse-service - image: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.4.5 environment: AUTH_SERVICE_CLIENT: ${AUTH_SERVICE_CLIENT:-dbrepo-client} AUTH_SERVICE_CLIENT_SECRET: ${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG} @@ -212,7 +212,7 @@ services: restart: "no" container_name: dbrepo-search-db hostname: search-db - image: registry.datalab.tuwien.ac.at/dbrepo/search-db:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/search-db:1.4.5 healthcheck: test: curl -sSL localhost:9200/_plugins/_security/health | jq .status | grep UP interval: 10s @@ -236,7 +236,7 @@ services: restart: "no" container_name: dbrepo-search-service hostname: search-service - image: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.4.5 environment: AUTH_SERVICE_CLIENT: ${AUTH_SERVICE_CLIENT:-dbrepo-client} AUTH_SERVICE_CLIENT_SECRET: ${AUTH_SERVICE_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG} @@ -253,7 +253,7 @@ services: restart: "no" container_name: dbrepo-data-db-sidecar hostname: data-db-sidecar - image: registry.datalab.tuwien.ac.at/dbrepo/data-db-sidecar:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/data-db-sidecar:1.4.5 environment: S3_ACCESS_KEY_ID: "${S3_ACCESS_KEY_ID:-seaweedfsadmin}" S3_BUCKET: "${S3_BUCKET:-dbrepo}" @@ -274,7 +274,7 @@ services: restart: "no" container_name: dbrepo-ui hostname: ui - image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5 environment: NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}" NUXT_PUBLIC_API_SERVER: "${BASE_URL:-http://localhost}" @@ -343,7 +343,7 @@ services: restart: "no" container_name: dbrepo-search-service-init hostname: search-service-init - image: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.4.5 environment: METADATA_SERVICE_ENDPOINT: ${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080} OPENSEARCH_HOST: ${OPENSEARCH_HOST:-search-db} @@ -381,7 +381,7 @@ services: restart: "no" container_name: dbrepo-storage-service-init hostname: storage-service-init - image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.4.5 environment: WEED_CLUSTER_SW_MASTER: "${STORAGE_SERVICE_MASTER_ENDPOINT:-storage-service:9333}" S3_BUCKET: "${S3_BUCKET:-dbrepo}" @@ -421,7 +421,7 @@ services: restart: "no" container_name: dbrepo-data-service hostname: data-service - image: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.4.5 volumes: - "${SHARED_VOLUME:-/tmp}:/tmp" environment: diff --git a/.docs/api/ui.md b/.docs/api/ui.md index 3e53ab2c376d6cde6c582e352171ad0836882864..cfffcebc0f733e6569b88f8dc3a31b867cc745e5 100644 --- a/.docs/api/ui.md +++ b/.docs/api/ui.md @@ -6,7 +6,7 @@ author: Martin Weise !!! debug "Debug Information" - Image: [`registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.6`](https://hub.docker.com/r/dbrepo/ui) + Image: [`registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5`](https://hub.docker.com/r/dbrepo/ui) * Ports: 3000/tcp @@ -37,7 +37,7 @@ image as well, in this example we want to mount a custom logo `my_logo.png` into ```yaml title="docker-compose.yml" services: dbrepo-ui: - image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5 volumes: - ./my_logo.png:/app/.output/public/my_logo.png - ./favicon.ico:/app/.output/public/favicon.ico diff --git a/.docs/index.md b/.docs/index.md index aea045c43c69da1013fc7884ccaa967ea743a95a..995c279be152578b789eea664883cbb696cc8cd9 100644 --- a/.docs/index.md +++ b/.docs/index.md @@ -8,7 +8,7 @@ author: Martin Weise [](https://hub.docker.com/u/dbrepo){ tabindex=-1 } [](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services){ tabindex=-1 } -Documentation for version: [v1.4.6](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases). +Documentation for version: [v1.4.5](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/releases). DBRepo is a repository for data in databases that are used from the beginning until the end of a research project supporting data evolution, -citation and -versioning. It implements the query store of the diff --git a/.docs/installation.md b/.docs/installation.md index 5f9a45199a50b579c1255b8362bf0e40ca0b995d..9c864ead4686a1b4c417147ad564740aeb5b8c8e 100644 --- a/.docs/installation.md +++ b/.docs/installation.md @@ -11,7 +11,7 @@ author: Martin Weise If you have [Docker](https://docs.docker.com/engine/install/) already installed on your system, you can install DBRepo with: ```shell -curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.6/install.sh | bash +curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.5/install.sh | bash ``` !!! bug "Default installation security disclaimer" @@ -39,7 +39,7 @@ SSL/TLS certificate is recommended. Follow the [secure install](#secure-install) Execute the install script to download only the environment and save it to `dist`. ```shell -curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.6/install.sh | DOWNLOAD_ONLY=1 bash +curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.5/install.sh | DOWNLOAD_ONLY=1 bash ``` ### Static Configuration @@ -81,7 +81,7 @@ the variable `IDENTITY_SERVICE_ADMIN_PASSWORD` in `.env`. Update the client secret of the `dbrepo-client`: ```bash -curl -sSL "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.6/.scripts/reg-client-secret.sh" | bash +curl -sSL "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.5/.scripts/reg-client-secret.sh" | bash ``` Also, update the JWT key according to the diff --git a/.docs/kubernetes.md b/.docs/kubernetes.md index d6689058d6896b2e8449ff482a60a35a7d99b9cf..04799b4edf3425f5ba46a7b0a1f140e092414ae0 100644 --- a/.docs/kubernetes.md +++ b/.docs/kubernetes.md @@ -7,7 +7,7 @@ author: Martin Weise ## TL;DR To install DBRepo in your existing cluster, download the -sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.4.6/helm/dbrepo/values.yaml) +sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.4.5/helm/dbrepo/values.yaml) for your deployment and update the variables, especially `hostname`. ```shell @@ -15,7 +15,7 @@ helm upgrade --install dbrepo \ -n dbrepo \ "oci://registry.datalab.tuwien.ac.at/dbrepo/helm/dbrepo" \ --values ./values.yaml \ - --version "1.4.6" \ + --version "1.4.5" \ --create-namespace \ --cleanup-on-fail ``` @@ -36,7 +36,7 @@ brokerservice: The `brokerservice.auth.passwordHash` field is the RabbitMQ SHA512-hash of the `brokerservice.auth.password` field and can be obtained with -the [`generate-rabbitmq-pw.sh`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.4.6/helm/dbrepo/hack/generate-rabbitmq-pw.sh) +the [`generate-rabbitmq-pw.sh`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.4.5/helm/dbrepo/hack/generate-rabbitmq-pw.sh) script: ```console diff --git a/.docs/redirect.html b/.docs/redirect.html index 035de3cbfe860773c99ac3f7ebd072f4cca66c40..4e513b2170628796d31b592b0e5b3190cfb0fe09 100644 --- a/.docs/redirect.html +++ b/.docs/redirect.html @@ -5,16 +5,16 @@ <head> <meta charset="UTF-8"> <title>Redirect Notice</title> - <meta http-equiv="Refresh" content="0; url='/infrastructures/dbrepo/1.4.6/'" /> + <meta http-equiv="Refresh" content="0; url='/infrastructures/dbrepo/1.4.5/'" /> </head> <body> <h1>Redirect Notice</h1> <p> - This page should automatically open the documentation for version <code>1.4.6</code>. In case this page does not load the site is + This page should automatically open the documentation for version <code>1.4.5</code>. In case this page does not load the site is available at: </p> <p> - <a href="/infrastructures/dbrepo/1.4.6/">/infrastructures/dbrepo/1.4.6/</a> + <a href="/infrastructures/dbrepo/1.4.5/">/infrastructures/dbrepo/1.4.5/</a> </p> </body> </html> \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d4d611ea76255f0cc7613dcdb0174c81b534ede..3b82948fcf0b1c57c6043aff6c33ada46929b615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ variables: DOCKER_HOST: "unix:///var/run/dind/docker.sock" TESTCONTAINERS_RYUK_DISABLED: "false" PYTHON_VERSION: "3.11" - APP_VERSION: "1.4.6" - CHART_VERSION: "1.4.6" + APP_VERSION: "1.4.5" + CHART_VERSION: "1.4.5" CACHE_FALLBACK_KEY: ${CI_DEFAULT_BRANCH} # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. diff --git a/Makefile b/Makefile index 027fac1b00fb33b0d94f4e3b3b90f241d792dba9..b279097f827becd26e3e39da0bbf866fd513516f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all -APP_VERSION ?= 1.4.6 -CHART_VERSION ?= 1.4.6 +APP_VERSION ?= 1.4.5 +CHART_VERSION ?= 1.4.5 REPOSITORY_URL ?= registry.datalab.tuwien.ac.at/dbrepo .PHONY: all diff --git a/README.md b/README.md index 1c51793eb99fd9eae99ad98f4ba8686e9ad506a5..e4f843507c43232f4817dbd562b49594d75d9385 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you have [Docker](https://docs.docker.com/engine/install/) already installed with: ```bash -curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.6/install.sh | bash +curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.5/install.sh | bash ``` ## Documentation diff --git a/dbrepo-analyse-service/Pipfile b/dbrepo-analyse-service/Pipfile index 158a03e2d175cc9d8a421adb0441b4c832f20622..a0fb0bfd7be1fdb83dfacbcf42dc1bc557f83d82 100644 --- a/dbrepo-analyse-service/Pipfile +++ b/dbrepo-analyse-service/Pipfile @@ -21,7 +21,7 @@ numpy = "*" pandas = "*" minio = "*" pydantic = "*" -dbrepo = {path = "./lib/dbrepo-1.4.6.tar.gz"} +dbrepo = {path = "./lib/dbrepo-1.4.5.tar.gz"} opensearch-py = "*" [dev-packages] diff --git a/dbrepo-analyse-service/Pipfile.lock b/dbrepo-analyse-service/Pipfile.lock index 8dd1014dd04aa0ce09ec9cec6d6cd0cceb3c4e7a..ea348a0db02fc733632c8b2e3cfc2feb8fb89c05 100644 --- a/dbrepo-analyse-service/Pipfile.lock +++ b/dbrepo-analyse-service/Pipfile.lock @@ -428,7 +428,7 @@ "sha256:d5e248e25fb3787d085e3d27c81108408f963ca662d7778bc98288ca0d747940" ], "markers": "python_version >= '3.11'", - "path": "./lib/dbrepo-1.4.6.tar.gz" + "path": "./lib/dbrepo-1.4.5.tar.gz" }, "events": { "hashes": [ diff --git a/dbrepo-analyse-service/app.py b/dbrepo-analyse-service/app.py index 651826558103cf1f9f0829663c24935995c4a6d1..def401c0e28e5c16c264d5fd280e5435fc44c45e 100644 --- a/dbrepo-analyse-service/app.py +++ b/dbrepo-analyse-service/app.py @@ -188,7 +188,7 @@ template = { "info": { "title": "Database Repository Analyse Service API", "description": "Service that analyses data structures", - "version": "1.4.6", + "version": "1.4.5", "contact": { "name": "Prof. Andreas Rauber", "email": "andreas.rauber@tuwien.ac.at" @@ -200,7 +200,7 @@ template = { }, "externalDocs": { "description": "Sourcecode Documentation", - "url": "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/" + "url": "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/" }, "servers": [ { diff --git a/dbrepo-data-service/pom.xml b/dbrepo-data-service/pom.xml index 4495ec2f073ef2a92c014604d3bfee90de6707fb..fa6f32a02f94b182dbbe3b50ed6385521bcd03cb 100644 --- a/dbrepo-data-service/pom.xml +++ b/dbrepo-data-service/pom.xml @@ -11,7 +11,7 @@ <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service</artifactId> <name>dbrepo-data-service</name> - <version>1.4.6</version> + <version>1.4.5</version> <description>Service that manages the data</description> diff --git a/dbrepo-metadata-service/pom.xml b/dbrepo-metadata-service/pom.xml index fd44e71dd94659ac965b5819202e7844ffb02291..0fdc80b428c3120888362bed339edbd9097f0ac4 100644 --- a/dbrepo-metadata-service/pom.xml +++ b/dbrepo-metadata-service/pom.xml @@ -11,7 +11,7 @@ <groupId>at.tuwien</groupId> <artifactId>dbrepo-metadata-service</artifactId> <name>dbrepo-metadata-service</name> - <version>1.4.6</version> + <version>1.4.5</version> <description>Service that manages the metadata</description> diff --git a/dbrepo-search-service/Pipfile b/dbrepo-search-service/Pipfile index 260236a6ec0d2f08ba3929a45f875dd9cd449e5f..8d6cc6b220d0e6df9219aeca9b7d1ec571c2fde6 100644 --- a/dbrepo-search-service/Pipfile +++ b/dbrepo-search-service/Pipfile @@ -18,7 +18,7 @@ jwt = "~=1.3" testcontainers-opensearch = "*" pytest = "*" rdflib = "*" -dbrepo = {path = "./lib/dbrepo-1.4.6.tar.gz"} +dbrepo = {path = "./lib/dbrepo-1.4.5.tar.gz"} gunicorn = "*" [dev-packages] diff --git a/dbrepo-search-service/Pipfile.lock b/dbrepo-search-service/Pipfile.lock index c8e647e9d94833b85f72bb2dbdf0c6ab2f84db00..871a81274844dc287f76f0918a50537e28424353 100644 --- a/dbrepo-search-service/Pipfile.lock +++ b/dbrepo-search-service/Pipfile.lock @@ -376,7 +376,7 @@ "sha256:b0e92f1a6130cd00924b3011c0e9029b292ee7c8faea3eca20f8af5ea9531c1b" ], "markers": "python_version >= '3.11'", - "path": "./lib/dbrepo-1.4.6.tar.gz" + "path": "./lib/dbrepo-1.4.5.tar.gz" }, "docker": { "hashes": [ diff --git a/dbrepo-search-service/app.py b/dbrepo-search-service/app.py index d668bfae419cfd43ea13a14987e116d99d54b592..f8d7856c9b7f7c60cf9769e3ade9f800640f0b9f 100644 --- a/dbrepo-search-service/app.py +++ b/dbrepo-search-service/app.py @@ -165,7 +165,7 @@ template = { "info": { "title": "Database Repository Search Service API", "description": "Service that searches the search database", - "version": "1.4.6", + "version": "1.4.5", "contact": { "name": "Prof. Andreas Rauber", "email": "andreas.rauber@tuwien.ac.at" @@ -177,7 +177,7 @@ template = { }, "externalDocs": { "description": "Sourcecode Documentation", - "url": "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/" + "url": "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/" }, "servers": [ { diff --git a/helm/dbrepo/Chart.lock b/helm/dbrepo/Chart.lock index 21f0b9d1972b91ad04e2ce681c8f97ca0ec18476..508ae54ae18327806b34cd57abc01ac01e13a284 100644 --- a/helm/dbrepo/Chart.lock +++ b/helm/dbrepo/Chart.lock @@ -7,7 +7,7 @@ dependencies: version: 21.6.1 - name: dbrepo-mariadb-galera repository: file://../dbrepo-mariadb-galera - version: 1.4.6 + version: 1.4.5 - name: mariadb-galera repository: https://charts.bitnami.com/bitnami version: 10.1.3 diff --git a/helm/dbrepo/Chart.yaml b/helm/dbrepo/Chart.yaml index 517d649b8a023c2a232ca15e0d4cabdbf0ed3347..9d4ebe4da978c189c3b9d04b9abd60902330a1a5 100644 --- a/helm/dbrepo/Chart.yaml +++ b/helm/dbrepo/Chart.yaml @@ -6,8 +6,8 @@ description: Helm Chart for installing DBRepo sources: - https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services type: application -version: "1.4.6" -appVersion: "1.4.6" +version: "1.4.5" +appVersion: "1.4.5" keywords: - dbrepo maintainers: @@ -28,7 +28,7 @@ dependencies: condition: authservice.enabled - name: dbrepo-mariadb-galera alias: datadb - version: 1.4.6 + version: 1.4.5 repository: file://../dbrepo-mariadb-galera condition: datadb.enabled - name: mariadb-galera diff --git a/helm/dbrepo/values.yaml b/helm/dbrepo/values.yaml index ad50a24f0fea69b98addca6c5ba1535ec46a4e55..452006a4b560eef6e1f537154260d9ca477e4a8a 100644 --- a/helm/dbrepo/values.yaml +++ b/helm/dbrepo/values.yaml @@ -279,7 +279,7 @@ analyseservice: enabled: true image: ## @skip analyseservice.image.name - name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.4.5 ## @skip analyseservice.image.pullPolicy pullPolicy: Always ## @param analyseservice.image.debug Set the logging level to `trace`. Otherwise, set to `info`. @@ -341,7 +341,7 @@ metadataservice: enabled: true image: ## @skip metadataservice.image.name - name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.4.5 ## @skip metadataservice.image.pullPolicy pullPolicy: Always ## @param metadataservice.image.debug Set the logging level to `trace`. Otherwise, set to `info`. @@ -440,7 +440,7 @@ dataservice: endpoint: http://data-service image: ## @skip dataservice.image.name - name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.4.5 ## @skip dataservice.image.pullPolicy pullPolicy: Always ## @param dataservice.image.debug Set the logging level to `trace`. Otherwise, set to `info`. @@ -527,7 +527,7 @@ searchservice: endpoint: http://search-service image: ## @skip searchservice.image.name - name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.4.5 ## @skip searchservice.image.pullPolicy pullPolicy: Always ## @param searchservice.image.debug Set the logging level to `trace`. Otherwise, set to `info`. @@ -576,7 +576,7 @@ searchservice: ## @skip searchservice.init init: image: - name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.4.5 pullPolicy: Always ## @param searchservice.replicaCount The number of replicas. replicaCount: 2 @@ -621,7 +621,7 @@ storageservice: adminSecretAccessKey: seaweedfsadmin ## @skip storageservice.init init: - image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.4.6 + image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.4.5 pullPolicy: Always ## @section Identity Service @@ -684,7 +684,7 @@ ui: enabled: true image: ## @skip ui.image.name - name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.6 + name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.4.5 ## @skip ui.image.pullPolicy pullPolicy: Always ## @param ui.image.debug Set the logging level to `trace`. Otherwise, set to `info`. diff --git a/install.sh b/install.sh index aec9f270bc4b7d2311b93371973dc05aa33ba51c..5e367f4d53fefc633fb3131dad7360569ea971ac 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # preset -VERSION="1.4.6" +VERSION="1.4.5" MIN_CPU=8 MIN_RAM=8 MIN_MAP_COUNT=262144 diff --git a/lib/python/README.md b/lib/python/README.md index d3db052010c3088ee203159f840c01cee6041cff..96166554a7f5cf5a1c3cb1d3fa76650f970eb8bf 100644 --- a/lib/python/README.md +++ b/lib/python/README.md @@ -48,17 +48,17 @@ client.import_table_data(database_id=7, table_id=13, file_name_or_data_frame=df) ## Supported Features & Best-Practices - Manage user - account ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/#create-user-account)) + account ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/#create-user-account)) - Manage databases ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo//usage-overview/#create-database)) - Manage database access & - visibility ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/#create-database)) + visibility ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/#create-database)) - Import - dataset ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/#import-dataset)) + dataset ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/#import-dataset)) - Create persistent - identifiers ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/#assign-database-pid)) + identifiers ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/#assign-database-pid)) - Execute - queries ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/#export-subset)) + queries ([docs](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/#export-subset)) - Get data from tables/views/subsets ## Configure diff --git a/lib/python/docs/index.rst b/lib/python/docs/index.rst index 6348ed12d3f7de6514621cf6e9add754204690fc..688a62683170012b263ffc1df234c881323ab9fb 100644 --- a/lib/python/docs/index.rst +++ b/lib/python/docs/index.rst @@ -12,7 +12,7 @@ Quickstart ---------- Find numerous quickstart examples on -the `DBRepo website <https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/api/>`_. +the `DBRepo website <https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/api/>`_. AMQP API Client ----------- diff --git a/lib/python/pyproject.toml b/lib/python/pyproject.toml index 8c89061ce82d02b398c4c45f14a5b43efa64ac15..99d20acc30f636a2089ec0379c7247827dd6a32f 100644 --- a/lib/python/pyproject.toml +++ b/lib/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbrepo" -version = "1.4.6" +version = "1.4.5" description = "DBRepo Python Library" keywords = [ "DBRepo", diff --git a/lib/python/setup.py b/lib/python/setup.py index b92f73d34f8384aa9bc5bcac4ef5387f9261fa0e..8785f71036fb3b888b278b48c3be9cff68f85eff 100644 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -2,9 +2,9 @@ from distutils.core import setup setup(name="dbrepo", - version="1.4.6", + version="1.4.5", description="A library for communicating with DBRepo", - url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/", + url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/", author="Martin Weise", license="Apache-2.0", author_email="martin.weise@tuwien.ac.at", diff --git a/mkdocs.yml b/mkdocs.yml index b2314f2cf019d791d10d81e3891b6efbeb75ee50..c7481cd6e2764e9520774cf904216d92e37487e1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Database Repository -site_url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/ +site_url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/ repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services repo_name: fda-services site_author: Research Unit Data Science, Technische Universität Wien @@ -118,7 +118,7 @@ markdown_extensions: extra: homepage: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/ version: - default: 1.4.6 + default: 1.4.5 provider: mike social: - icon: simple/artifacthub diff --git a/versions.json b/versions.json index dc4adc279a0ddb9514930e5087fc04a3cf31b8da..e22819daa96b365ccbea63a1bbaa19c540bd8a04 100644 --- a/versions.json +++ b/versions.json @@ -1,9 +1,4 @@ [ - { - "version": "1.4.6", - "title": "1.4.6", - "aliases": ["latest"] - }, { "version": "1.4.5", "title": "1.4.5",