Skip to content

Re-enable ref operations with gitaly after not-found fix

username-removed-367626 requested to merge fix-gitaly-not-found into master

What does this MR do?

Re-enable ref operations with gitaly after "repository not found" fix https://gitlab.com/gitlab-org/gitaly/merge_requests/120

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

These operations were already migrated to gitaly, but the incorrect handling of not found repositories forced us to disable it. We can reenable it now that it's been fixed.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitaly/issues/179

Merge request reports