- 25 Jul, 2018 16 commits
-
-
Winnie Hellmann authored
-
Douwe Maan authored
Updates documentation to state that rack attack will be disabled by default… See merge request gitlab-org/gitlab-ee!6653
-
Phil Hughes authored
Replace snake case css classes See merge request gitlab-org/gitlab-ee!6651
-
Tiago Botelho authored
Updates documentation to state that rack attack will be disabled by default starting at version 11.2
-
Sean McGivern authored
Improve the 'review' job and make it manual See merge request gitlab-org/gitlab-ee!6535
-
George Tsiolis authored
-
Phil Hughes authored
Replace all snake case in scss variables See merge request gitlab-org/gitlab-ee!6649
-
George Tsiolis authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
George Tsiolis authored
-
George Tsiolis authored
-
George Tsiolis authored
-
George Tsiolis authored
-
Stan Hu authored
CE upstream - 2018-07-25 00:21 UTC See merge request gitlab-org/gitlab-ee!6650
-
GitLab Bot authored
-
- 24 Jul, 2018 24 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
CE upstream - 2018-07-24 21:21 UTC See merge request gitlab-org/gitlab-ee!6648
-
George Tsiolis authored
-
George Tsiolis authored
-
George Tsiolis authored
-
GitLab Bot authored
-
Robert Speicher authored
Fix slow Markdown rendering Closes #49409 See merge request gitlab-org/gitlab-ce!20820
-
Robert Speicher authored
CE upstream - 2018-07-24 15:22 UTC Closes #6028 See merge request gitlab-org/gitlab-ee!6644
-
Robert Speicher authored
[ci skip] # Conflicts: # doc/user/profile/personal_access_tokens.md
-
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
-
Clement Ho authored
Resolve "Admin area > Colored panels have wrong header color" Closes #6209 See merge request gitlab-org/gitlab-ee!6646
-
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
-
Marcia Ramos authored
Remove extra parenthesis in PAT docs See merge request gitlab-org/gitlab-ee!6639
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Backport various EE changes to Gitlab::Database See merge request gitlab-org/gitlab-ce!20809
-
Lin Jen-Shin authored
db/migrate/20180722103201_add_private_profile_to_users.rb
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
Add :sidekiq group to cleanup redis in after callback See merge request gitlab-org/gitlab-ce!20816
-
Lin Jen-Shin authored
-