refactor(stack): remove redundant runtime mechanisms - #6475
Merged
jgoux merged 1 commit intoSep 5, 2026
Conversation
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.
Builds on #6440.
The database bootstrap maintained a revision journal for one idempotent schema update, while PostgreSQL artifacts already own service migrations. Replace the journal and optional credential maps with one transaction that reconciles schema ownership, login passwords, and JWT settings. Existing persisted tables are left untouched.
Remove unused catalog fields, share Docker/Podman lifecycle command construction, and delete the provisional host-gateway argument path that production replaces before creating containers. Make log streaming a required engine contract and remove redundant lifecycle flags, metadata probes, and intermediate compiler objects.
Running stacks with unavailable credential listeners now return a configuration error instead of reporting that the stack is stopped. Clarify the native-runtime and Docker-engine defaults in the architecture documentation.