Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
2cdbfef1
Commit
2cdbfef1
authored
Mar 06, 2018
by
Zeger-Jan van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Repository#HasLocalBranches to OPT_OUT
Part of gitlab-org/gitaly#616
parent
0649a1f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/zj-move-opt-out-ruby-endpoints.yml
changelogs/unreleased/zj-move-opt-out-ruby-endpoints.yml
+5
-0
lib/gitlab/git/repository.rb
lib/gitlab/git/repository.rb
+1
-1
No files found.
changelogs/unreleased/zj-move-opt-out-ruby-endpoints.yml
0 → 100644
View file @
2cdbfef1
---
title
:
Move Ruby endpoints to OPT_OUT
merge_request
:
author
:
type
:
other
lib/gitlab/git/repository.rb
View file @
2cdbfef1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment