Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get secret from config | Bob Van Landuyt | 2019-03-13 | 1 | -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-tracing | Andrew Newdigate | 2019-03-01 | 6 | -90/+272 |
| | | | | Adds distributed tracing instrumentation to GitLab-Shell using LabKit | ||||
* | Vendor updates | Andrew Newdigate | 2018-12-11 | 3 | -3/+3 |
| | |||||
* | Revert "Merge branch 'zj-rename-gitalypb' into 'master'"revert-0662bdd1 | Zeger-Jan van de Weg | 2018-12-07 | 3 | -6/+6 |
| | | | This reverts merge request !262 | ||||
* | Upgrade gitaly Client dependency | Zeger-Jan van de Weg | 2018-12-06 | 3 | -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-v2 | Alejandro Rodríguez | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Add Gitaly git-upload-archive migrated commandgitaly-upload-archive | Alejandro Rodríguez | 2018-03-20 | 1 | -0/+26 |
| | |||||
* | tokens! | Kim "BKC" Carlbäcker | 2017-07-07 | 3 | -3/+3 |
| | |||||
* | refactor Gitaly dialOptsgitaly-124-gitaly-ssh | Kim "BKC" Carlbäcker | 2017-07-07 | 3 | -18/+15 |
| | |||||
* | don't make up exitCodes | Kim "BKC" Carlbäcker | 2017-07-07 | 2 | -6/+6 |
| | |||||
* | Authentication | Kim "BKC" Carlbäcker | 2017-07-06 | 2 | -2/+18 |
| | |||||
* | - Update gitaly vendoring | Kim "BKC" Carlbäcker | 2017-07-03 | 2 | -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-pack | Jacob Vosmaer | 2017-05-23 | 3 | -0/+70 |