BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a2a6a5ca
Commit
a2a6a5ca
authored
Apr 09, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zj-find-license-opt-out' into 'master'
Move FindLicense RPC to OPT OUT status See merge request gitlab-org/gitlab-ce!18228
parents
fb0bb32f
4ca00b52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
zj-find-license-opt-out.yml
changelogs/unreleased/zj-find-license-opt-out.yml
+5
-0
repository.rb
lib/gitlab/git/repository.rb
+2
-1
No files found.
changelogs/unreleased/zj-find-license-opt-out.yml
0 → 100644
View file @
a2a6a5ca
---
title
:
Detect repository license on Gitaly by default
merge_request
:
author
:
type
:
performance
lib/gitlab/git/repository.rb
View file @
a2a6a5ca
...
...
@@ -1045,7 +1045,8 @@ module Gitlab
end
def
license_short_name
gitaly_migrate
(
:license_short_name
)
do
|
is_enabled
|
gitaly_migrate
(
:license_short_name
,
status:
Gitlab
::
GitalyClient
::
MigrationStatus
::
OPT_OUT
)
do
|
is_enabled
|
if
is_enabled
gitaly_repository_client
.
license_short_name
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