Merge branch '55191-update-workhorse' into 'master'

Update GitLab Workhorse to v8.0.0

Closes #55191

See merge request gitlab-org/gitlab-ce!23740
This commit is contained in:
Douglas Barbosa Alexandre 2018-12-11 18:05:25 +00:00
commit bdcd37610a
4 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
7.6.0
8.0.0

View file

@ -0,0 +1,5 @@
---
title: Update GitLab Workhorse to v8.0.0
merge_request: 23740
author:
type: other

View file

@ -31,7 +31,6 @@ module Gitlab
GL_USERNAME: user&.username,
ShowAllRefs: show_all_refs,
Repository: repository.gitaly_repository.to_h,
RepoPath: 'ignored but not allowed to be empty in gitlab-workhorse',
GitConfigOptions: [],
GitalyServer: {
address: Gitlab::GitalyClient.address(project.repository_storage),

View file

@ -246,7 +246,6 @@ describe Gitlab::Workhorse do
GL_ID: "user-#{user.id}",
GL_USERNAME: user.username,
GL_REPOSITORY: "project-#{project.id}",
RepoPath: repo_path,
ShowAllRefs: false
}
end
@ -261,7 +260,6 @@ describe Gitlab::Workhorse do
GL_ID: "user-#{user.id}",
GL_USERNAME: user.username,
GL_REPOSITORY: "wiki-#{project.id}",
RepoPath: repo_path,
ShowAllRefs: false
}
end