Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix race conditions in testssh-add-http-status-code | Stan Hu | 2020-05-08 | 1 | -6/+4 |
| | | | | | | | | Calling logrus hook.LastEntry() can lead to race conditions. Use AllEntries instead: https://github.com/sirupsen/logrus/blob/60c74ad9be0d874af0ab0daef6ab07c5c5911f0d/hooks/test/test.go#L77 Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/450 | ||||
* | Move gitlabnet client to client packagejc-refactor-gitlabnet-client | John Cai | 2020-05-04 | 2 | -2/+2 |
| | |||||
* | Geo Pull custom action support | Ash McKenzie | 2020-04-17 | 1 | -0/+10 |
| | |||||
* | Remove unnecessary command argument | David Kim | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Move logging to handler instead | David Kim | 2020-04-07 | 1 | -3/+2 |
| | |||||
* | Add test for command logging | David Kim | 2020-04-03 | 2 | -13/+5 |
| | |||||
* | Add tests for logging | David Kim | 2020-03-30 | 1 | -0/+8 |
| | |||||
* | Add git-archive-pack | Stan Hu | 2020-03-26 | 1 | -6/+6 |
| | |||||
* | Log git-{upload-pack,receive-pack} requests | Stan Hu | 2020-03-26 | 1 | -0/+12 |
| | | | | This restores the previous Ruby gitlab-shell behavior. | ||||
* | commands: pass through GIT_PROTOCOL envvar provided by clientsps-git-protocol-envvar | Patrick Steinhardt | 2020-02-28 | 1 | -1/+2 |
| | | | | | | | | | | | Both git-upload-pack and git-receive-pack services inspect the GIT_PROTOCOL environment transferred via SSH in order to decide which protocols are supported by a given client. Currently, we don't use the environment variable at all, though, but instead forward the GitProtocol field of the access verification response. Improve this by passing on the GIT_PROTOCOL environment variable provided by the client as-is. | ||||
* | Merge branch 'pass-ff-to-gitaly' into 'master' | Ash McKenzie | 2019-10-29 | 2 | -1/+13 |
| | | | | | Add support for Gitaly feature flags See merge request gitlab-org/gitlab-shell!351 | ||||
* | Rename import paths | Nick Thomas | 2019-10-18 | 4 | -18/+18 |
| | |||||
* | Move go code up one level | Nick Thomas | 2019-10-18 | 4 | -0/+143 |