Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-11Upgrade to workhorse 7.6.0:Andrew Newdigate
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-12-04Upgrade GitLab Workhorse to v7.4.0Stan Hu
2018-12-01Upgrade GitLab Workhorse to v7.3.0Nick Thomas
2018-11-28Bump GitLab Workhorse to 7.2.1Stan Hu
https://gitlab.com/gitlab-org/gitlab-workhorse/blob/master/CHANGELOG
2018-11-14Bump GitLab Workhorse to 7.1.1Stan Hu
This version now supports redis[s]:// URL schemes.
2018-11-07Update GitLab-Workhorse to 7.1.0Andrew Newdigate
2018-10-02Update Workhorse to 7.0.0 for Gitaly's new auth schemeAlejandro Rodríguez
2018-09-27Bump gitlab-workhorse to 6.1.1 to fix custom error handlingStan Hu
2018-09-06Fix attachments not displaying inline with Google Cloud StorageStan Hu
There were several issues: 1. With Google Cloud Storage, we can't override the Content-Type with Response-Content-Type once it is set. Setting the value to `application/octet-stream` doesn't buy us anything. GCS defaults to `application/octet-stream`, and AWS uses `binary/octet-stream`. Just remove this `Content-Type` when we upload new files. 2. CarrierWave and fog-google need to support query parameters: https://github.com/fog/fog-google/pull/409/files, https://github.com/carrierwaveuploader/carrierwave/pull/2332/files. CarrierWave has been monkey-patched until an official release. 3. Workhorse also needs to remove the Content-Type header in the request (https://gitlab.com/gitlab-org/gitlab-workhorse/blob/ef80978ff89e628c8eeb66556720e30587d3deb6/internal/objectstore/object.go#L66), or we'll get a 403 error when uploading due to signed URLs not matching the headers. Upgrading to Workhorse 6.1.0 for https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/297 will make Workhorse use the headers that are used by Rails. Closes #49957
2018-08-16Use gitlab-workhorse 6.0.0Jacob Vosmaer
2018-07-30Update GitLab Workhorse to v5.1.0Nick Thomas
2018-07-04Update Workhorse to v5.0.0Nick Thomas
2018-06-07Update to GitLab Workhorse v4.3.1Nick Thomas
2018-06-01Update to GitLab Workhorse v4.3.0Nick Thomas
2018-05-22Upgrade workhorse to v4.2.1Alessio Caiazza
2018-05-01Use gitlab-workhorse 4.2.0Jacob Vosmaer
2018-04-12Update GitLab Workhorse to v4.1.0Nick Thomas
2018-03-07Upgrade Workhorse to 4.0.0Kamil Trzciński
2018-03-02Upgrade GitLab Workhorse to 3.8.0 for structured logging supportAndrew Newdigate
2018-02-06Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński
2018-01-22Use gitlab-workhorse 3.5.1Jacob Vosmaer
2018-01-09Add option to disable git archive caching in workhorseJacob Vosmaer
2018-01-08Use workhorse 3.4.0Jacob Vosmaer
2017-11-14Update gitlab-workhorse to v3.3.1Nick Thomas
2017-10-30Support show-all-refs for git over HTTPNick Thomas
2017-10-05Update required Workhorse version to v3.2.0Alejandro Rodríguez
2017-09-20Use gitlab-workhorse 3.1.0Jacob Vosmaer
2017-07-11Migrate Workhorse SendBlob to GitalyAhmad Sherif
2017-07-06Upgrade GitLab Workhorse to v2.3.0Nick Thomas
2017-06-22Use gitlab-workhorse 2.2.0Jacob Vosmaer
2017-06-09Update gitlab-workhorse to v2.1.1Nick Thomas
2017-05-03Use gitlab-workhorse 2.0.0Jacob Vosmaer
2017-04-05Use gitlab-workhorse 1.4.3Jacob Vosmaer
2017-03-24Use gitlab-workhorse 1.4.2Jacob Vosmaer
Fixes silent failure of `git clone` when Gitaly is not running.
2017-03-13Use gitlab-workhorse 1.4.1Jacob Vosmaer
2017-03-06Use gitlab-workhorse 1.4.0Jacob Vosmaer
Bug fixes, Gitaly gRPC support, experimental Redis integration.
2017-01-20Use Workhorse v1.3.0Nick Thomas
2016-12-20Use gitlab-workhorse 1.2.1Jacob Vosmaer
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-12-08Use gitlab-workhose 1.1.1Jacob Vosmaer
Confines API rate limiting feature to builds/register.json CI requests only.
2016-12-01Use gitlab-workhorse 1.1.0Jacob Vosmaer
2016-11-25Update GitLab Workhorse to v1.0.1Nick Thomas
v1.0.0 was mistakenly tagged with a lightweight, rather than annotated, tag, which caused compiled versions of workhorse to wrongly report their version.
2016-11-04Update GitLab Workhorse to v1.0.0Nick Thomas
2016-10-14Use gitlab-workhorse 0.8.5Nick Thomas
2016-10-06Use gitlab-workhorse 0.8.4Jacob Vosmaer
Fixes Go 1.5 compatibility.
2016-09-16Use gitlab-workhorse 0.8.2Jacob Vosmaer
Fixes rejected API git archive extensions; improves Sentry errors.
2016-09-09Use gitlab-workhorse 0.8.1Jacob Vosmaer
This adds (basic) Sentry support.
2016-09-08Use gitlab-workhorse 0.8.0Jacob Vosmaer
2016-08-24Use gitlab-workhorse 0.7.11Jacob Vosmaer
Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings.