- 25 Jul, 2018 36 commits
-
-
Robert Speicher authored
It's possible for a Ruby file to be empty and thus `gets` returns `nil`. Also indents the Markdown since we're using `<<~` and removes an unneeded variable.
-
Clement Ho authored
Resolve "Toggle comments button icon is misaligned" Closes #49192 See merge request gitlab-org/gitlab-ce!20756
-
Tim Zallmann authored
Replace issues time tracking progress bar with gitlab-ui's progress bar Closes gitlab-ui#11 See merge request gitlab-org/gitlab-ce!20416
-
Clement Ho authored
-
Robert Speicher authored
-
Annabel Gray authored
Resolve "Broadcast message is misaligned on sign in page" Closes #49364 See merge request gitlab-org/gitlab-ce!20794
-
Douglas Barbosa Alexandre authored
[CE Backport] Geo: Cache projects_count and wikis_count in SiteStatistic See merge request gitlab-org/gitlab-ce!20413
-
Douwe Maan authored
fixes #47716 where email confirmation fails after adding additional emails Closes #47716 See merge request gitlab-org/gitlab-ce!20084
-
Muhammad Nuzaihan authored
-
Douwe Maan authored
Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
-
Rémy Coutable authored
Enable rubocop for db/**/* and ee/db/**/* Closes #49582 See merge request gitlab-org/gitlab-ce!20834
-
Rémy Coutable authored
Back port ReactiveCaching See merge request gitlab-org/gitlab-ce!20836
-
Marcia Ramos authored
doc: Configuring and initializing Helm Tiller Closes #49025 See merge request gitlab-org/gitlab-ce!20515
-
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
-
Marcia Ramos authored
Prefer using direct links in docs styleguide See merge request gitlab-org/gitlab-ce!20832
-
Shinya Maeda authored
-
Lin Jen-Shin authored
-
Douwe Maan authored
Adds rack attack disabled by default notice to documentation See merge request gitlab-org/gitlab-ce!20833
-
Douwe Maan authored
Disable Rack Attack by default Closes #40973 See merge request gitlab-org/gitlab-ce!16669
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
Enable frozen string in presenters and policies See merge request gitlab-org/gitlab-ce!20819
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
i18n: externalize strings from 'app/views/layouts' See merge request gitlab-org/gitlab-ce!19766
-
Rémy Coutable authored
Bump html-pipeline to 2.8.4 See merge request gitlab-org/gitlab-ce!20828
-
Phil Hughes authored
Replace snake case in SCSS variables See merge request gitlab-org/gitlab-ce!20799
-
Sean McGivern authored
Use limit parameter to retrieve Wikis from Gitaly See merge request gitlab-org/gitlab-ce!20764
-
Achilleas Pipinellis authored
Fix missing ` in users.md See merge request gitlab-org/gitlab-ce!20817
-
Phil Hughes authored
Replace author_link snake case in stylesheets, specs, and helpers Closes #30921 See merge request gitlab-org/gitlab-ce!20797
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Add frozen_string_literal to migration templates See merge request gitlab-org/gitlab-ce!20829
-
Achilleas Pipinellis authored
Update doc/ci/docker/using_docker_build.md Closes #48691 See merge request gitlab-org/gitlab-ce!20426
-
Tobias Hernstig authored
-
Stan Hu authored
Part of #47424
-
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 4 commits
-
-
Stan Hu authored
Add example output for file integrity check rake task Closes #49244 See merge request gitlab-org/gitlab-ce!20825
-
Stan Hu authored
Fix: redirect non-SSL request for gitlab registry to valid URL See merge request gitlab-org/gitlab-ce!20824
-
Michael Kozono authored
-
jelhan authored
HTTP host and URI should not be separated by a colon. Generated URLs was looking like http://registry.examples.com:/foo. That is throwing up let's encrypt cert requests for gitlab registry.
-