Skip to content

proto: Remove the IsRebaseInProgress RPC

Toon Claes requested to merge toon-remove-rebase-in-progress into master

In 5f81d1ed, as part of !2876 (merged), we rewrote UserRebaseConfirmable. This rewrite does no longer use worktrees to perform the rebase. The implementation of IsRebaseInProgress on the other hand uses the existence of a worktree to determine whether a rebase is ongoing. So since the rewrite of UserRebaseConfirmable the IsRebaseInProgress RPC started to return false all the time.

Therefore, in gitlab!65856 (merged) removed all calls of the IsRebaseInProgress RPC from gitlab-org/gitlab. This was done in milestone %14.1, so now we are ready to remove the RPC completely from the gitaly codebase.

Closes: #3614 (closed)

Merge request reports