Skip to content
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

Branch provisioning should be completed within an atomic transaction #36

Closed
jeremystretch opened this issue Aug 9, 2024 · 0 comments
Closed
Assignees
Labels
type: feature A new feature or functionality

Comments

@jeremystretch
Copy link
Contributor

Plugin Version

v0.2.0

Proposed functionality

Within Branch.provision() all SQL commands used to copy data from main should be wrapped within an atomic transaction.

Use case

This will ensure that changes to main do not interfere with or disrupt the provisioning process, and that the resulting branch data reflects main at the point in time when the provisioning process was initialized.

External dependencies

None

@jeremystretch jeremystretch added the type: feature A new feature or functionality label Aug 9, 2024
@jeremystretch jeremystretch self-assigned this Aug 9, 2024
jeremystretch added a commit that referenced this issue Aug 9, 2024
jeremystretch added a commit that referenced this issue Aug 9, 2024
jeremystretch added a commit that referenced this issue Aug 9, 2024
* Initial work on documentation

* Add screenshots

* Include known limitations

* Cross-link to instructional content

* Remove limitation fixed by #36
jeremystretch added a commit that referenced this issue Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant