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
0ce7c29f
Commit
0ce7c29f
authored
Dec 11, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GitLab Workhorse to v8.0.0
parent
18a48e34
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
GITLAB_WORKHORSE_VERSION
GITLAB_WORKHORSE_VERSION
+1
-1
changelogs/unreleased/55191-update-workhorse.yml
changelogs/unreleased/55191-update-workhorse.yml
+5
-0
lib/gitlab/workhorse.rb
lib/gitlab/workhorse.rb
+0
-1
spec/lib/gitlab/workhorse_spec.rb
spec/lib/gitlab/workhorse_spec.rb
+0
-2
No files found.
GITLAB_WORKHORSE_VERSION
View file @
0ce7c29f
7.6
.0
8.0
.0
changelogs/unreleased/55191-update-workhorse.yml
0 → 100644
View file @
0ce7c29f
---
title
:
Update GitLab Workhorse to v8.0.0
merge_request
:
23740
author
:
type
:
other
lib/gitlab/workhorse.rb
View file @
0ce7c29f
...
@@ -31,7 +31,6 @@ module Gitlab
...
@@ -31,7 +31,6 @@ module Gitlab
GL_USERNAME
:
user
&
.
username
,
GL_USERNAME
:
user
&
.
username
,
ShowAllRefs
:
show_all_refs
,
ShowAllRefs
:
show_all_refs
,
Repository
:
repository
.
gitaly_repository
.
to_h
,
Repository
:
repository
.
gitaly_repository
.
to_h
,
RepoPath
:
'ignored but not allowed to be empty in gitlab-workhorse'
,
GitConfigOptions
:
[],
GitConfigOptions
:
[],
GitalyServer
:
{
GitalyServer
:
{
address:
Gitlab
::
GitalyClient
.
address
(
project
.
repository_storage
),
address:
Gitlab
::
GitalyClient
.
address
(
project
.
repository_storage
),
...
...
spec/lib/gitlab/workhorse_spec.rb
View file @
0ce7c29f
...
@@ -246,7 +246,6 @@ describe Gitlab::Workhorse do
...
@@ -246,7 +246,6 @@ describe Gitlab::Workhorse do
GL_ID
:
"user-
#{
user
.
id
}
"
,
GL_ID
:
"user-
#{
user
.
id
}
"
,
GL_USERNAME
:
user
.
username
,
GL_USERNAME
:
user
.
username
,
GL_REPOSITORY
:
"project-
#{
project
.
id
}
"
,
GL_REPOSITORY
:
"project-
#{
project
.
id
}
"
,
RepoPath
:
repo_path
,
ShowAllRefs
:
false
ShowAllRefs
:
false
}
}
end
end
...
@@ -261,7 +260,6 @@ describe Gitlab::Workhorse do
...
@@ -261,7 +260,6 @@ describe Gitlab::Workhorse do
GL_ID
:
"user-
#{
user
.
id
}
"
,
GL_ID
:
"user-
#{
user
.
id
}
"
,
GL_USERNAME
:
user
.
username
,
GL_USERNAME
:
user
.
username
,
GL_REPOSITORY
:
"wiki-
#{
project
.
id
}
"
,
GL_REPOSITORY
:
"wiki-
#{
project
.
id
}
"
,
RepoPath
:
repo_path
,
ShowAllRefs
:
false
ShowAllRefs
:
false
}
}
end
end
...
...
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