Skip to content
Snippets Groups Projects

Wrong model

3 files
+ 486
25
Compare changes
  • Side-by-side
  • Inline

Files

+ 12
25
@@ -4,15 +4,22 @@ author: Martin Weise
## v1.7.0 (????)
### What's Changed
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.0)
TBD
!!! warning "Contains Breaking Changes"
## v1.6.5 (2025-02-18)
This release updates the Metadata Database schema which is incompatible to v1.6.3! Use the migration
script [`schema_1.6.3-to-1.7.0.sql`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.7/dbrepo-metadata-db/migration/schema_1.6.3-to-1.7.0.sql)
to apply the changes manually.
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.0)
#### Changes
* Replaced sequential numerical ids with non-guessable random ids in the Metadata Database
in [#491](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/491).
### What's Changed
## v1.6.5 (2025-02-18)
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.5)
#### Fixes
@@ -24,8 +31,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.4)
### What's Changed
#### Fixes
* Fixed a bug where the users were not synced with the Metadata Database
@@ -35,8 +40,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.3)
### What's Changed
#### Changes
* Refactored the UI to support OIDC and added an event listener to the Auth Service that syncs users on creation to the
@@ -46,8 +49,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.2)
### What's Changed
#### Changes
* Added interface tests for the Python library in Gitlab CI/CD pipeline
@@ -62,8 +63,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.1)
### What's Changed
#### Changes
* Added privacy feature for hidden databases (and optionally tables, views, subsets) that hides them completely from
@@ -78,8 +77,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.6.0)
### What's Changed
#### Features
* Added possibility to modify table description and privacy mode that hides metadata of databases, tables, subsets and
@@ -117,8 +114,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.5.3)
### What's Changed
#### Fixes
* Fixed a bug where subsets containing sub-queries are not able to retrieve data
@@ -128,8 +123,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.5.2)
### What's Changed
#### Changes
* Adapt Helm chart to support `runAsNonRoot` throughout and specify `resource` presets for the highly-constrained
@@ -149,8 +142,6 @@ TBD
[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.5.1)
### What's Changed
#### Fixes
* Bug where the data volume could not be calculated when the data length column in the Metadata Database is `null`
@@ -168,8 +159,6 @@ TBD
script [`schema_1.4.5-to-1.5.0.sql`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.5/dbrepo-metadata-db/migration/schema_1.4.5-to-1.5.0.sql)
to apply the changes manually.
### What's Changed
#### Features
* Added `SERIAL` data type to create incrementing key
@@ -204,8 +193,6 @@ TBD
This release updates the Metadata Database schema which is incompatible to v1.4.5!
### What's Changed
#### Features
* Added [Dashboard Service](../api/dashboard-service/) and monitoring in default setup.
Loading