Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-22Update docs to pass new markdownlintMarcel Amirault
Deletes extra spaces and line, makes lists consistent, and fixes links.
2019-07-17Document how to make Oracle Cloud S3 workStan Hu
Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-09Fix spacing of code blocksMarcel Amirault
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.
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-03-27Allow external diffs to be used conditionallyNick Thomas
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.
2019-02-21Docs review: wording, styles, missing linksMarcia Ramos
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas