Skip to content

Add DisconnectGitAlternates RPC

Jacob Vosmaer requested to merge has-gitalternates into master

Part of #1559 (closed)

The purpose of this RPC is to repair divergent state between gitlab-rails SQL and Gitaly's disk. If gitlab-rails SQL believes a repository should not have alternates it can call the new DisconnectGitAlternates RPC introduced by this MR, which will try to convert the repository into a stand-alone repository.

Edited by GitLab Release Tools Bot

Merge request reports