Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • fair-data-austria-db-repository/fda-services
1 result
Select Git revision
Show changes
Commits on Source (9)
Showing
with 896 additions and 890 deletions
......@@ -115,7 +115,7 @@ services:
init: true
restart: "no"
container_name: dbrepo-auth-service-init
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.7.3
environment:
AUTH_SERVICE_ADMIN: ${AUTH_SERVICE_ADMIN:-admin}
AUTH_SERVICE_ADMIN_PASSWORD: ${AUTH_SERVICE_ADMIN_PASSWORD:-admin}
......@@ -136,7 +136,7 @@ services:
restart: "no"
container_name: dbrepo-metadata-service
hostname: metadata-service
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.7.3
environment:
ADMIN_EMAIL: "${ADMIN_EMAIL:-noreply@localhost}"
ANALYSE_SERVICE_ENDPOINT: "${ANALYSE_SERVICE_ENDPOINT:-http://analyse-service:8080}"
......@@ -197,7 +197,7 @@ services:
restart: "no"
container_name: dbrepo-analyse-service
hostname: analyse-service
image: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.7.3
environment:
AUTH_SERVICE_CLIENT: ${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET: ${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
......@@ -250,7 +250,7 @@ services:
restart: "no"
container_name: dbrepo-search-db
hostname: search-db
image: registry.datalab.tuwien.ac.at/dbrepo/search-db:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/search-db:1.7.3
healthcheck:
test: curl -sSL localhost:9200/_plugins/_security/health | jq .status | grep UP
interval: 10s
......@@ -274,7 +274,7 @@ services:
restart: "no"
container_name: dbrepo-search-service
hostname: search-service
image: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.7.3
environment:
AUTH_SERVICE_CLIENT: ${AUTH_SERVICE_CLIENT:-dbrepo-client}
AUTH_SERVICE_CLIENT_SECRET: ${AUTH_SERVICE_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}
......@@ -298,10 +298,11 @@ services:
restart: "no"
container_name: dbrepo-ui
hostname: ui
image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/ui:1.7.3
environment:
NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}"
NUXT_PUBLIC_API_SERVER: "${BASE_URL:-http://gateway-service}"
NUXT_OIDC_PROVIDERS_KEYCLOAK_BASE_URL: "${BASE_URL:-http://localhost}/realms/dbrepo"
NUXT_OIDC_PROVIDERS_KEYCLOAK_AUTHORIZATION_URL: "${BASE_URL:-http://localhost}/realms/dbrepo/protocol/openid-connect/auth"
NUXT_OIDC_PROVIDERS_KEYCLOAK_CLIENT_ID: "${AUTH_SERVICE_CLIENT:-dbrepo-client}"
NUXT_OIDC_PROVIDERS_KEYCLOAK_CLIENT_SECRET: "${AUTH_SERVICE_CLIENT:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}"
......@@ -374,7 +375,7 @@ services:
init: true
container_name: dbrepo-search-service-init
hostname: search-service-init
image: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.7.3
environment:
LOG_LEVEL: ${LOG_LEVEL:-info}
METADATA_SERVICE_ENDPOINT: ${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}
......@@ -417,7 +418,6 @@ services:
hostname: metric-db
image: docker.io/bitnami/prometheus:2.54.1-debian-12-r4
volumes:
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml
- metric-db-data:/opt/bitnami/prometheus/data
healthcheck:
......@@ -432,7 +432,7 @@ services:
restart: "no"
container_name: dbrepo-dashboard-service
hostname: dashboard-service
image: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.7.3
ports:
- "3000:3000"
volumes:
......@@ -459,7 +459,7 @@ services:
init: true
container_name: dbrepo-storage-service-init
hostname: storage-service-init
image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.7.3
environment:
S3_ACCESS_KEY_ID: ${S3_ACCESS_KEY_ID:-seaweedfsadmin}
S3_BUCKET: "${S3_BUCKET:-dbrepo}"
......@@ -475,7 +475,7 @@ services:
restart: "no"
container_name: dbrepo-data-service
hostname: data-service
image: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.7.2
image: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.7.3
environment:
AUTH_SERVICE_ADMIN: "${AUTH_SERVICE_ADMIN:-admin}"
AUTH_SERVICE_ADMIN_PASSWORD: "${AUTH_SERVICE_ADMIN_PASSWORD:-admin}"
......
This diff is collapsed.
This diff is collapsed.
......@@ -24,7 +24,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
title: DBRepo REST API
version: 1.7.2
version: 1.7.3
openapi: 3.1.0
servers:
- description: Test Instance
......
......@@ -16,7 +16,7 @@ info:
name: Apache 2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0'
title: DBRepo REST API
version: 1.7.2
version: 1.7.3
servers:
- description: Test Instance
url: 'https://test.dbrepo.tuwien.ac.at'
......
......@@ -2,6 +2,16 @@
author: Martin Weise
---
## v1.7.3 (2025-03-17)
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.3)
#### Fixes
* Fixed a wrong configuration where assets were not considered in the Kubernetes deployment.
* Fixed a wrong configuration in the Docker deployment where the OIDC provider did not consider other URLs than
`http://localhost`.
## v1.7.2 (2025-03-13)
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.2)
......
......@@ -14,7 +14,7 @@ helm upgrade --install dbrepo \
-n dbrepo \
"oci://registry.datalab.tuwien.ac.at/dbrepo/helm/dbrepo" \
--values ./values.yaml \
--version "1.7.2" \
--version "1.7.3" \
--create-namespace \
--cleanup-on-fail
```
......
......@@ -11,9 +11,9 @@ variables:
SONARQUBE_VERSION: "10.0"
BUN_VERSION: "1.1.40"
DOC_VERSION: "1.7"
APP_VERSION: "1.7.2"
CHART_VERSION: "1.7.2"
SUPPORTED_VERSIONS: "[\"1.7.0\",\"1.7.1\",\"1.7.2\"]"
APP_VERSION: "1.7.3"
CHART_VERSION: "1.7.3"
SUPPORTED_VERSIONS: "[\"1.7.0\",\"1.7.1\",\"1.7.2\",\"1.7.3\"]"
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.
......
......@@ -4,10 +4,12 @@ services[0]=analyse-service
services[1]=auth-service-init
services[2]=dashboard-service
services[3]=data-service
services[4]=search-db
services[5]=search-service
services[6]=search-service-init
services[7]=ui
services[4]=metadata-service
services[5]=search-db
services[6]=search-service
services[7]=search-service-init
services[8]=storage-service-init
services[9]=ui
echo "Starting registry housekeeping ..."
......
.PHONY: all
APP_VERSION ?= 1.7.2
CHART_VERSION ?= 1.7.2
APP_VERSION ?= 1.7.3
CHART_VERSION ?= 1.7.3
REPOSITORY_URL ?= registry.datalab.tuwien.ac.at/dbrepo
.PHONY: all
......
......@@ -21,7 +21,7 @@ numpy = "*"
pandas = "*"
minio = "*"
pydantic = "*"
dbrepo = {path = "./lib/dbrepo-1.7.2.tar.gz"}
dbrepo = {path = "./lib/dbrepo-1.7.3.tar.gz"}
opensearch-py = "*"
[dev-packages]
......
This diff is collapsed.
File added
No preview for this file type
......@@ -16,7 +16,7 @@
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId>
<name>dbrepo-data-service</name>
<version>1.7.2</version>
<version>1.7.3</version>
<description>Service that manages the data</description>
......
......@@ -6,12 +6,12 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>dbrepo-data-service-querystore</artifactId>
<name>dbrepo-data-service-querystore</name>
<version>1.7.2</version>
<version>1.7.3</version>
<dependencies/>
......
......@@ -6,12 +6,12 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>report</artifactId>
<name>dbrepo-data-service-report</name>
<version>1.7.2</version>
<version>1.7.3</version>
<description>
This module is only intended for the pipeline coverage report. See the detailed report in the
respective modules
......
......@@ -6,18 +6,18 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>rest-service</artifactId>
<name>dbrepo-data-service-rest-service</name>
<version>1.7.2</version>
<version>1.7.3</version>
<dependencies>
<dependency>
<groupId>at.tuwien</groupId>
<artifactId>services</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
</dependencies>
......
......@@ -6,18 +6,18 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</parent>
<artifactId>services</artifactId>
<name>dbrepo-data-service-services</name>
<version>1.7.2</version>
<version>1.7.3</version>
<dependencies>
<dependency>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-data-service-querystore</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
</dependencies>
......