- 05 Sep, 2018 1 commit
-
-
Nick Thomas authored
Release GitLab Workhorse v6.1.0 See merge request gitlab-org/gitlab-workhorse!299
-
- 04 Sep, 2018 3 commits
-
-
Stan Hu authored
-
Nick Thomas authored
Support adding PUT headers for object storage from Rails See merge request gitlab-org/gitlab-workhorse!297
-
Stan Hu authored
As revealed in https://gitlab.com/gitlab-org/gitlab-ce/issues/49957, Rails generates a signed URL with a fixed HTTP header with `Content-Type: application/octet-stream`. However, if we change or remove that for some reason in Workhorse, this breaks the upload with a 403 Unauthorized because the signed URL is not valid. We can make this more robust by doing the following: 1. In the `/uploads/authorize` request, Rails can return a `StoreHeaders` key-value pair in the JSON response containing the required headers that the PUT request must include. 2. Use those HTTP headers if that value is present. 3. For backwards compatibility, if that key is not present, default to the old behavior of sending the fixed `Content-Type` header.
-
- 23 Aug, 2018 3 commits
-
-
Nick Thomas authored
Lint Workhorse See merge request gitlab-org/gitlab-workhorse!293
-
Andrew Newdigate authored
-
Nick Thomas authored
Minor cleanup of gitaly test server See merge request gitlab-org/gitlab-workhorse!296
-
- 17 Aug, 2018 3 commits
-
-
Jacob Vosmaer authored
-
Nick Thomas authored
Improvements and cleanup to the Makefile See merge request gitlab-org/gitlab-workhorse!292
-
Andrew Newdigate authored
-
- 15 Aug, 2018 2 commits
-
-
Nick Thomas authored
Add changelog for 6.0.0 See merge request gitlab-org/gitlab-workhorse!291
-
Jacob Vosmaer authored
-
- 14 Aug, 2018 2 commits
-
-
Jacob Vosmaer authored
Accelerate Maven artifact repository uploads Closes gitlab-ee#5811 See merge request gitlab-org/gitlab-workhorse!283
-
Alessio Caiazza authored
-
- 07 Aug, 2018 2 commits
-
-
Nick Thomas authored
Release GitLab Workhorse v5.2.0 See merge request gitlab-org/gitlab-workhorse!288
-
Nick Thomas authored
-
- 03 Aug, 2018 2 commits
-
-
Nick Thomas authored
Add support for GitConfigOptions required for git-receive-pack command See merge request gitlab-org/gitlab-workhorse!281
-
Rubén Dávila authored
-
- 02 Aug, 2018 6 commits
-
-
Jacob Vosmaer authored
-
Rubén Dávila authored
-
Nick Thomas authored
Refactor ad-hoc protobuf marshaling in gitaly test server See merge request gitlab-org/gitlab-workhorse!287
-
Jacob Vosmaer (GitLab) authored
-
Nick Thomas authored
Use gitaly-proto 0.111.0 See merge request gitlab-org/gitlab-workhorse!286
-
Jacob Vosmaer authored
-
- 31 Jul, 2018 4 commits
-
-
Nick Thomas authored
Populate Git Protocol See merge request gitlab-org/gitlab-workhorse!276
-
James Lopez authored
-
Nick Thomas authored
Stop calling 'make' from 'go test' See merge request gitlab-org/gitlab-workhorse!285
-
Jacob Vosmaer (GitLab) authored
-
- 30 Jul, 2018 4 commits
-
-
Jacob Vosmaer (GitLab) authored
More vendoring updates See merge request gitlab-org/gitlab-workhorse!280
-
Ben Kochie authored
-
Nick Thomas authored
Resolve "Release v5.1.0" Closes #178 See merge request gitlab-org/gitlab-workhorse!282
-
Nick Thomas authored
-
- 27 Jul, 2018 3 commits
-
-
Nick Thomas authored
Prometheus instrumentation See merge request gitlab-org/gitlab-workhorse!279
-
Andrew Newdigate authored
-
Jacob Vosmaer (GitLab) authored
Upgrade Prometheus See merge request gitlab-org/gitlab-workhorse!278
-
- 26 Jul, 2018 1 commit
-
-
Andrew Newdigate authored
-
- 25 Jul, 2018 2 commits
-
-
Jacob Vosmaer (GitLab) authored
Update gitaly proto to v0.109.0 See merge request gitlab-org/gitlab-workhorse!277
-
James Lopez authored
-
- 11 Jul, 2018 2 commits
-
-
Nick Thomas authored
Log using correlation-id bound to the incoming request See merge request gitlab-org/gitlab-workhorse!258
-
Alessio Caiazza authored
-