This project is mirrored from https://:*****@gitlab.com/gitlab-org/gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 24, 2020
-
-
-
Jacob Vosmaer (GitLab) authored
Image scaler binary with pure golang lib See merge request gitlab-org/gitlab-workhorse!603
-
-
- Sep 23, 2020
-
-
Jacob Vosmaer (GitLab) authored
Push uploader control flow into objectstore package Closes #294 See merge request gitlab-org/gitlab-workhorse!608
-
Jacob Vosmaer (GitLab) authored
-
- Sep 21, 2020
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Jacob Vosmaer (GitLab) authored
Fix correlation IDs not being propagated in preauth check See merge request gitlab-org/gitlab-workhorse!607
-
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 (GitLab) authored
Fix a typo in the message of image resizer NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!606
-
- Sep 20, 2020
-
- Sep 18, 2020
-
-
Igor Drozdov authored
Sometimes we receive bufio.Scanner: token too long is the parsed string is too long Let's increase the buffer size
-
- Sep 17, 2020
-
-
Alessio Caiazza authored
Further simplify remote/local upload code See merge request gitlab-org/gitlab-workhorse!602
-
-
Alessio Caiazza authored
Reflect the actual duration of bootstrapping GitLab See merge request gitlab-org/gitlab-workhorse!605
-
- Sep 16, 2020
-
-
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 (GitLab) authored
-
Jacob Vosmaer (GitLab) 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
-
- Sep 15, 2020
-
-
Nick Thomas authored
Use strict filetype checks when calling `gm` See merge request gitlab-org/gitlab-workhorse!564
-
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
-
-
- Sep 14, 2020
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Sep 11, 2020
-
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/235492
-
- Sep 04, 2020
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Nick Thomas authored
Support Azure custom storage domains See merge request gitlab-org/gitlab-workhorse!593
-
Stan Hu authored
Users of Azure Blob storage, particularly those using Azure China, Azure Germany, or Azure Government, may need to customize the Azure endpoint. To support this, we add a custom Azure URL opener that supports the `domain` query parameter. This work has been submitted upstream: https://github.com/google/go-cloud/pull/2851/files Documentation for using Azure Blob storage: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40693.
-
- Sep 03, 2020
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Alessio Caiazza authored
Drop tests that check for log messages See merge request gitlab-org/gitlab-workhorse!591
-
- Sep 02, 2020
-
-
Stan Hu authored
logrus starts a Goroutine to write messages to the output buffer, but there is no way to flush these messages to ensure they are ready (https://github.com/sirupsen/logrus/issues/435). To avoid race conditions, drop these log checks from our tests.
-