Skip to content

Make Gitaly RepositoryExists opt-out

Jacob Vosmaer requested to merge gitaly-repo-exists into master

What does this MR do?

Changes the feature toggle status of the gitaly_repository_exists feature flag to opt-out. This means that by default, all GitLab installations will start using Gitaly to check if a repository exists.

Currently most GitLab installations do not make Gitaly calls from Ruby processes. This MR changes that; all GitLab 10.5 installations will start making Gitaly calls from Ruby by default. If there are any compatibility issues with Ruby and gRPC in some environments then this change will make those apparent.

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports

Loading