Skip to content

RepositoryExists is always called with #gitaly_migration

Zeger-Jan van de Weg requested to merge zj-repo-gitaly into master

What does this MR do?

Make Gitaly feature RepositoryExists opt-in instead of opt-out

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

No

Why was this MR needed?

gRPC doesn't go well with http proxies. This doesn't solve the underlying problem (it's an issue in the gRPC library) but it prevents users with proxies setup from experiencing this problem since they would need to explicitly enable this feature.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/38333

Edited by Alejandro Rodríguez

Merge request reports