Remove NamespaceService usage from Workhorse
What does this MR do and why?
Remove NamespaceService usage from Workhorse
Workhorse is using the deprecated and to be removed NamespaceService to remove a repository in its tests. Use RemoveRepository for this instead and remove all usage of the NamespaceService.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to gitaly#3803 (closed)