- 03 Mar, 2021 3 commits
-
-
Alessio Caiazza authored
[ci skip]
-
Alessio Caiazza authored
Stop logging when path is excluded See merge request gitlab-org/security/gitlab-workhorse!30
-
Patrick Bajao authored
This causes logging a lot and reporting to sentry which can cause performance issues.
-
- 24 Feb, 2021 4 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
[ci skip]
-
Patrick Bajao authored
Use URL.EscapePath() in upstream router (8-64-stable) See merge request gitlab-org/security/gitlab-workhorse!29
-
Jacob Vosmaer authored
-
- 17 Feb, 2021 4 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
[ci skip]
-
Patrick Bajao authored
Revert "Migrate to labkit error tracking" See merge request gitlab-org/gitlab-workhorse!685
-
Matthias Käppler authored
This reverts commit 4f0c3682.
-
- 16 Feb, 2021 5 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Nick Thomas authored
Accept more paths as Git HTTP See merge request gitlab-org/gitlab-workhorse!684
-
Markus Koller authored
With the introduction of group wikis we also need to support repository paths on the toplevel. This reverts commit 924d83ae.
-
Patrick Bajao authored
Migrate to labkit errortracker See merge request gitlab-org/gitlab-workhorse!671
-
- 15 Feb, 2021 1 commit
-
-
Matthias Kaeppler authored
This drops our custom error tracking logic written on top of raven-go and instead uses labkit's errortracking module.
-
- 04 Feb, 2021 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
[ci skip]
-
- 25 Jan, 2021 3 commits
-
-
Jacob Vosmaer authored
Add RubyGems artifact upload route Closes #345 See merge request gitlab-org/gitlab-workhorse!680
-
Steve Abrams authored
Add upload route for RubyGems accelerated uploads.
-
Nick Thomas authored
Cleanup Connection headers See merge request gitlab-org/gitlab-workhorse!678
-
- 21 Jan, 2021 5 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Alessio Caiazza authored
Revert "Merge branch 'jv-git-http-routing' into 'master'" See merge request gitlab-org/gitlab-workhorse!681
-
Nick Thomas authored
-
Nick Thomas authored
This reverts merge request !670
-
- 20 Jan, 2021 1 commit
-
-
Nick Thomas authored
Remove "/-/" and "incoming/" sections from the debian upload route NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!679
-
- 19 Jan, 2021 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
[ci skip]
-
-
- 14 Jan, 2021 2 commits
-
-
Jacob Vosmaer authored
Accept more paths as Git HTTP Closes gitlab#294007 See merge request gitlab-org/gitlab-workhorse!670
-
Jacob Vosmaer authored
With the introduction of group wikis we also need to support repository paths on the toplevel. We can also make the matching for info refs requests a bit stricter, by checking for valid `service` parameters in the query string.
-
- 12 Jan, 2021 4 commits
-
-
Nick Thomas authored
Allow blank S3 regions to be used See merge request gitlab-org/gitlab-workhorse!677
-
Patrick Bajao authored
Update GoCloud to v0.21.1+ See merge request gitlab-org/gitlab-workhorse!675
-
Mikhail Mazurskiy authored
-
Stan Hu authored
This dependency update is the first step to supporting Azure Managed Identities (https://gitlab.com/gitlab-org/gitlab/-/issues/242245) so that static credentials are not needed. This is equivalent to Amazon's IAM instance profile. This GoCloud update also requires a newer gprc-go version. v1.34.1 fixes a UNIX socket dialing issue that was broken in v1.34.0: https://github.com/grpc/grpc-go/issues/3990 Part of https://gitlab.com/gitlab-org/gitlab/-/issues/242245
-
- 11 Jan, 2021 3 commits
-
-
Stan Hu authored
If consolidated object storage is used without a region, Workhorse will fall back to making a direct HTTP PUT call to the S3 endpoint because GitLab Rails does not send the multipart upload URLs in this mode. However, this will result a 411 Length Required error because multipart upload URLs must be used when the Content-Length header is not available. An S3 region is not strictly required, particularly with Minio. With Amazon S3, the region will default to US East (`us-east-1`). If the bucket does not exist in the region, S3 will return with a more informative error. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/297227
-
Alessio Caiazza authored
-
Alessio Caiazza authored
[ci skip]
-