You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* 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
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
The text was updated successfully, but these errors were encountered: