Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go: Bump major version to v14 | Patrick Steinhardt | 2022-07-05 | 1 | -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 calls | Alejandro RodrÃguez | 2022-06-30 | 1 | -0/+16 |
| | |||||
* | refactor: change httpclient to return an error | feistel | 2021-08-13 | 1 | -1/+4 |
| | |||||
* | Fix thread-safety issues in gitlab-shell518-fix-thread-safety | Nick Thomas | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Ensure we are passing the parsed secret | DJ Mountney | 2020-05-06 | 1 | -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-client | John Cai | 2020-05-04 | 1 | -119/+6 |
| | |||||
* | Log internal HTTP requests | Stan Hu | 2020-03-10 | 1 | -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 paths | Nick Thomas | 2019-10-18 | 1 | -1/+1 |
| | |||||
* | Move go code up one level | Nick Thomas | 2019-10-18 | 1 | -0/+132 |