Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix race conditions with logrus testingsh-fix-logrus-race | Stan Hu | 2020-05-11 | 1 | -0/+2 |
| | | | | | | | | | logrus fires a Goroutine to write logs, so the tests could fail if they checked the event queue before the logrus have fired. Since there isn't an easy way to flush all outstanding hooks, we just retry every 100 ms for up to a second for log to arrive in the queue. Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/450 | ||||
* | Fix race conditions in testssh-add-http-status-code | Stan Hu | 2020-05-08 | 1 | -4/+5 |
| | | | | | | | | 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 |
| | |||||
* | 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 | -12/+5 |
| | |||||
* | Add tests for logging | David Kim | 2020-03-30 | 1 | -0/+8 |
| | |||||
* | Add git-archive-pack | Stan Hu | 2020-03-26 | 1 | -0/+11 |
| | |||||
* | Merge branch 'pass-ff-to-gitaly' into 'master' | Ash McKenzie | 2019-10-29 | 2 | -1/+2 |
| | | | | | 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/+139 |