Skip to content

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

Alejandro Rodríguez 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 gitaly!120 (merged)

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?

gitaly#179 (closed)

Merge request reports