summaryrefslogtreecommitdiff
path: root/internal/command/uploadpack
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2020-03-26 20:54:04 -0700
committerStan Hu <stanhu@gmail.com>2020-03-26 20:54:04 -0700
commit90fe3a0bd925be0272d92f3ac6f555dd5837cf9e (patch)
tree80ab6b3e7691066cdde96e725a1f9fb5948715fe /internal/command/uploadpack
parentf1ec61c73087f08d76bc3f117dc169a30e5a13f6 (diff)
downloadgitlab-shell-90fe3a0bd925be0272d92f3ac6f555dd5837cf9e.tar.gz
Add git-archive-pack
Diffstat (limited to 'internal/command/uploadpack')
-rw-r--r--internal/command/uploadpack/gitalycall.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/command/uploadpack/gitalycall.go b/internal/command/uploadpack/gitalycall.go
index c55ce55..a9a05e4 100644
--- a/internal/command/uploadpack/gitalycall.go
+++ b/internal/command/uploadpack/gitalycall.go
@@ -30,12 +30,12 @@ func (c *Command) performGitalyCall(response *accessverifier.Response) error {
}
fields := log.Fields{
- "command": "git-upload-pack",
- "gl_project_path": request.Repository.GlProjectPath,
- "gl_repository": request.Repository.GlRepository,
- "user_id": response.UserId,
- "username": response.Username,
- "git_protocol": request.GitProtocol,
+ "command": "git-upload-pack",
+ "glProjectPath": request.Repository.GlProjectPath,
+ "glRepository": request.Repository.GlRepository,
+ "userId": response.UserId,
+ "userName": response.Username,
+ "gitProtocol": request.GitProtocol,
}
log.WithFields(fields).Info("executing git command")