summaryrefslogtreecommitdiff
path: root/go/internal
Commit message (Collapse)AuthorAgeFilesLines
* Adds distributed tracing instrumentation to GitLab-Shellan-distributed-tracingAndrew Newdigate2019-03-017-95/+278
| | | | Adds distributed tracing instrumentation to GitLab-Shell using LabKit
* Don't fall back to ruby for non SSH connectionsbvl-feature-flag-commandsBob Van Landuyt2019-01-151-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"-featureBob Van Landuyt2019-01-159-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 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
|
* Allow the config directory to be specifiedNick Thomas2018-09-282-7/+14
|
* Specify a richer scheme to run the migration withNick Thomas2018-09-282-11/+26
|
* Initial feature-flagged go/ruby switchNick Thomas2018-09-282-6/+13
|
* Add Gitaly git-upload-archive migrated commandgitaly-upload-archiveAlejandro Rodríguez2018-03-201-0/+26
|
* Switch to structured loggingJacob Vosmaer (GitLab)2018-03-193-23/+46
|
* 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
* Change signature of logger.FatalJacob Vosmaer2017-05-231-10/+11
|
* Use gitaly-upload-pack and gitaly-receive-packJacob Vosmaer2017-05-236-0/+227