- 01 May, 2019 2 commits
-
-
Jacob Vosmaer authored
Add a note about adding perl dependency See merge request gitlab-org/gitlab-workhorse!393
-
Jan Provaznik authored
-
- 24 Apr, 2019 4 commits
-
-
Nick Thomas authored
Release v8.7.0 See merge request gitlab-org/gitlab-workhorse!395
-
Nick Thomas authored
-
Nick Thomas authored
Don't log http.ErrAbortHandler panics in sentry Closes #219 See merge request gitlab-org/gitlab-workhorse!392
-
Nick Thomas authored
-
- 11 Apr, 2019 2 commits
-
-
Jacob Vosmaer authored
Test against go1.12 Closes #217 See merge request gitlab-org/gitlab-workhorse!390
-
Nick Thomas authored
We need to start testing against go1.12. I don't know if we can drop support for go1.10 yet, so I've left that untouched for now.
-
- 10 Apr, 2019 8 commits
-
-
Nick Thomas authored
Release v8.6.0 See merge request gitlab-org/gitlab-workhorse!388
-
Nick Thomas authored
-
Nick Thomas authored
Add new endpoint to add support to proxy websocket requests to build's services Closes #205 and gitlab-ee#5276 See merge request gitlab-org/gitlab-workhorse!370
-
Francisco Javier López authored
In this MR we add two endpoints for proxying requests to services running inside the runner's builds. One of the endpoints is for regular HTTP requests, while the other is for websockets.
-
Nick Thomas authored
Release v8.5.1 See merge request gitlab-org/gitlab-workhorse!387
-
Nick Thomas authored
-
Nick Thomas authored
Remove duplicate X-Request-Id response header Closes gitlab-ce#60111 See merge request gitlab-org/gitlab-workhorse!384
-
Stan Hu authored
This fixes performance bar not working with AJAX requests. Both LabKit and Rails were injecting duplicate X-Request-Id headers into the response stream, which caused the frontend to be interpret the value as a comma-separated value (e.g. LdEgVXsp1R4, LdEgVXsp1R4). The new flow behaves as the following: 1. Workhorse injects X-Request-Id to the inbound HTTP request to Rails 2. Rails looks up this value in its RequestId middleware. Since the value exists, Rails sets the X-Request-Id response header to this value. 3. Workhorse doesn't append another header in the response. Distributed tracing should still work fine because Workhorse still generates the correlation ID. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60111
-
- 04 Apr, 2019 4 commits
-
-
Nick Thomas authored
Release v8.5.0 See merge request gitlab-org/gitlab-workhorse!383
-
Nick Thomas authored
-
Nick Thomas authored
Replace terminal terminology to channel See merge request gitlab-org/gitlab-workhorse!382
-
Francisco Javier López authored
We're moving from using terminology related to terminal when we refer to websockets connections. It's more generalistic a concept like channel.
-
- 02 Apr, 2019 9 commits
-
-
Nick Thomas authored
Release v8.4.0 See merge request gitlab-org/gitlab-workhorse!381
-
Nick Thomas authored
-
Jacob Vosmaer authored
Add code from the most recent security release to master See merge request gitlab-org/gitlab-workhorse!380
-
Nick Thomas authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jan Provaznik authored
-
Jan Provaznik authored
EXIF may contain sensitive information, when uploading any file which may be an image (based on filename suffix), we run it through exiftool which removes any metadata.
-
Nick Thomas authored
Get git-archive with GetArchiveRequest See merge request gitlab-org/gitlab-workhorse!375
-
- 01 Apr, 2019 2 commits
-
-
Nick Thomas authored
Update release process See merge request gitlab-org/gitlab-workhorse!378
-
Jacob Vosmaer authored
-
- 28 Mar, 2019 3 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
Parse the GetArchiveRequest from the send data header and use it when making calling the GetArchive RPC on gitaly.
-
Patrick Bajao authored
In order for this to work, gitaly-proto needs to be updated. The protobuf/proto packages needs to be updated as a requirement of gitaly-proto. Updated it to the same version as gitaly.
-
- 25 Mar, 2019 4 commits
-
-
Nick Thomas authored
Shorten error messages to D&K style See merge request gitlab-org/gitlab-workhorse!377
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Replace megacheck with staticcheck Closes #212 See merge request gitlab-org/gitlab-workhorse!376
-
Patrick Bajao authored
Includes some fixes on some files based on suggestion of `staticcheck`. Bumps the default go image to 1.11 from 1.10. Still run 1.10 on `test using go 1.10` job.
-
- 14 Mar, 2019 2 commits
-
-
Nick Thomas authored
Prepare for Gitaly absorbing gitlab-shell hooks Closes #211 See merge request gitlab-org/gitlab-workhorse!374
-
Jacob Vosmaer authored
-