-
Notifications
You must be signed in to change notification settings - Fork 523
fix(cli): make migration batches transactional (CLI-2261) #6354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
7ttp
wants to merge
37
commits into
develop
Choose a base branch
from
7ttp/cli-2261-db-reset-pipelined-migration-batch-is-not-a-transaction
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
30ba92c
fix(cli): wrap pipelined migration batches in an explicit transaction…
7ttp 7a71865
fix: run transaction-prohibited ddl standalone
7ttp 57f3ebb
docs: align push side effects with transactional batches
7ttp ce99a40
test: assert batch errors via instanceof
7ttp 32335b4
fix: route subscription ddl standalone
7ttp 5afa6f7
fix: roll failed batches back while interruptible
7ttp 8335bff
fix: run discard all standalone with role restore
7ttp 7f55c99
fix: route reindex schema standalone
7ttp 35acc1b
fix: route alter database set tablespace standalone
7ttp 605f369
fix: route subscription refresh forms standalone
7ttp a6bd732
docs: align migration up standalone list
7ttp 9aece2f
fix: allocate batch state per execution
7ttp 9cea8df
fix: address batch review nits
7ttp f2f254d
fix: tighten detach partition matching
7ttp 0a7172a
fix: route all-in-tablespace moves standalone
7ttp 5b85ecc
fix: match qualified quoted detach names
7ttp eae412a
fix: treat database-dropped as session-ending
7ttp 1ad16ee
fix: keep pipeline classifiers loose and uniform
7ttp b1b3405
fix: name commit failures in batch errors
7ttp 79cf215
fix: polish batch classifier and rollback nits
7ttp d582b79
fix: report commit failures without a statement tail
7ttp 3e9d1e5
fix: omit statement context for begin failures
7ttp c838da3
fix: match parenthesized reindex concurrently
7ttp 02db922
fix: keep detach partition finalize batched
7ttp 7ddeddc
docs: note wrapper failures in reset contract
7ttp abf4aff
fix: type transaction phase without assertions
7ttp f83f672
docs: note roles batch splits in push contract
7ttp d3beb8d
fix: mark wrapper phase on connection loss
7ttp 35fc933
fix: route refresh materialized view concurrently standalone
7ttp b0f6cba
test: assert connection-loss error via instanceof
7ttp 221515c
docs: note standalone concurrent matview refresh in contracts
7ttp 3224cb5
chore: fix test import formatting
7ttp a270457
Merge branch 'develop' into 7ttp/cli-2261-db-reset-pipelined-migratio…
7ttp 4917f5f
fix: keep rollback failures in the effect boundary
7ttp 9a5ba18
Merge branch 'develop' into 7ttp/cli-2261-db-reset-pipelined-migratio…
7ttp 4c3f1b8
chore: merge develop to resolve legacy-prefix rename conflicts (#6525)
Coly010 2007a82
chore: fix formatting after develop merge (#6525)
Coly010 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.