- 15 Oct, 2020 3 commits
-
-
Alessio Caiazza authored
-
Alessio Caiazza authored
[ci skip]
-
Alessio Caiazza authored
fix link in README.md NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!628
-
- 12 Oct, 2020 2 commits
-
-
Jacob Vosmaer authored
Allow configure Img Resizing params See merge request gitlab-org/gitlab-workhorse!615
-
Aleksei Lipniagov authored
-
- 10 Oct, 2020 1 commit
-
-
ooooooo_q authored
-
- 07 Oct, 2020 5 commits
-
-
Jacob Vosmaer authored
Split documentation out of README - NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!620
-
Alessio Caiazza authored
Document that new configuration should use the config file NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!625
-
Alessio Caiazza authored
Document that new configuration should use the config file NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!625
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Fix processing lsif dump with repeating lines with inVs Closes #305 See merge request gitlab-org/gitlab-workhorse!621
-
- 05 Oct, 2020 3 commits
-
-
Павел Кузнецов authored
Rewrite processing of lines with "label":"contains" and "label":"item" for appending for arrays instead override then when lines repeat few times with equal outV.
-
Nick Thomas authored
Add CODEOWNERS with listed maintainers See merge request gitlab-org/gitlab-workhorse!623
-
Igor Drozdov authored
-
- 02 Oct, 2020 2 commits
-
-
Alessio Caiazza authored
-
Alessio Caiazza authored
[ci skip]
-
- 01 Oct, 2020 6 commits
-
-
Nick Thomas authored
Update Gitaly module dependency See merge request gitlab-org/gitlab-workhorse!619
-
Stan Hu authored
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 authored
-
Nick Thomas authored
[ci skip]
-
Nick Thomas authored
Fix gitlab-resize-image bin installation See merge request gitlab-org/gitlab-workhorse!618
-
Aleksei Lipniagov authored
-
- 29 Sep, 2020 2 commits
-
-
Jacob Vosmaer authored
Pass CORRELATION_ID env variable to resize image subprocesses See merge request gitlab-org/gitlab-workhorse!612
-
Igor authored
-
- 28 Sep, 2020 5 commits
-
-
Nick Thomas authored
Simplify s3 session management code See merge request gitlab-org/gitlab-workhorse!616
-
Jacob Vosmaer authored
-
Alessio Caiazza authored
Add image scaler duration Prometheus metric See merge request gitlab-org/gitlab-workhorse!614
-
Matthias Käppler authored
-
Nick Thomas authored
Bump labkit dependency to get mutex profiling See merge request gitlab-org/gitlab-workhorse!599
-
- 25 Sep, 2020 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
[ci skip]
-
- 24 Sep, 2020 4 commits
-
-
Nick Thomas authored
Add list of Workhorse "features" NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!613
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Image scaler binary with pure golang lib See merge request gitlab-org/gitlab-workhorse!603
-
Matthias Käppler authored
-
- 23 Sep, 2020 2 commits
-
-
Jacob Vosmaer authored
Push uploader control flow into objectstore package Closes #294 See merge request gitlab-org/gitlab-workhorse!608
-
Jacob Vosmaer authored
-
- 21 Sep, 2020 3 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Jacob Vosmaer authored
Fix correlation IDs not being propagated in preauth check See merge request gitlab-org/gitlab-workhorse!607
-