chore: dependabot squash-automerge + ADR 0021 (online-DDL lane) - #148
Merged
Conversation
- dependabot-automerge.yml: --merge -> --squash (repo convention; the workflow already ran gh pr merge --auto but the repo had allow_auto_merge=false, so it failed every run — that setting is now enabled). - docs/adr/0021: record the online-DDL-lane decision from the JEF-580 planning sprint (run CREATE INDEX CONCURRENTLY out of the transactional migrator, after bind, on a dedicated connection). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
thejefflarson
enabled auto-merge (squash)
July 28, 2026 02:17
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.
Two small project-meta changes:
1. Dependabot auto-merge on green. The
dependabot-automerge.ymlworkflow already rangh pr merge --auto, but the repo hadallow_auto_merge: falseso it failed every run — now enabled at the repo level. This PR also switches the workflow from--mergeto--squash(the repo's convention). Result: Dependabot PRs auto-merge once required checks (server+ui) go green; a breaking bump that fails CI (e.g. #129 jsonwebtoken 9→11) stays open for manual attention.2. ADR 0021 — online-DDL lane. Records the decision from the JEF-580 planning sprint: run
CREATE INDEX CONCURRENTLY(and future non-transactional DDL) from an in-app lane after the listener binds, on a dedicated connection, instead of the boot-time transactional migrator that crashlooped on the 5.8 GBmetric_series_rollupsbuild.🤖 Generated with Claude Code