- 22 Feb, 2019 40 commits
-
-
GitLab Bot authored
-
Sid Sijbrandij authored
Docs serverless updates See merge request gitlab-org/gitlab-ce!25497
-
Douglas Barbosa Alexandre authored
Merge branch '58062-tracing-url-template-render-using-string-format-does-not-play-well-with-urls' into 'master' Switch back to using regexps in tracing_url_template Closes #58062 See merge request gitlab-org/gitlab-ce!25491
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
Merge branch 'docs-serverless-updates' of gitlab.com:gitlab-org/gitlab-ce into docs-serverless-updates
-
danielgruesso authored
-
Mike Lewis authored
-
Mike Lewis authored
-
danielgruesso authored
-
Daniel Gruesso authored
-
Drew Blessing authored
Fix header links in PG and Redis HA/Scaling docs See merge request gitlab-org/gitlab-ee!9668
-
Daniel Gruesso authored
-
Drew Blessing authored
-
GitLab Bot authored
-
Marcia Ramos authored
Docs: add details about restricted SSH keys Closes #50489 See merge request gitlab-org/gitlab-ce!25478
-
Tristan Williams authored
-
GitLab Bot authored
-
Marcia Ramos authored
Add an index page to admin area section Closes #55234 See merge request gitlab-org/gitlab-ce!25375
-
Evan Read authored
-
Marcia Ramos authored
Add an index page to admin area section See merge request gitlab-org/gitlab-ee!9601
-
Evan Read authored
-
Achilleas Pipinellis authored
Changes to HA docs to inc different architecture types See merge request gitlab-org/gitlab-ee!9174
-
GitLab Bot authored
-
Grzegorz Bizon authored
Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
-
GitLab Bot authored
-
James Lopez authored
Lower the allowed Gitaly call count to 30 See merge request gitlab-org/gitlab-ce!25467
-
Zeger-Jan van de Weg authored
Prior to this change, 35 Gitaly RPCs were allowed. But recently there's been a renewed interest in performance. By lowering the number of calls new N + 1's will pop up. Later commits will add blocks to ignore the raised errors, followed by an issue for each to be fixed.
-
Lin Jen-Shin authored
Split Severity and Confidence values for vulnerability occurrences Closes #9397 See merge request gitlab-org/gitlab-ee!9495
-
Lucas Charles authored
Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/9397
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Ensure all lists are surrounded by new lines See merge request gitlab-org/gitlab-ce!25479
-
Evan Read authored
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
-
Achilleas Pipinellis authored
Port from CE: Ensure all lists are surrounded by new lines See merge request gitlab-org/gitlab-ee!9659
-
Evan Read authored
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
-
Andrew Newdigate authored
This approach is able to cope with `%` characters in the URL template, which is important since `%` is a valid URL character. Additionally this approach is less likely to fail on an invalid string. This is important since the distributed tracing infrastructure is designed to degrade gracefully when not properly configured, and a small mistake in the configuration of the URL template could have led to a production outage.
-
Andrew Newdigate authored
Tracing URL templates should be able to include % characters. This test is intended to show that the current implementation needs rework in order to handle this requirement.
-
GitLab Bot authored
-
Kushal Pandya authored
Improve snippets empty state Closes #44045 and #20847 See merge request gitlab-org/gitlab-ce!18348
-