Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds distributed tracing instrumentation to GitLab-Shellan-distributed-tracing | Andrew Newdigate | 2019-03-01 | 7 | -95/+278 |
| | | | | Adds distributed tracing instrumentation to GitLab-Shell using LabKit | ||||
* | Don't fall back to ruby for non SSH connectionsbvl-feature-flag-commands | Bob Van Landuyt | 2019-01-15 | 1 | -3/+3 |
| | | | | | When SSH_CONNECTION is not set, we don't fall back to ruby, but instead fail directly in go writing the error to stderr. | ||||
* | Allow enabling gitlab-shell "discover"-feature | Bob Van Landuyt | 2019-01-15 | 9 | -0/+407 |
| | | | | | | | | | | | | | | | | | | | This adds the possibility to enable features for GitLab shell. The first feature being recognized is "Discover": It's the command that is executed when running `ssh git@gitlab.example.com` and is called without a command. The gitlab key id or username is already parsed from the command line arguments. Currently we only support communicating with GitLab-rails using unix sockets. So features will not be enabled if the GitLab-url is using a different protocol. The url for this read from the config yaml. Pending ruby-specs have been added for the gitlab-shell command. Refactor to have separate command packages | ||||
* | 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 |
| | |||||
* | Allow the config directory to be specified | Nick Thomas | 2018-09-28 | 2 | -7/+14 |
| | |||||
* | Specify a richer scheme to run the migration with | Nick Thomas | 2018-09-28 | 2 | -11/+26 |
| | |||||
* | Initial feature-flagged go/ruby switch | Nick Thomas | 2018-09-28 | 2 | -6/+13 |
| | |||||
* | Add Gitaly git-upload-archive migrated commandgitaly-upload-archive | Alejandro Rodríguez | 2018-03-20 | 1 | -0/+26 |
| | |||||
* | Switch to structured logging | Jacob Vosmaer (GitLab) | 2018-03-19 | 3 | -23/+46 |
| | |||||
* | 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 | ||||
* | Change signature of logger.Fatal | Jacob Vosmaer | 2017-05-23 | 1 | -10/+11 |
| | |||||
* | Use gitaly-upload-pack and gitaly-receive-pack | Jacob Vosmaer | 2017-05-23 | 6 | -0/+227 |