diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-16 21:08:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-16 21:08:11 +0000 |
commit | 19db7fd1fefc4e4249d4e55f409f321fdb85aed1 (patch) | |
tree | 0093c7fa3eb11954b49c828b78caae28f5fb97c2 /workhorse/internal/git/upload-pack.go | |
parent | 8fa0c53e26c947ac647b8067fde3e9673b77b1a6 (diff) | |
download | gitlab-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.go | 3 |
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) |