summaryrefslogtreecommitdiff
path: root/go/internal/handler
Commit message (Collapse)AuthorAgeFilesLines
* Get secret from configBob Van Landuyt2019-03-131-52/+2
| | | | | | | | | | | This adds parsing if the `secret_file` from YAML. And reads the contents of the configured file. If no file is configured, we fall back to the `.gitlab_shell_secret` in the root dir of the configuration. If the configured path does not start with a `/` we start looking for the file relative to the root dir of the configuration.
* Adds distributed tracing instrumentation to GitLab-Shellan-distributed-tracingAndrew Newdigate2019-03-016-90/+272
| | | | Adds distributed tracing instrumentation to GitLab-Shell using LabKit
* Vendor updatesAndrew Newdigate2018-12-113-3/+3
|
* Revert "Merge branch 'zj-rename-gitalypb' into 'master'"revert-0662bdd1Zeger-Jan van de Weg2018-12-073-6/+6
| | | This reverts merge request !262
* Upgrade gitaly Client dependencyZeger-Jan van de Weg2018-12-063-6/+6
| | | | | The client now has TLS support. So this gets pulled into this component. To make it work, we have to upgrade the proto too.
* Use Gitaly's v2 auth schemegitaly-auth-v2Alejandro Rodríguez2018-10-091-1/+1
|
* Add Gitaly git-upload-archive migrated commandgitaly-upload-archiveAlejandro Rodríguez2018-03-201-0/+26
|
* tokens!Kim "BKC" Carlbäcker2017-07-073-3/+3
|
* refactor Gitaly dialOptsgitaly-124-gitaly-sshKim "BKC" Carlbäcker2017-07-073-18/+15
|
* don't make up exitCodesKim "BKC" Carlbäcker2017-07-072-6/+6
|
* AuthenticationKim "BKC" Carlbäcker2017-07-062-2/+18
|
* - Update gitaly vendoringKim "BKC" Carlbäcker2017-07-032-10/+30
| | | | | - Wire up gitaly-*-pack to Gitaly. Don't pass git-*-pack to go - Disable tests for go1.5 & 1.6
* Use gitaly-upload-pack and gitaly-receive-packJacob Vosmaer2017-05-233-0/+70