summaryrefslogtreecommitdiff
path: root/go/cmd/gitaly-receive-pack
Commit message (Collapse)AuthorAgeFilesLines
* Better testing for JSON deserialisationan-improve-test-coverageAndrew Newdigate2019-03-181-0/+59
| | | | | | | | Adds tests to ensure that JSON deserialisation from program arguments takes place. This was a testing blind spot, which led to a brief regression: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/280
* Fix unmarshalling JSON from the command lineNick Thomas2019-03-061-1/+1
|
* Adds distributed tracing instrumentation to GitLab-Shellan-distributed-tracingAndrew Newdigate2019-03-011-17/+15
| | | | Adds distributed tracing instrumentation to GitLab-Shell using LabKit
* Vendor updatesAndrew Newdigate2018-12-111-1/+1
|
* Revert "Merge branch 'zj-rename-gitalypb' into 'master'"revert-0662bdd1Zeger-Jan van de Weg2018-12-071-2/+3
| | | This reverts merge request !262
* Upgrade gitaly Client dependencyZeger-Jan van de Weg2018-12-061-3/+2
| | | | | The client now has TLS support. So this gets pulled into this component. To make it work, we have to upgrade the proto too.
* - Update gitaly vendoringKim "BKC" Carlbäcker2017-07-031-1/+3
| | | | | - Wire up gitaly-*-pack to Gitaly. Don't pass git-*-pack to go - Disable tests for go1.5 & 1.6
* Check number of argumentsJacob Vosmaer2017-05-231-0/+5
|
* Change signature of logger.FatalJacob Vosmaer2017-05-231-3/+3
|
* Use gitaly-upload-pack and gitaly-receive-packJacob Vosmaer2017-05-231-0/+30