- 16 Aug, 2018 1 commit
-
-
Drew Blessing authored
-
- 15 Aug, 2018 1 commit
-
-
Michael Kozono authored
-
- 13 Aug, 2018 1 commit
-
-
Stan Hu authored
See https://github.com/libgit2/libgit2/releases for more details.
-
- 09 Aug, 2018 1 commit
-
-
Robert Speicher authored
-
- 07 Aug, 2018 1 commit
-
-
Rubén Dávila authored
-
- 02 Aug, 2018 1 commit
-
-
Drew Blessing authored
-
- 29 Jul, 2018 1 commit
-
-
Stan Hu authored
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.
-
- 25 Jul, 2018 3 commits
-
-
Stan Hu authored
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.
-
Stan Hu authored
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
-
Stan Hu authored
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.
-
- 24 Jul, 2018 2 commits
-
-
Stan Hu authored
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
-
Stan Hu authored
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
-
- 20 Jul, 2018 1 commit
-
-
Gabriel Mazetto authored
This will enable bootsnap whenver the gem is available.
-
- 18 Jul, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 14 Jul, 2018 1 commit
-
-
Kukovskii Vladimir authored
-
- 12 Jul, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 09 Jul, 2018 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 08 Jul, 2018 1 commit
-
-
Matthew Dawson authored
Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
-
- 06 Jul, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Jul, 2018 1 commit
-
-
Tom Downes authored
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
-
- 04 Jul, 2018 1 commit
-
-
Shinya Maeda authored
-
- 01 Jul, 2018 1 commit
-
-
Muhammad Nuzaihan authored
-
- 30 Jun, 2018 1 commit
-
-
Pirate Praveen authored
-
- 28 Jun, 2018 1 commit
-
-
Markus Koller authored
-
- 27 Jun, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
-
- 22 Jun, 2018 1 commit
-
-
Robert Speicher authored
-
- 20 Jun, 2018 2 commits
-
-
Yorick Peterse authored
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we removed use of the data produced by the Allocations Gem. However, we never removed the code that just enables tracking of allocations. In this commit we remove all remaining traces of this Gem.
-
Stan Hu authored
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.2
-
- 15 Jun, 2018 2 commits
-
-
Ahmad Hassan authored
-
Francisco Javier López authored
-
- 12 Jun, 2018 1 commit
-
-
Francisco Javier López authored
-
- 08 Jun, 2018 2 commits
-
-
blackst0ne authored
-
Gabriel Mazetto authored
-
- 07 Jun, 2018 3 commits
-
-
Robert Speicher authored
-
Ahmad Hassan authored
-
Jasper Maes authored
-
- 06 Jun, 2018 2 commits
-
-
Stan Hu authored
If you include this helper with a class that also implements `method_missing`, this would result in AbstractController::DoubleRenderError. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19487#note_79096902.
-
Bob Van Landuyt authored
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
-