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
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-14enable CommonMark as the defaultBrett Walker
2018-06-05Combine multiple `it` blocks to improve Markdown feature spec timesRobert Speicher
The setup of each spec is too expensive to perform as many times as we were doing it. Reduced duration from 255 seconds to 43.
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-02-09Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan
[10.4] Fix stored XSS in code blocks