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

Enable a merged branch to be reverted #2

Closed
jeremystretch opened this issue Jul 19, 2024 · 0 comments
Closed

Enable a merged branch to be reverted #2

jeremystretch opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
type: feature A new feature or functionality

Comments

@jeremystretch
Copy link
Contributor

Plugin Version

v0.2.0

Proposed functionality

Provide a mechanism for reverting a previously-merged branch. This should effectively replay the associated change records in reverse chronological order, restoring the original state of each object in sequence.

Note that this will not erase or otherwise compromise the global change log: All of the original changes as well as the corresponding reversion will be recorded.

As with merging a branch, a revert should be an atomic operation: Either every associated change is reverted successfully, or the entire transaction is aborted and the original (pre-revert) database state is restored.

Use case

This will allow a user to conveniently roll back a set of changes made within a branch.

External dependencies

No response

@jeremystretch jeremystretch added the type: feature A new feature or functionality label Jul 19, 2024
jeremystretch added a commit that referenced this issue Aug 8, 2024
* Initial work on #2: Reverting a merged branch

* Add tab for merged changes

* Add REST API endpoint to revert branch

* Add signal & event type for branch reversion
@jeremystretch jeremystretch self-assigned this Aug 8, 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