An error occurred fetching the project authors.
- 06 Sep, 2018 4 commits
-
-
Oswaldo Ferreira authored
We used to apply this limitation on GitLab when using Rugged. Now that we've shifted to Gitaly, this parameter needs to be sent via a RPC request. Currently this value is hardcoded on Gitaly.
-
Douglas Barbosa Alexandre authored
-
Takuya Noguchi authored
-
Stan Hu authored
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
-
- 05 Sep, 2018 1 commit
-
-
Stan Hu authored
Full list of changes: https://github.com/fnando/browser/blob/master/CHANGELOG.md
-
- 03 Sep, 2018 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
-
Takuya Noguchi authored
-
- 30 Aug, 2018 2 commits
-
-
Winnie Hellmann authored
-
Roger Rüttimann authored
-
- 21 Aug, 2018 1 commit
-
-
Stan Hu authored
This is needed to support query parameters in `Fog::Storage::Google`. See https://github.com/fog/fog-google/pull/409. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49957
-
- 20 Aug, 2018 1 commit
-
-
Gilbert Roulot authored
-
- 17 Aug, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 16 Aug, 2018 1 commit
-
-
Drew Blessing authored
-
- 15 Aug, 2018 1 commit
-
-
Michael Kozono authored
-
- 13 Aug, 2018 1 commit
-
-
Stan Hu authored
See https://github.com/libgit2/libgit2/releases for more details.
-
- 09 Aug, 2018 1 commit
-
-
Robert Speicher authored
-
- 07 Aug, 2018 1 commit
-
-
Rubén Dávila authored
-
- 02 Aug, 2018 1 commit
-
-
Drew Blessing authored
-
- 29 Jul, 2018 1 commit
-
-
Stan Hu authored
Fixes failing builds with gcc on Archlinux and Ruby 2.4.4. See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/26 for more details.
-
- 25 Jul, 2018 3 commits
-
-
Stan Hu authored
As pointed out in #49625, this version is needed to support Ruby 2.5. See https://github.com/haml/haml/blob/master/CHANGELOG.md for more details.
-
Stan Hu authored
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
-
Stan Hu authored
In 2.8.3, it was possible to modify a constant without knowing it, which led to a major performance regression (https://gitlab.com/gitlab-org/gitlab-ce/issues/49409). Now attempting to modify the HTML::Pipeline::SanitizationFilter.WHITELIST will result in "can't modify frozen Hash". See https://github.com/jch/html-pipeline/pull/299.
-
- 24 Jul, 2018 2 commits
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
Stan Hu authored
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
-
- 20 Jul, 2018 1 commit
-
-
Gabriel Mazetto authored
This will enable bootsnap whenver the gem is available.
-
- 18 Jul, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 14 Jul, 2018 1 commit
-
-
Kukovskii Vladimir authored
-
- 12 Jul, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 09 Jul, 2018 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 08 Jul, 2018 1 commit
-
-
Matthew Dawson authored
Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
-
- 06 Jul, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Jul, 2018 1 commit
-
-
Tom Downes authored
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
-
- 04 Jul, 2018 1 commit
-
-
Shinya Maeda authored
-
- 01 Jul, 2018 1 commit
-
-
Muhammad Nuzaihan authored
-
- 30 Jun, 2018 1 commit
-
-
Pirate Praveen authored
-
- 28 Jun, 2018 1 commit
-
-
Markus Koller authored
-
- 27 Jun, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
-