- 25 Jul, 2018 25 commits
-
-
Yorick Peterse authored
This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
-
Yorick Peterse authored
This removes all orphaned project and namespace routes from the "routes" table. This is in as a preparation step for removing dynamic route generation, as discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/44390.
-
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
-
Marcia Ramos authored
Prefer using direct links in docs styleguide See merge request gitlab-org/gitlab-ce!20832
-
Shinya Maeda 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 15 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
-
George Tsiolis authored
-
George Tsiolis authored
-
Robert Speicher authored
Fix slow Markdown rendering Closes #49409 See merge request gitlab-org/gitlab-ce!20820
-
gfyoung authored
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
-
Stan Hu authored
The sanitize transformers were being duplicated each time the Markdown renderer was called, leading to expontential growth in rendering times. The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST is a frozen hash, the `:transformers` array can be modified. We need to do deep copy of this to avoid adding duplicates. Closes #49409
-
Yorick Peterse authored
Add best practice points regarding background migrations on huge tables See merge request gitlab-org/gitlab-ce!20815
-
Marcia Ramos authored
Fix typo in high availability docs See merge request gitlab-org/gitlab-ce!20805
-
Marcia Ramos authored
Remove extra parenthesis in PAT docs See merge request gitlab-org/gitlab-ce!20807
-
Rémy Coutable authored
Backport various EE changes to Gitlab::Database See merge request gitlab-org/gitlab-ce!20809
-
Oswaldo Ferreira authored
-