- 25 Jul, 2018 1 commit
-
-
Tobias Hernstig authored
-
- 24 Jul, 2018 39 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.
-
Robert Speicher authored
Fix slow Markdown rendering Closes #49409 See merge request gitlab-org/gitlab-ce!20820
-
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
-
Rémy Coutable authored
Add :sidekiq group to cleanup redis in after callback See merge request gitlab-org/gitlab-ce!20816
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
Create class responsible for default object store settings See merge request gitlab-org/gitlab-ce!20785
-
Rémy Coutable authored
Remove timeouts for long running requests See merge request gitlab-org/gitlab-ce!20810
-
Rémy Coutable authored
Check Frozen String Literal in Danger See merge request gitlab-org/gitlab-ce!20767
-
Douwe Maan authored
Add an option to have a private profile on GitLab See merge request gitlab-org/gitlab-ce!20387
-
JX Terry authored
-
Douwe Maan authored
Make repository cleanup mandatory Closes #49550 See merge request gitlab-org/gitlab-ce!20808
-
Achilleas Pipinellis authored
Update improve issue boards links to docs [ci skip] See merge request gitlab-org/gitlab-ce!20803
-
Zeger-Jan van de Weg authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Fix Vue datatype errors for markdownVersion parsing See merge request gitlab-org/gitlab-ce!20800
-
Phil Hughes authored
Show decimal place up to single digit in Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!20776
-
Zeger-Jan van de Weg authored
-
Yorick Peterse authored
These changes are useful for CE as well. For example, the MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20720 can make use of some of the backported methods.
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
adds read_repository scope description See merge request gitlab-org/gitlab-ce!20707
-
Rémy Coutable authored
Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performance See merge request gitlab-org/gitlab-ce!20795
-
Davin Walker authored
-
Rémy Coutable authored
Enable frozen string in app/serializers/**/*.rb See merge request gitlab-org/gitlab-ce!20726
-
George Tsiolis authored
-
gfyoung authored
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Achilleas Pipinellis authored
Add docs to disable proxy listener See merge request gitlab-org/gitlab-ce!19734
-
maxmeyer authored
-
Achilleas Pipinellis authored
Revert "Merge branch '2211-add-option-to-change-clone-path-docs' into 'master'" See merge request gitlab-org/gitlab-ce!20633
-
Kushal Pandya authored
-