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-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
2018-11-14Minor gem fixesJan Provaznik
2018-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled
2018-11-13Merge branch '53289-update-haml_lint-to-0-28-0' into 'master'Rémy Coutable
Update haml_lint to 0.28.0 Closes #53289 See merge request gitlab-org/gitlab-ce!22660
2018-11-13Merge branch '53291-update-ffaker-to-2-10-0' into 'master'Rémy Coutable
Update ffaker to 2.10.0 Closes #53291 See merge request gitlab-org/gitlab-ce!22661
2018-11-12Merge branch 'sh-bump-redis-store' into 'master'Rémy Coutable
Bump redis-store to 1.6.0 See merge request gitlab-org/gitlab-ce!22963
2018-11-12Merge branch 'sh-bump-mime-types' into 'master'Rémy Coutable
Bump mime-types to 3.2.2 See merge request gitlab-org/gitlab-ce!22957
2018-11-12Merge branch 'sh-bump-sidekiq' into 'master'Sean McGivern
Bump Sidekiq and other related gems See merge request gitlab-org/gitlab-ce!22956
2018-11-12Merge branch 'blackst0ne-add-discord-service' into 'master'Sean McGivern
Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
2018-11-12Update gitlab-markup gem to avoid binary name collisionAlejandro Rodríguez
See https://gitlab.com/gitlab-org/gitlab-ce/issues/53082
2018-11-11Bump redis-store to 1.6.0Stan Hu
This version supports SSL/TLS via the redis:// URL scheme: https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/47702
2018-11-10Bump mime-types to 3.2.2Stan Hu
Full list of changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md This matches the version shipped in gitaly-ruby.
2018-11-10Bump Sidekiq and other related gemsStan Hu
* Sidekiq changes: https://github.com/mperham/sidekiq/blob/master/Changes.md * Rack 1.6.1 fixes CVE-2014-9490: https://github.com/rack/rack/blob/master/CHANGELOG.md * rack-protection 2.0.4 only fixes a minor message: https://github.com/sinatra/sinatra/commits/master/rack-protection
2018-11-07Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern
Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
2018-11-07Merge branch 'remove-asset-sync' into 'master'Marin Jankovski
Remove asset_sync gem and related code Closes omnibus-gitlab#3872 See merge request gitlab-org/gitlab-ce!22610
2018-11-07Add submodule update API endpointFrancisco Javier López
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
2018-11-05Update Gemfileblackst0ne
2018-10-30Add Discord integrationblackst0ne
2018-10-30Merge branch '53270-remove-mousetrap-rails' into 'master'Mike Greiling
Remove mousetrap-rails gem Closes #53270 See merge request gitlab-org/gitlab-ce!22647
2018-10-29Update ffaker to 2.10.0Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-29Update haml_lint to 0.28.0Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-29Upgrade whitequark/parser to 2.5.3.0Stan Hu
This squelches the following warning: warning: parser/current is loading parser/ruby24, which recognizes warning: 2.4.4-compliant syntax, but you are running 2.4.5. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
2018-10-28Remove mousetrap-rails gemTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-26Merge branch 'an-multithreading' into 'master'Robert Speicher
Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
2018-10-25Remove asset_sync gem and related codeBalasankar "Balu" C
Reverting https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15734 . We are not using asset sync currently.
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-10-25Upgrade parser gem to 2.5.1.2Stan Hu
2018-10-24Bump google-protobuf to 3.6.1Stan Hu
It looks like gRPC may have worked around https://github.com/google/protobuf/issues/4210 via https://github.com/grpc/grpc/pull/14634. This is needed to support Ruby 2.5 (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22555).
2018-10-17Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
2018-10-16Merge branch 'grpc-update-1-15' into 'master'Rémy Coutable
Use grpc v1.15.x See merge request gitlab-org/gitlab-ce!22350
2018-10-16Remove a dependency on gitlab-gollum-libNick Thomas
Removing this dependency also allows us to remove a transitive dependency on gitlab_grit - which is the whole point of this exercise. I don't think we can EOL gitlab_grit until it's removed as a dependency from gitaly-ruby, but this at least gets it out of gitlab-ce.