summaryrefslogtreecommitdiff
path: root/internal/gitlabnet/client.go
Commit message (Collapse)AuthorAgeFilesLines
* 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