An error occurred fetching the project authors.
- 17 Jul, 2019 1 commit
-
-
Stan Hu authored
Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
-
- 09 Jul, 2019 1 commit
-
-
Marcel Amirault authored
Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
-
- 08 Jul, 2019 2 commits
-
-
Evan Read authored
Also fixes instances in Markdown that broke the rule.
-
Marcel Amirault authored
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
- 27 Mar, 2019 1 commit
-
-
Nick Thomas authored
Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
-
- 21 Feb, 2019 1 commit
-
-
Marcia Ramos authored
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
-
- 05 Feb, 2019 1 commit
-
-
Nick Thomas authored
-