summaryrefslogtreecommitdiff
path: root/workhorse/internal/git/upload-pack.go
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 21:08:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 21:08:11 +0000
commit19db7fd1fefc4e4249d4e55f409f321fdb85aed1 (patch)
tree0093c7fa3eb11954b49c828b78caae28f5fb97c2 /workhorse/internal/git/upload-pack.go
parent8fa0c53e26c947ac647b8067fde3e9673b77b1a6 (diff)
downloadgitlab-ce-19db7fd1fefc4e4249d4e55f409f321fdb85aed1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/internal/git/upload-pack.go')
-rw-r--r--workhorse/internal/git/upload-pack.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/workhorse/internal/git/upload-pack.go b/workhorse/internal/git/upload-pack.go
index bbed5224b2d..13c0069cde2 100644
--- a/workhorse/internal/git/upload-pack.go
+++ b/workhorse/internal/git/upload-pack.go
@@ -48,8 +48,7 @@ func handleUploadPackWithGitaly(ctx context.Context, a *api.Response, clientRequ
ctx,
a.GitalyServer,
gitaly.WithFeatures(a.GitalyServer.Features),
- gitaly.WithUserID(a.GL_ID),
- gitaly.WithUsername(a.GL_USERNAME),
+ gitaly.WithLoggingMetadata(a),
)
if err != nil {
return fmt.Errorf("get gitaly client: %w", err)