| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bump""
This reverts commit 46ebef292392e7703b9d523a7b4af99ae53c5d6c.
|
|
|
|
| |
This reverts commit 58e2c6b6d709573e1403cc6132b9a8c61200c6d8.
|
| |
|
|\
| |
| |
| |
| | |
Security update of gem rails to version 4.2.11
See merge request gitlab-org/gitlab-ce!23520
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Commits API: Preserve file content in move operations if unspecified
Closes #52974 et #51083
See merge request gitlab-org/gitlab-ce!23387
|
| | |
|
|/
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
Upgrade kubeclient to 4.0.0
See merge request gitlab-org/gitlab-ce!23261
|
| |
| |
| |
| | |
Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
|
|\ \
| |/
|/|
| |
| | |
Don't use rugged write-ref anymore
See merge request gitlab-org/gitlab-ce!23286
|
| | |
|
|/
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
Bump nokogiri, loofah, and rack gems for security updates
See merge request gitlab-org/gitlab-ce!23204
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
|
|\
| |
| |
| |
| |
| |
| | |
Update asana to 0.8.1
Closes #54004
See merge request gitlab-org/gitlab-ce!23039
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \
| |/
|/|
| |
| | |
Improve memory performance by reducing dirty pages before fork
See merge request gitlab-org/gitlab-ce!23169
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Update asciidoctor to 1.5.8
Closes #54010
See merge request gitlab-org/gitlab-ce!23047
|
| |
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
| |
Switch to Rails 5
Closes #14286 and #48991
See merge request gitlab-org/gitlab-ce!21492
|
| |
|
|
* updates Gemfile
* uses Rails 5 unless explicitly disabled
|