summaryrefslogtreecommitdiff
path: root/client/client_test.go
Commit message (Expand)AuthorAgeFilesLines
* feat: make retryable http default clientSteve Azzopardi2023-01-301-43/+17
* Stub retryable http values in testsIgor Drozdov2023-01-251-4/+7
* feat: put retryablehttp.Client behind feature flagSteve Azzopardi2023-01-121-1/+5
* feat: retry on errorSteve Azzopardi2023-01-121-3/+48
* Remove secret from request headersIgor Drozdov2022-10-171-34/+0
* Trim secret before signing JWT tokensIgor Drozdov2022-09-271-7/+21
* Fixed extra slashes in API request paths generated for geoCarlos Yu2022-08-051-0/+11
* go: Bump major version to v14Patrick Steinhardt2022-07-051-2/+2
* Pass original IP from PROXY requests to internal API callsAlejandro Rodríguez2022-06-301-0/+22
* Use require.WithinDuration to fix flacky testIgor Drozdov2022-05-091-2/+2
* Add JWT token to GitLab Rails requestIgor Drozdov2022-04-261-5/+53
* Remove `self_signed_cert` optionVasilii Iakliushin2022-04-221-1/+1
* 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