Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove call to BuildNameToCertificate (deprecated) | feistel | 2021-09-08 | 1 | -1/+0 |
| | |||||
* | refactor: move away from ioutil (deprecated) | feistel | 2021-08-19 | 2 | -6/+5 |
| | |||||
* | fix: upgrade of the gitaly dependency | Pavlo Strokov | 2021-06-02 | 1 | -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.Cleanup | Igor Drozdov | 2021-03-17 | 2 | -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-12 | Vitor Meireles De Sousa | 2020-11-17 | 1 | -0/+1 |
| | |||||
* | GitLab API Client support for client certificates | Paul Okstad | 2020-11-17 | 1 | -2/+18 |
| | |||||
* | Move gitlabnet client to client packagejc-refactor-gitlabnet-client | John Cai | 2020-05-04 | 2 | -0/+166 |