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:
commit
bdcd37610a
4 changed files with 6 additions and 4 deletions
|
@ -1 +1 @@
|
|||
7.6.0
|
||||
8.0.0
|
||||
|
|
5
changelogs/unreleased/55191-update-workhorse.yml
Normal file
5
changelogs/unreleased/55191-update-workhorse.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update GitLab Workhorse to v8.0.0
|
||||
merge_request: 23740
|
||||
author:
|
||||
type: other
|
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue