summaryrefslogtreecommitdiff
path: root/spec/features/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-3/+3
| | | | | | | | 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.
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* enable CommonMark as the defaultBrett Walker2018-06-142-15/+49
|
* Combine multiple `it` blocks to improve Markdown feature spec timesRobert Speicher2018-06-051-107/+97
| | | | | 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.
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+1
|
* Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan2018-02-095-0/+1298
[10.4] Fix stored XSS in code blocks