summaryrefslogtreecommitdiff
path: root/client/testserver
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove call to BuildNameToCertificate (deprecated)feistel2021-09-081-1/+0
|
* refactor: move away from ioutil (deprecated)feistel2021-08-192-6/+5
|
* fix: upgrade of the gitaly dependencyPavlo Strokov2021-06-021-1/+1
| | | | | | | | | | | Gitaly project now properly respects module release flow and includes a module suffix in the package name. It requires to re-write all non-suffixed imports with suffixed of a specific version of tha module. With proper module versioning we don't need to use a 'replace' directive to point to specific commit and can use semantic versioning for the gitaly dependency. Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/3177
* Replace cleanup functions with t.CleanupIgor Drozdov2021-03-172-16/+22
| | | | | In this case we don't need to propagate cleanup function. It simplifies the code.
* Update testserver.go with tls 1.2 min versionUpdating-min-TLS-version-to-12Vitor Meireles De Sousa2020-11-171-0/+1
|
* GitLab API Client support for client certificatesPaul Okstad2020-11-171-2/+18
|
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-042-0/+166