该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
Pull mirroring failed .
上次成功更新 。
上次成功更新 。
- 3月 13, 2025
-
-
由 Kev Kloss 创作于
This exposes the correlation ID in the 'GitLab is currently unable to handle this request due to load' in Workhorse, which should make investigating these failures easier. Changelog: changed
-
- 2月 13, 2025
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/455049 Add log entry to track HTTP git operations in Workhorse. Changelog: other
-
- 5月 30, 2024
-
-
由 Ash McKenzie 创作于
-
- 12月 22, 2023
-
-
由 Sword 创作于
- /workhorse/internal/api/api.go - /workhorse/internal/api/api_test.go - /workhorse/internal/git/git-http.go - /workhorse/internal/git/receive-pack.go - /workhorse/internal/git/upload-pack.go - /workhorse/internal/gitaly/smarthttp.go
-
- 5月 11, 2022
-
-
由 John Cai 创作于
Gitaly will soon return errors of the type LimitError. These can occur whenever Gitaly determines that it is overloaded and can't keep up with the current request load. It is a way for Gitaly to impose backpressure on clients. When this error gets returned to workhorse, we want to recognize it and write something meaningful that Git recognizes and can pass through to the end user. This commit changes how we handle errors for upload-pack and receive-pack. Changelog: changed
-
- 7月 21, 2021
-
-
由 Philippe Lafoucrière 创作于
-
- 1月 11, 2021
-
-
由 Matthias Käppler 创作于
too long method name results in too long prometheus label name, which can crash prometheus
-