summaryrefslogtreecommitdiff
path: root/client/client_test.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: move away from ioutil (deprecated)feistel2021-08-191-6/+6
* refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-111-1/+2
* Remove some unreliable testsNick Thomas2021-07-301-65/+1
* Refactor testhelper.PrepareTestRootDir using t.CleanupIgor Drozdov2021-07-141-3/+1
* Replace cleanup functions with t.CleanupIgor Drozdov2021-03-171-4/+3
* GitLab API Client support for client certificatesPaul Okstad2020-11-171-1/+3
* Log Content-Length bytes in API resposneStan Hu2020-11-021-0/+2
* tests: Replace assert with requirezj-remove-testify-assertZeger-Jan van de Weg2020-10-151-55/+54
* Make it possible to propagate correlation ID across processesStan Hu2020-09-201-10/+11
* Fix gitlab-shell not handling relative URLs over UNIX socketssh-fix-unix-relative-url-accessStan Hu2020-08-201-52/+75
* Generate and log correlation IDsStan Hu2020-07-311-0/+6
* Fix race conditions with logrus testingsh-fix-logrus-raceStan Hu2020-05-111-0/+6
* Fix race conditions in testssh-add-http-status-codeStan Hu2020-05-081-30/+36
* Add HTTP status code to internal API logsStan Hu2020-05-081-9/+28
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-041-0/+240