- 24 Feb, 2020 2 commits
-
-
Jacob Vosmaer authored
-
Nick Thomas authored
Release v8.23.0 See merge request gitlab-org/gitlab-workhorse!465
-
- 22 Feb, 2020 1 commit
-
-
Stan Hu authored
-
- 21 Feb, 2020 2 commits
-
-
Nick Thomas authored
Ignore toml files in project root See merge request gitlab-org/gitlab-workhorse!464
-
Jacob Vosmaer authored
-
- 20 Feb, 2020 2 commits
-
-
Jacob Vosmaer authored
Don't set Cache-Control header for git archives See merge request gitlab-org/gitlab-workhorse!462
-
Ahmad Sherif authored
Rails already sets Cache-Control according to the project visibility. Always setting the header value to `private` prevents us from doing proper caching (e.g. at CDN level) for public projects. Related to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
-
- 17 Feb, 2020 3 commits
-
-
Jacob Vosmaer authored
Add CI jobs for dependency scanning and static analysis See merge request gitlab-org/gitlab-workhorse!458
-
Dennis Appelt authored
-
Nick Thomas authored
Prepare 8.22.0 release See merge request gitlab-org/gitlab-workhorse!460
-
- 14 Feb, 2020 1 commit
-
-
Jacob Vosmaer authored
-
- 13 Feb, 2020 2 commits
-
-
Nick Thomas authored
Add friendly development error page for 502 See merge request gitlab-org/gitlab-workhorse!453
-
Jacob Vosmaer authored
-
- 10 Feb, 2020 3 commits
-
-
Jacob Vosmaer authored
Bump the version of golang.org/x/sys Closes #246 See merge request gitlab-org/gitlab-workhorse!456
-
Nick Thomas authored
Release v8.21.0 See merge request gitlab-org/gitlab-workhorse!457
-
Nick Thomas authored
-
- 06 Feb, 2020 2 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
Add route for group imports direct upload See merge request gitlab-org/gitlab-workhorse!455
-
- 05 Feb, 2020 1 commit
-
-
George Koltsov authored
-
- 29 Jan, 2020 2 commits
-
-
Nick Thomas authored
Sign requests that go through direct_upload See merge request gitlab-org/security/gitlab-workhorse!1
-
Alessio Caiazza authored
This commit is part of a security fix, details on the issues are available at https://gitlab.com/gitlab-org/security/gitlab/issues/21
-
- 09 Jan, 2020 2 commits
-
-
Jacob Vosmaer authored
Release v8.19.0 See merge request gitlab-org/gitlab-workhorse!452
-
Patrick Bajao authored
-
- 08 Jan, 2020 1 commit
-
-
Jacob Vosmaer authored
Use multipart uploads for nuget packages See merge request gitlab-org/gitlab-workhorse!451
-
- 24 Dec, 2019 1 commit
-
-
Hayley Swimelar authored
-
- 19 Dec, 2019 4 commits
-
-
Nick Thomas authored
Release v8.18.0 See merge request gitlab-org/gitlab-workhorse!450
-
Nick Thomas authored
-
Nick Thomas authored
Update environment websocket route See merge request gitlab-org/gitlab-workhorse!449
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Dec, 2019 2 commits
-
-
Nick Thomas authored
Allow inline PDF files See merge request gitlab-org/gitlab-workhorse!446
-
Felipe Artur authored
Allow inline content disposition for PDF files
-
- 09 Dec, 2019 5 commits
-
-
Nick Thomas authored
Fix typo in Gitaly RPC in CHANGELOG See merge request gitlab-org/gitlab-workhorse!448
-
Stan Hu authored
Renames CompleteMultiparytUpload -> CompleteMultipartUpload
-
Nick Thomas authored
Release v8.17.0 See merge request gitlab-org/gitlab-workhorse!447
-
Stan Hu authored
-
Jacob Vosmaer authored
Log duration_ms when Workhorse hits a bad gateway See merge request gitlab-org/gitlab-workhorse!445
-
- 06 Dec, 2019 1 commit
-
-
Stan Hu authored
Previously when the upstream application (e.g. Unicorn) timed out, Workhorse would report an error message of the form: ```json { "correlation_id": "k4mKg0snXG3", "error": "badgateway: failed after 61s: EOF", "level": "error", "method": "GET", "msg": "error", "time": "2019-12-02T22:05:09-08:00", "uri": "/admin" } ``` Since Sentry attempts to group similar events by some fingerprint that includes the message, the changes in timings would trick Sentry into creating a new event. To avoid that, the new log message now looks like: ```json { "correlation_id": "k4mKg0snXG3", "duration_ms": 60599, "error": "badgateway: failed to receive response: EOF", "level": "error", "method": "GET", "msg": "error", "time": "2019-12-02T22:05:09-08:00", "uri": "/admin" } ``` The inclusion of `duration_ms` and the standardized `error` message makes it easier for users to filter and parse this error.
-
- 03 Dec, 2019 1 commit
-
-
Jacob Vosmaer authored
Add labkit monitoring for build metrics See merge request gitlab-org/gitlab-workhorse!440
-
- 27 Nov, 2019 2 commits
-
-
Zeger-Jan van de Weg authored
Labkit monitoring exposes a metric I wanted to add, gitlab_build_info. This will set a gauge to the current version and build time, and as such we can measure how fast deploys are and when the last deploy happened. Metric exposed looks like: `gitlab_build_info{built="20191121.084148",version="v8.15.0-5-gde6eb66"} 1`
-
Nick Thomas authored
Release v8.16.0 See merge request gitlab-org/gitlab-workhorse!444
-