summaryrefslogtreecommitdiff
path: root/internal/gitlabnet/client.go
Commit message (Collapse)AuthorAgeFilesLines
* go: Bump major version to v14Patrick Steinhardt2022-07-051-2/+2
| | | | | | | | | | | | | While gitlab-shell currently has a major version of v14, the module path it exposes is not using that major version like it is required by the Go standard. This makes it impossible for dependents to import gitlab-shell as a dependency without using a commit as version. Fix this by changing the module path of gitlab-shell to instead be `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports accordingly. Changelog: fixed
* Pass original IP from PROXY requests to internal API callsAlejandro Rodríguez2022-06-301-0/+16
|
* refactor: change httpclient to return an errorfeistel2021-08-131-1/+4
|
* Fix thread-safety issues in gitlab-shell518-fix-thread-safetyNick Thomas2021-04-091-1/+1
|
* Ensure we are passing the parsed secretDJ Mountney2020-05-061-1/+1
| | | | | | | | Rather than the secret file. The parsing of the file was already done in the gitlab-shell config. This fixes an issue where a recent refactor of the gitlabnet client passed the wrong value.
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-041-119/+6
|
* Log internal HTTP requestsStan Hu2020-03-101-0/+14
| | | | | | | This restores the previous behavior of logging the success and failures of internal HTTP requests. Part of https://gitlab.com/gitlab-org/gitlab/issues/207916
* Rename import pathsNick Thomas2019-10-181-1/+1
|
* Move go code up one levelNick Thomas2019-10-181-0/+132