- 05 Nov, 2018 3 commits
-
-
Jacob Vosmaer authored
Refactor badgateway to use standardlib interfaces See merge request gitlab-org/gitlab-workhorse!316
-
Andrew Newdigate authored
-
Nick Thomas authored
Remove unused 'body' argument See merge request gitlab-org/gitlab-workhorse!315
-
- 01 Nov, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 30 Oct, 2018 1 commit
-
-
Nick Thomas authored
Remove Go 1.8 support See merge request gitlab-org/gitlab-workhorse!314
-
- 29 Oct, 2018 4 commits
-
-
Andrew Newdigate authored
-
Nick Thomas authored
General vendoring cleanup See merge request gitlab-org/gitlab-workhorse!310
-
Ben Kochie authored
Use updated upstream vendor for redigo/sentinel libraries.
-
Ben Kochie authored
* Fetch all vendors to make sure vendor.json has all the correct fields. * Select master or version tag where appropriate. * Bring many vendorings up to date with current code.
-
- 26 Oct, 2018 2 commits
-
-
Jacob Vosmaer authored
Update Prometheus vendoring See merge request gitlab-org/gitlab-workhorse!305
-
Ben Kochie authored
Update client_golang and common vendoring to latest release * Improves text rendering performance. * Pin to v0.9.x release.
-
- 23 Oct, 2018 3 commits
-
-
Jacob Vosmaer authored
Resolve "Rework test suite to allow dead code to be removed" Closes #141 See merge request gitlab-org/gitlab-workhorse!307
-
Nick Thomas authored
-
Nick Thomas authored
Allow to configure `BUILD_DIR` and `TARGET_DIR` See merge request gitlab-org/gitlab-workhorse!308
-
- 22 Oct, 2018 1 commit
-
-
Kamil Trzciński authored
-
- 19 Oct, 2018 2 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- 18 Oct, 2018 2 commits
-
-
Jacob Vosmaer authored
Run make fmt on master See merge request gitlab-org/gitlab-workhorse!306
-
Nick Thomas authored
-
- 04 Oct, 2018 3 commits
-
-
Jacob Vosmaer authored
Add structured logFormat for text based logging See merge request gitlab-org/gitlab-workhorse!275
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-
- 28 Sep, 2018 3 commits
-
-
Nick Thomas authored
Prepare 7.0.0 release See merge request gitlab-org/gitlab-workhorse!302
-
Jacob Vosmaer authored
-
Nick Thomas authored
Use the new Gitaly auth scheme (v2) See merge request gitlab-org/gitlab-workhorse!298
-
- 27 Sep, 2018 1 commit
-
-
Nick Thomas authored
Release GitLab Workhorse 6.1.1 See merge request gitlab-org/gitlab-workhorse!301
-
- 26 Sep, 2018 3 commits
-
-
Stan Hu authored
-
Jacob Vosmaer authored
Support custom error page override via X-GitLab-Custom-Error See merge request gitlab-org/gitlab-workhorse!300
-
Stan Hu authored
-
- 24 Sep, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 20 Sep, 2018 1 commit
-
-
Jacob Vosmaer authored
make: add INSTALL variable See merge request gitlab-org/gitlab-workhorse!217
-
- 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.
-
- 29 Aug, 2018 1 commit
-
-
Elan Ruusamäe authored
-
- 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 1 commit
-
-
Jacob Vosmaer authored
-