Skip to content
Snippets Groups Projects
Verified Commit 0ce7c29f authored by Nick Thomas's avatar Nick Thomas
Browse files

Update GitLab Workhorse to v8.0.0

parent 18a48e34
No related branches found
No related tags found
No related merge requests found
7.6.0
8.0.0
---
title: Update GitLab Workhorse to v8.0.0
merge_request: 23740
author:
type: other
Loading
Loading
@@ -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),
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment