stop hardcoding versions #2 - #75
Merged
Merged
Conversation
- Dashboard service - Search service - Python library
- Dashboard service Dockerfile and init Dockerfile - Search service Dockerfile and init Dockerfile - Storage service init Dockerfile
The image does not exist on docker.io anymore.
To reenable: restore open-pull-requests-limit to 10 in .github/dependabot.yml
…l-script-url-in-readmemd
- remove code coverage as this is currently non-functional - add badge for release workflow - update license badge
`make build-images` needs to be run, otherwise DuckDB extensions are not copied and `docker compose build` fails.
bun.lockdb created with current bun 1.3 branch shipped with recent OS versions is incompatible with 1.2 and vice-versa. Regenerating lockdb hence breaks `docker compose build`.
The production schema bootstrap omitted CREATE TABLE for mdb_concepts, mdb_units, mdb_columns_concepts, and mdb_columns_units. The delete-table cascade issues native DELETEs against mdb_columns_concepts and mdb_columns_units, which caused MariaDB error 1146 (table doesn't exist) on every table delete, aborting the transaction and returning HTTP 500. Added CREATE TABLE IF NOT EXISTS for all four tables in dependency order, mirroring the live-image bootstrap definitions.
…db schema Helm chart maintains a separate copy of the metadata-db schema at helm/dbrepo/files/01-setup-schema.sql, loaded via the metadata-db-config ConfigMap (templates/metadata-db-configmap.yaml). This copy was missing the same four tables (mdb_concepts, mdb_units, mdb_columns_concepts, mdb_columns_units) as the docker-compose bootstrap, so Kubernetes deployments hit the same MariaDB 1146 error on table delete. Applied the same fix as the docker-compose schema: added CREATE TABLE IF NOT EXISTS for all four tables in dependency order, mirroring the live-image bootstrap definitions.
…ipt-url-in-readmemd Update README.md for GitHub migration changes
Add GitHub workflow to publish Python client to PyPI
Release 1.14
Fix docker image building and metadata-db bootstrapping
Update python images to alpine-3.23
Fix schema semantic URI display
…drops-ownership-and-fails-search-indexing fix(metadata): preserve table ownership during refresh
…s-invalid-databasebrief-with-null-contact fix(metadata): preserve contact in refresh response
…-refresh-fails fix(data): handle null tables during exploration
…ails fix(install): fix download location in install script
fix(helm): configure data service cache port
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please provide a brief description of the changes in this pull request.
Type of Change
Related Issue
Closes # (issue number)
Checklist
Additional Notes
Add any additional notes or context here.