- 26 Jul, 2018 8 commits
- 25 Jul, 2018 27 commits
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Marcia Ramos authored
doc: Configuring and initializing Helm Tiller Closes #49025 See merge request gitlab-org/gitlab-ce!20515
-
Marcia Ramos authored
Prefer using direct links in docs styleguide See merge request gitlab-org/gitlab-ce!20832
-
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 5 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.
-
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
-