summaryrefslogtreecommitdiff
path: root/internal/handler/exec_test.go
Commit message (Collapse)AuthorAgeFilesLines
* use testhelper for SSH_CONNECTIONclient-identityIgor Wiedler2020-11-191-5/+5
|
* test for client identity propagationIgor Wiedler2020-11-191-0/+63
|
* tests: Replace assert with requirezj-remove-testify-assertZeger-Jan van de Weg2020-10-151-3/+2
| | | | | | | | | Testify features sub packages `assert` and `require`. The difference is subtle, and lost on novice Golang developers that don't read the docs. To create a more consistent code base `assert` will no longer be used. This change was generated by a running a sed command on all `_test.go` files, followed by `goimports -w`.
* Merge branch 'pass-ff-to-gitaly' into 'master'Ash McKenzie2019-10-291-0/+44
| | | | | Add support for Gitaly feature flags See merge request gitlab-org/gitlab-shell!351
* Move go code up one levelNick Thomas2019-10-181-0/+42