Skip to content

gitaly_client: Drop deprecated fine-grained housekeeping RPCs

What does this MR do and why?

Gitaly has deprecated the fine-grained housekeeping RPCs RepackFull, RepackIncremental, PackRefs and GarbageCollect in favor of the new OptimizeRepository RPC. Rails is now exclusively using the new RPC, so let's drop the wrappers for the deprecated ones that will soon be removed in Gitaly.

Closes #353779 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Patrick Steinhardt

Merge request reports