该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 05, 2020
-
-
由 Nick Thomas 创作于
Add CODEOWNERS with listed maintainers See merge request gitlab-org/gitlab-workhorse!623
-
由 Igor Drozdov 创作于
-
- 10月 02, 2020
-
-
由 Alessio Caiazza 创作于
-
由 Alessio Caiazza 创作于
[ci skip]
-
由 Nick Thomas 创作于
Update Gitaly module dependency See merge request gitlab-org/gitlab-workhorse!619
-
- 10月 01, 2020
-
-
由 Stan Hu 创作于
This updates Gitaly's latest Protocol Buffer definitions, which were last updated in Feburary 2020, with the latest version of Gitaly. This is needed to support a new flag (`IncludeLfsBlobs`) in the `GetArchiveRequest` RPC. Because we started tagging Gitaly versions `v13.x.x` instead of `v1.x.x`, `go get` refuses to update the Gitaly module using the latest tag or SHA (https://gitlab.com/gitlab-org/gitaly/-/issues/3177). Go tries to enforce semantic compatibility by requiring the use of module paths (e.g. `m/v13`), and Gitaly doesn't adhere to this scheme. To workaround this issue, we use the replace directive (https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive): ``` go mod edit -replace gitlab.com/gitlab-org/gitaly=gitlab.com/gitlab-org/gitaly@3f5e218def93024f3aafe590c22cd1b29f744105 ```
-
由 Nick Thomas 创作于
-
由 Nick Thomas 创作于
[ci skip]
-
由 Nick Thomas 创作于
Fix gitlab-resize-image bin installation See merge request gitlab-org/gitlab-workhorse!618
-
由 Aleksei Lipniagov 创作于
-
- 9月 29, 2020
-
-
由 Jacob Vosmaer 创作于
Pass CORRELATION_ID env variable to resize image subprocesses See merge request gitlab-org/gitlab-workhorse!612
-
由 Igor 创作于
-
由 Nick Thomas 创作于
Simplify s3 session management code See merge request gitlab-org/gitlab-workhorse!616
-
由 Jacob Vosmaer 创作于
-
由 Alessio Caiazza 创作于
Add image scaler duration Prometheus metric See merge request gitlab-org/gitlab-workhorse!614
-
由 Matthias Käppler 创作于
-
- 9月 28, 2020
-
-
由 Nick Thomas 创作于
Bump labkit dependency to get mutex profiling See merge request gitlab-org/gitlab-workhorse!599
-
- 9月 25, 2020
-
-
由 Jacob Vosmaer 创作于
-
由 Jacob Vosmaer 创作于
[ci skip]
-
- 9月 24, 2020
-
-
由 Nick Thomas 创作于
Add list of Workhorse "features" NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!613
-
由 Jacob Vosmaer 创作于
-
由 Jacob Vosmaer 创作于
Image scaler binary with pure golang lib See merge request gitlab-org/gitlab-workhorse!603
-
由 Matthias Käppler 创作于
-
- 9月 23, 2020
-
-
由 Jacob Vosmaer 创作于
Push uploader control flow into objectstore package Closes #294 See merge request gitlab-org/gitlab-workhorse!608
-
由 Jacob Vosmaer 创作于
-
- 9月 21, 2020
-
-
由 Nick Thomas 创作于
-
由 Nick Thomas 创作于
[ci skip]
-
由 Jacob Vosmaer 创作于
Fix correlation IDs not being propagated in preauth check See merge request gitlab-org/gitlab-workhorse!607
-
由 Stan Hu 创作于
Previously `info/refs`, `upload-pack`, `receive-pack`, and anything that needed to make an authorization check with Rails would not forward along the correlation ID injected in the request context. We solve this by creating the HTTP request with the same context. This adds some additional memory allocations for each outbound request. Relates to https://gitlab.com/gitlab-org/gitlab-workhorse/-/issues/293
-
由 Nick Thomas 创作于
Update README.md to reflect only Go v1.13+ is supported NO CHANGELOG Closes #268 See merge request gitlab-org/gitlab-workhorse!611
-
由 Nick Thomas 创作于
Increase LSIF scanner buffer See merge request gitlab-org/gitlab-workhorse!609
-
由 Jacob Vosmaer 创作于
Fix a typo in the message of image resizer NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!606
-
- 9月 20, 2020
-
- 9月 18, 2020
-
-
由 Igor Drozdov 创作于
Sometimes we receive bufio.Scanner: token too long is the parsed string is too long Let's increase the buffer size
-
- 9月 17, 2020
-
-
由 Alessio Caiazza 创作于
Further simplify remote/local upload code See merge request gitlab-org/gitlab-workhorse!602
-
由 Jacob Vosmaer 创作于
-
由 Alessio Caiazza 创作于
Reflect the actual duration of bootstrapping GitLab See merge request gitlab-org/gitlab-workhorse!605
-
- 9月 16, 2020
-
-
由 Nick Thomas 创作于
Remove last cases of testify/assert NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!604
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-