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-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 '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 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-14Minor gem fixesJan Provaznik
2018-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled