feat(schema): add input can be optional on model configuration#12
Merged
feat(schema): add input can be optional on model configuration#12
Conversation
…guration_input - up.sql: ADD COLUMN is_optional BOOLEAN NOT NULL DEFAULT FALSE - down.sql: DROP COLUMN is_optional - NOT NULL DEFAULT FALSE: existing junction rows backfill automatically, no UPDATE needed - ETL untouched (D-11, D-12)
…bles.yaml - Insert (user role, &id007 anchor): add is_optional column - Select (anonymous role inline list): add is_optional column - Select (user role *id007): picks up is_optional via anchor - No update_permissions added (junction tables: insert+delete only) - No new roles added (D-05 honored)
…eature branches build Branch trigger '*' does not match slashed names like gsd/phase-12-is-optional, so feature branch pushes never produced a docker image. tj-actions/branch-names also returns the raw branch name, which is an invalid docker tag when it contains '/'. Adds SAFE_BRANCH step (replaces '/' with '-') and tags with that instead. Mirrors fix in ui (e0547dd) and model-catalog-api (7109442).
This was referenced Apr 29, 2026
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.
Summary
docker-publish.ymltrigger frombranches: '*'tobranches: '**'so slashed branch names (e.g.gsd/phase-12-is-optional) actually publish images./with-inGITHUB_REF_NAME, then tag the image withSAFE_BRANCHinstead of the rawtj-actions/branch-names@v6output (which is an invalid Docker tag when it contains/).Mirrors fixes already applied in ui e0547dd and model-catalog-api 7109442.
Verification
ghcr.io/mintproject/graphql-engine:gsd-phase-12-is-optionaland SHA tag pushed.Test plan
gsd-phase-12-is-optional) and SHA tag both visible in registry