- 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 7 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
-
Stan Hu authored
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 authored
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 authored
Increase LSIF scanner buffer See merge request gitlab-org/gitlab-workhorse!609
-
Jacob Vosmaer authored
Fix a typo in the message of image resizer NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!606
-
- 20 Sep, 2020 1 commit
-
-
- 18 Sep, 2020 1 commit
-
-
Igor Drozdov authored
Sometimes we receive bufio.Scanner: token too long is the parsed string is too long Let's increase the buffer size
-
- 17 Sep, 2020 3 commits
-
-
Alessio Caiazza authored
Further simplify remote/local upload code See merge request gitlab-org/gitlab-workhorse!602
-
Jacob Vosmaer authored
-
Alessio Caiazza authored
Reflect the actual duration of bootstrapping GitLab See merge request gitlab-org/gitlab-workhorse!605
-
- 16 Sep, 2020 8 commits
-
-
Nick Thomas authored
Remove last cases of testify/assert NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!604
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Alessio Caiazza authored
Only use testify/require in object storage tests NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!601
-
Alessio Caiazza authored
Replace some cases of testify/assert with require NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!600
-
Alessio Caiazza authored
Add project level route for generic packages upload See merge request gitlab-org/gitlab-workhorse!596
-
- 15 Sep, 2020 4 commits
-
-
Nick Thomas authored
Use strict filetype checks when calling `gm` See merge request gitlab-org/gitlab-workhorse!564
-
Matthias Käppler authored
By default, `gm` will ignore file extensions and determine the correct decoder/encoder based on the file's magic bytes. This means that a file pretending to be something else based on its extension might get processed. According to http://www.graphicsmagick.org/security.html it is recommended to specify the reader based on the expected type instead by prefixing the input file with `jpg:` or `png:` respectively. Also started to add unit tests for the image resizer. Coverage still a bit spotty.
-
Nick Thomas authored
Add logging for local LSIF ZIP caching See merge request gitlab-org/gitlab-workhorse!579
-
Jacob Vosmaer authored
-
- 14 Sep, 2020 1 commit
-
-
Jacob Vosmaer authored
-