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
2019-01-24Merge branch 'security-extract-pages-with-rubyzip-dev-11-7' into 'security-11-7'Yorick Peterse
[11.7] Security extract pages with rubyzip See merge request gitlab/gitlabhq!2833 (cherry picked from commit 043aa20e5c2e6bd51fea2184ed91d3aea950dc1a) 1aaec24c Extract GitLab Pages using RubyZip
2019-01-10Merge branch 'sh-bump-carrierwave-1.3.1' into 'master'Robert Speicher
Bump CarrierWave to 1.3.1 Closes #56096 See merge request gitlab-org/gitlab-ce!24280
2019-01-03Merge branch 'sh-bump-mini-test' into 'master'Lin Jen-Shin
Bump minitest to 5.11.3 to match Gitaly version See merge request gitlab-org/gitlab-ce!24070
2019-01-03Update gems in Gemfile and qa/Gemfile to be consistentStan Hu
This will allow developers to run `bundle install` on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
2019-01-02Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon
Bump Ruby on Rails to 5.0.7.1 See merge request gitlab-org/gitlab-ce!23396
2019-01-01Merge branch 'sh-bump-omniauth-google-gem' into 'master'Sean McGivern
Upgrade Omniauth and JWT gems to switch away from Google+ API Closes #55668 See merge request gitlab-org/gitlab-ce!24068
2018-12-31Merge branch 'rails52-dbcleaner' into 'master'Stan Hu
Bump database_cleaner version Closes #55539 See merge request gitlab-org/gitlab-ce!23985
2018-12-30Bump minitest to 5.11.3 to match Gitaly versionStan Hu
This prevents us from shipping duplicate versions of this gem.
2018-12-29Upgrade Omniauth and JWT gems to switch away from Google+ APIStan Hu
* omniauth-google-oauth2: Google will be deprecating its support for the Google+ API, which currently omniauth-google-oauth2 uses to retrieve user info. The bump in omniauth-google-oauth2 requires an upgrade to ruby-jwt v2+ to support the verification of multiple issue providers (https://github.com/zquestz/omniauth-google-oauth2/pull/345). * jwt: This has the most number of changes that need to be reviewed: https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md * oauth2: Needed to support ruby-jwt v2+: https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md * omniauth-azure-oauth2 needs a version bump to support ruby-jwt v2+. * omniauth: This version bump only involves backstage improvements: https://github.com/omniauth/omniauth/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55668
2018-12-24Bump CarrierWave to 1.3.0 and remove monkey patchesStan Hu
Full list of changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
2018-12-21Bump database_cleaner versionJan Provaznik
should fix issue with: undefined method `schema_migrations_table_name' for ActiveRecord::Migrator:Class https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/135978879
2018-12-21Bump Ruby on Rails to 5.0.7.1blackst0ne
Fix the CVE-2018-16476 vulnerability.
2018-12-21Update minimum version of nokogiriPirate Praveen
Fixes: ActionView::Template::Error (undefined method `add_class' for #<Nokogiri::XML::Element:0x0055dbff5252e8>
2018-12-19Fix sidekiq-reliable-fetch versionValery Sizov
2018-12-19Merge branch 'zj-pool-destruction' into 'master'Kamil Trzciński
Leave object pools when destroying projects Closes gitaly#1415 See merge request gitlab-org/gitlab-ce!23869
2018-12-19Leave object pools when destroying projectsZeger-Jan van de Weg
This action doesn't lean on reduplication, so a short call can me made to the Gitaly server to have the object pool remove its remote to the project pending deletion. https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58 When an object pool doesn't have members, this would invalidate the need for a pool. So when a project leaves the pool, the pool will be destroyed on the background. Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
2018-12-18Merge branch 'deprecated-alias-method-chain' into 'master'Rémy Coutable
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead See merge request gitlab-org/gitlab-ce!23887
2018-12-17Bump gitlab-reliable-fetcher gemValery Sizov
2018-12-17Fix deprecation: alias_method_chain is deprecated. Please, use ↵Jasper Maes
Module#prepend instead
2018-12-12Specify sass ~> 3.5 in GemfilePirate Praveen
2018-12-10Bump sentry-raven gem to 2.7.4Stan Hu
Contains only minor fixes from 2.7.2: https://github.com/getsentry/raven-ruby/releases
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-12-06Update gitaly-proto to v1.3.0Nick Thomas
2018-12-06Upgrade rspec-parameterized to 0.4.1Stan Hu
rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the following error: ``` RuntimeError: No such frame, gone beyond end of stack! ``` This happens because of a Ruby bug in https://bugs.ruby-lang.org/issues/15105. The binding_of_caller gem induces this failure. This upgrade switches to the binding_of_ninja gem, which does not have the same problem.
2018-12-04Update batch-loader dependencyDouwe Maan
2018-12-03Bump gpgme gem version from 2.0.13 to 2.0.18Abulhair Saparov
2018-11-30Manually edited the Gemfile.lock to make the gitlab-ce pipeline happy.Matthias Fechner
2018-11-29Merge branch '51083-fix-move-api' into 'master'Rémy Coutable
Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
2018-11-28Add monkey patch to unicorn to fix eof? problemKamil Trzciński
Rack with Unicorn is unable to handle chunked requests due to private `eof?` method. This exposes `eof?` not changing `rack` behavior. Issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/8539
2018-11-27Update Gitaly and gitaly-protoNick Thomas
2018-11-27Merge branch 'upgrade_kubeclient_400' into 'master'Kamil Trzciński
Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
2018-11-27Merge branch 'bvl-use-shell-writeref' into 'master'Douwe Maan
Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
2018-11-27Upgrade kubeclient to 4.0.0Thong Kuah
Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
2018-11-26Update gitaly and gitaly-protoBob Van Landuyt
2018-11-23Upgrade better_errors gem to 2.5.0Stan Hu
This gem is only used for development, and the latest version has been tested with Rails 5/Ruby 2.5. Changes: https://github.com/BetterErrors/better_errors/releases
2018-11-20Upgrade escape_utils to 1.2.1Stan Hu
This matches the version shipped in gitaly-ruby. The main changes between 1.1.1 and 1.2.1 are CI-related improvements: https://github.com/brianmario/escape_utils/compare/1.1.1...1.2.1
2018-11-20Merge branch 'sh-bump-gems-security' into 'master'Douglas Barbosa Alexandre
Bump nokogiri, loofah, and rack gems for security updates See merge request gitlab-org/gitlab-ce!23204
2018-11-20Bump nokogiri, loofah, and rack gems for security updatesStan Hu
loofah: CVE-2018-16468: https://github.com/flavorjones/loofah/issues/154 nokogiri: CVE-2018-14404 and CVE-2018-14567 https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md rack: CVE-2018-16471 https://github.com/rack/rack/commit/e5d58031b766e49687157b45edab1b8457d972bd i18n: https://github.com/svenfuchs/i18n/releases concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
2018-11-20Bump ruby_parser to 3.11.0 for Ruby 2.5 compatibilityStan Hu
See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
2018-11-19Merge branch ↵Sean McGivern
'54093-the-default_value_for-gem-doesn-t-handle-actioncontroller-parameters-correctly' into 'master' Replace the `default_value_for` gem with the `gitlab-default_value_with` gem which handles `ActionController::Parameters` correctly Closes #54093 See merge request gitlab-org/gitlab-ce!23114
2018-11-19Merge branch '54004-update-asana-to-0.8.1' into 'master'Sean McGivern
Update asana to 0.8.1 Closes #54004 See merge request gitlab-org/gitlab-ce!23039
2018-11-19Merge branch 'sh-use-nakayoshi-fork' into 'master'Sean McGivern
Improve memory performance by reducing dirty pages before fork See merge request gitlab-org/gitlab-ce!23169
2018-11-19Update asana to 0.8.1Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-19Merge branch '54010-update-asciidoctor-to-1.5.8' into 'master'Rémy Coutable
Update asciidoctor to 1.5.8 Closes #54010 See merge request gitlab-org/gitlab-ce!23047
2018-11-18Improve memory performance by reducing dirty pages after fork()Stan Hu
The nakayoshi_fork gem works around the lack of a Ruby compacting garbage collecting by calling GC.start a few times to "promote" the age of young objects to the maximum age 3. This reduces the number of dirty pages and consequently improves copy-on-write behavior with unicorn and other forking Web application servers.
2018-11-15Use gitlab-default_value_with Rails 5Rémy Coutable
This forks live at https://github.com/gitlabhq/default_value_for/tree/69-fix-action_controller-parameters-handling and fixes an issue where default_value_for wouldn't handle `ActionController::Parameters` correctly with Rails 5. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/54093. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-15Use the new parallel keyword in .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-14Update asciidoctor to 1.5.8Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-14Merge branch 'switch-rails' into 'master'Sean McGivern
Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
2018-11-14Bump `binding_of_caller` gem version to 0.8.0Shinya Maeda