summaryrefslogtreecommitdiff
path: root/go/internal/command/command_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Go implementation for git-upload-archiveIgor2019-06-051-0/+13
|
* Go implementation for git-upload-packIgor2019-06-031-0/+13
|
* Return Fallback cmd if feature is enabled, but unimplementedIgor2019-06-031-10/+17
|
* Go implementation for git-receive-packIgor2019-05-311-4/+19
|
* Pass readWriter to Command constructorIgor Drozdov2019-05-201-2/+2
|
* Provide go implementation for 2fa_recovery_codes commandIgor2019-03-211-0/+14
|
* Allow enabling gitlab-shell "discover"-featureBob Van Landuyt2019-01-151-0/+71
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