summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add DNS discovery support for Gitaly/PraefectQuang-Minh Nguyen2023-02-141-11/+32
* Define Do function for Gitlab net clientIgor Drozdov2023-02-073-37/+77
* feat: make retryable http default clientSteve Azzopardi2023-01-305-116/+30
* Stub retryable http values in testsIgor Drozdov2023-01-253-18/+38
* feat: put retryablehttp.Client behind feature flagSteve Azzopardi2023-01-124-17/+75
* feat: retry on errorSteve Azzopardi2023-01-125-14/+92
* Remove secret from request headersIgor Drozdov2022-10-172-37/+0
* Trim secret before signing JWT tokensIgor Drozdov2022-09-272-10/+23
* Merge branch 'id-update-gitaly-to-v15' into 'main'Patrick Bajao2022-08-101-2/+2
|\
| * Update Gitaly to v15Igor Drozdov2022-08-051-2/+2
* | Fixed extra slashes in API request paths generated for geoCarlos Yu2022-08-052-1/+16
|/
* go: Bump major version to v14Patrick Steinhardt2022-07-054-6/+6
* Pass original IP from PROXY requests to internal API callsAlejandro Rodríguez2022-06-302-0/+30
* Exclude API errors from error rateIgor Drozdov2022-05-181-3/+11
* Use require.WithinDuration to fix flacky testIgor Drozdov2022-05-091-2/+2
* Merge branch '484_remove_outdated_func' into 'main'Ash McKenzie2022-04-271-10/+0
|\
| * Remove deprecated function NewHTTPClientVasilii Iakliushin2022-04-261-10/+0
* | Add JWT token to GitLab Rails requestIgor Drozdov2022-04-262-9/+74
|/
* Remove `self_signed_cert` optionVasilii Iakliushin2022-04-224-22/+16
* Optionally use SSHUploadPackWithSidechannelJacob Vosmaer2022-01-251-1/+28
* Update gitaly/v14/client to 2e398afa0490ccdf5a82e1a7c7d824ae491eba16Jacob Vosmaer2022-01-251-1/+4
* Deprecate self_signed_cert config settingid-deprecate-self-signed-certIgor Drozdov2022-01-121-1/+4
* Merge branch 'fix/name-certificate' into 'main'Igor Drozdov2021-10-122-2/+0
|\
| * refactor: remove call to BuildNameToCertificate (deprecated)feistel2021-09-082-2/+0
* | Only validate SSL cert file exists if a value is suppliedStan Hu2021-09-232-12/+34
|/
* refactor: move away from ioutil (deprecated)feistel2021-08-196-19/+17
* Merge branch 'verify/cafile' into 'main'Ash McKenzie2021-08-182-29/+47
|\
| * test: move os.stat check before the hcc creationAsh McKenzie2021-08-171-7/+7
| * fix: make sure ErrCafileNotFound is returned only when the file doesn't existfeistel2021-08-111-1/+4
| * fix: validate client cert paths exist on disk before proceedingfeistel2021-08-112-29/+44
* | refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-112-3/+6
|/
* Remove some unreliable testsNick Thomas2021-07-301-65/+1
* Fix formatting via make fmtStan Hu2021-07-262-4/+4
* Switch to labkit/log for logging functionalityIgor Drozdov2021-07-222-13/+8
* Add tracing instrumentation to http clientIgor2021-07-201-1/+2
* Refactor testhelper.PrepareTestRootDir using t.CleanupIgor Drozdov2021-07-142-6/+2
* fix: upgrade of the gitaly dependencyPavlo Strokov2021-06-021-1/+1
* Replace cleanup functions with t.CleanupIgor Drozdov2021-03-175-36/+36
* Update testserver.go with tls 1.2 min versionUpdating-min-TLS-version-to-12Vitor Meireles De Sousa2020-11-171-0/+1
* Update httpclient.go with TLS 1.2 as minimum versionVitor Meireles De Sousa2020-11-171-0/+1
* GitLab API Client support for client certificatesPaul Okstad2020-11-174-25/+113
* Log Content-Length bytes in API resposneStan Hu2020-11-022-0/+6
* tests: Replace assert with requirezj-remove-testify-assertZeger-Jan van de Weg2020-10-153-67/+64
* client: Allow User-Agent header to be overriddenzj-override-user-agentZeger-Jan van de Weg2020-10-142-2/+43
* Make it possible to propagate correlation ID across processesStan Hu2020-09-204-32/+29
* Fix gitlab-shell not handling relative URLs over UNIX socketssh-fix-unix-relative-url-accessStan Hu2020-08-204-60/+89
* Generate and log correlation IDsStan Hu2020-07-313-10/+31
* 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-082-12/+35