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-10-09Bump rugged to 0.27.5 for security fixesStan Hu
See: https://github.com/libgit2/libgit2/releases
2018-10-04Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas
Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715
2018-10-03Merge branch 'update-dev-test-gems' into 'master'Robert Speicher
Update Development related gems See merge request gitlab-org/gitlab-ce!22066
2018-10-03Update Development related gemsGabriel Mazetto
Upgrade to latest version the following gems: * Spring * Bootsnap * Thin * webpack-rails * pry-rails
2018-10-03Add reliable fetcher for SidekiqValery Sizov
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-10-02Merge branch 'rouge-3.3.0' into 'master'Stan Hu
Update to Rouge 3.3.0 including frozen string literals for improved memory usage See merge request gitlab-org/gitlab-ce!22035
2018-10-02Update to Rouge 3.3.0 including frozen string literals for improved memory usageDrew Blessing
2018-10-01Merge branch '37433-solve-n-1-in-refs-controller-logs-tree' into 'master'Nick Thomas
Adds list_last_commits_for_tree as the method call for the Gitaly ListLastCommitsForTree RPC Closes #37433 See merge request gitlab-org/gitlab-ce!21921
2018-10-01Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
2018-09-29Update Gemfile.lockMike Greiling
2018-09-28Merge branch 'master' into 'remove-dropzonejs-rails'Mike Greiling
# Conflicts: # Gemfile.lock
2018-09-27Merge branch '51299-update-grape' into 'master'Sean McGivern
Update grape to 1.1.0 to address a XSS vulnerability Closes #51299 See merge request gitlab-org/gitlab-ce!21639
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-14Merge branch 'remove-sidekiq' into 'master'Robert Speicher
Remove peek-sidekiq Closes #51407 See merge request gitlab-org/gitlab-ce!21693
2018-09-12Remove peek-sidekiqJan Provaznik
The reason for removing this gem is that it's not being maintained anymore. It uses `alias_method_chain` which is deprecated in rails 5 (and removed in 5.1), the issue is pending upstream (including a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while. Peek-sidekiq is used in performance bar for displaying sidekiq statistics.
2018-09-11Updated commonmarker gem to 0.17.13Brett Walker
2018-09-10Update grape to 1.1.0 to address a XSS vulnerabilityRémy Coutable
See https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md#110-842018. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51299. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-09Bump Sidekiq 5.1.3 to 5.2.1Stan Hu
The most significant change in this version is that the default concurrency has been lowered from 25 to 10 (https://github.com/mperham/sidekiq/issues/3892). This doesn't affect omnibus-gitlab because the concurrency is controlled via a setting that defaults to 25 anyway and is passed in via the `-c` command-line parameter. However, source installations (including the GDK) will have to either specify the concurrency in `sidekiq.yml` or use the `-c` option. Full list of changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
2018-09-07Merge branch '51180-update-ffi-to-1.9.25' into 'master'Robert Speicher
Update ffi to 1.9.25 Closes #51180 See merge request gitlab-org/gitlab-ce!21561
2018-09-06Use gitaly-proto 0.117.0Douglas Barbosa Alexandre
2018-09-06Update ffi to 1.9.25Takuya Noguchi
2018-09-06Merge branch 'sh-fix-attachments-inline' into 'master'Nick Thomas
Fix attachments not displaying inline with Google Cloud Storage Closes #49957 See merge request gitlab-org/gitlab-ce!21265
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-09-06Bump browser gem to v2.5.3Stan Hu
Full list of changes: https://github.com/fnando/browser/blob/master/CHANGELOG.md
2018-09-04Merge branch '50930-update-rubyzip-to-1-2-2' into 'master'Robert Speicher
Update rubyzip gem to 1.2.2 (CVE-2018-1000544) Closes #50930 See merge request gitlab-org/gitlab-ce!21460
2018-09-04Merge branch 'junit-results' into 'master'Rémy Coutable
Enable JUnit results for rspec See merge request gitlab-org/gitlab-ce!21449
2018-09-03Stop using FlayRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-03Enable JUnit results for rspecKamil Trzciński
2018-09-03Update rubyzip to 1.2.2 (CVE-2018-1000544)Takuya Noguchi
2018-08-30Upgrade LicenseFinder Gem to v5.4.0Winnie Hellmann
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-22Bump fog-google to 1.7.1 and google-api-client to 0.23.0Stan Hu
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
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-17Fix merge requests not showing any diff files for big patchesAlejandro Rodríguez
2018-08-16Update Rouge to 3.2.1. Includes a critical fix for the Perl LexerDrew Blessing
2018-08-15Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono
2018-08-13Bump rugged to 0.27.4 for security fixesStan Hu
See https://github.com/libgit2/libgit2/releases for more details.
2018-08-09Bump pry to 0.11.3; pry-byebug to 3.4.3Robert Speicher
2018-08-07Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila
2018-08-02Update Rouge to 3.2.0Drew Blessing
2018-07-29Bump prometheus-client-mmap to 0.9.4Stan Hu
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.
2018-07-26Merge branch 'sh-bump-haml-5.0.4' into 'master'Rémy Coutable
Bump haml gem to 5.0.4 See merge request gitlab-org/gitlab-ce!20847
2018-07-26Bump haml gem to 5.0.4Stan Hu
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.
2018-07-25Merge branch 'sh-include-rbtrace' into 'master'Douwe Maan
Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
2018-07-25Add rbtrace to GemfileStan Hu
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
2018-07-25Merge branch 'sh-bump-html-pipeline-2.8.4' into 'master'Rémy Coutable
Bump html-pipeline to 2.8.4 See merge request gitlab-org/gitlab-ce!20828
2018-07-25Bump html-pipeline to 2.8.4Stan Hu
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.
2018-07-25Use limit parameter to retrieve Wikis from GitalyStan Hu
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