Skip to content
Snippets Groups Projects
Unverified Commit 4d3f0998 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Branch with a commit detection defaults to Gitaly

By default this was an OPT_IN RPC, and now graduates to OPT_OUT as the
acceptance testing was successful in:
https://gitlab.com/gitlab-org/gitaly/issues/1008

This follows the conventions of our [migration
process](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md)
parent 863e1a7a
No related branches found
No related tags found
No related merge requests found
---
title: Detecting branchnames containing a commit uses Gitaly by default
merge_request:
author:
type: performance
Loading
Loading
@@ -1385,7 +1385,8 @@ module Gitlab
end
 
def branch_names_contains_sha(sha)
gitaly_migrate(:branch_names_contains_sha) do |is_enabled|
gitaly_migrate(:branch_names_contains_sha,
status: Gitlab::GitalyClient::MigrationStatus::OPT_OUT) do |is_enabled|
if is_enabled
gitaly_ref_client.branch_names_contains_sha(sha)
else
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment