Skip to content

Allow asynchronous rebase operations to be monitored

Nick Thomas requested to merge (removed):54117-transactional-rebase into master

What does this MR do?

Currently, it's impossible to reliably track the status of an asynchronous rebase operation.

This MR introduces a MergeRequest#rebase_jid which operates similarly to MergeRequest#merge_jid and can be used for reliable tracking.

Does this MR meet the acceptance criteria?

Conformity

Closes #54117 (closed)

Edited by Nick Thomas

Merge request reports