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

Move Repository#HasLocalBranches to OPT_OUT

parent 0649a1f8
No related branches found
No related tags found
No related merge requests found
---
title: Move Ruby endpoints to OPT_OUT
merge_request:
author:
type: other
Loading
Loading
@@ -228,7 +228,7 @@ module Gitlab
end
 
def has_local_branches?
gitaly_migrate(:has_local_branches) do |is_enabled|
gitaly_migrate(:has_local_branches, status: Gitlab::GitalyClient::MigrationStatus::OPT_OUT) do |is_enabled|
if is_enabled
gitaly_repository_client.has_local_branches?
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