Bump gamepatch submodule: config-availability guard (081d117 → 495ab85) - #5
Merged
Merged
Conversation
Advances the engine 081d117 -> 495ab85 (DROG-group/tactcheck#1), which gates the per-response gamepatch.config reads (Matomo middleware, admin Matomo nav link, Ahoy tracker) on a to_regclass probe. On a migrate-only / partial install where gamepatch:setup has not run, a missing gamepatch.config now degrades to 'unconfigured' instead of raising UndefinedTable and 500ing every page. No behaviour change when the SQL schema is installed (the CI/test path, which runs gamepatch:setup). Pure production-robustness pickup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Advances the vendored gamepatch engine submodule
081d117 → 495ab85to pick up DROG-group/tactcheck#1.That engine change gates the per-response
gamepatch.configreads (Matomo middleware, admin Matomo nav link, Ahoy tracker) on ato_regclassprobe, so a partial/migrate-only production install (wheregamepatch:setuphasn't run) degrades a missinggamepatch.configto unconfigured instead of raisingUndefinedTableand 500ing every page.No behaviour change when the SQL schema is installed — which is the CI/test path (it runs
gamepatch:setup), so this is a pure production-robustness pickup. Follows the fix in #4.🤖 Generated with Claude Code