Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Gitlab::Git::Repository#rugged and Gollum code | Alejandro RodrÃguez | 2018-10-02 | 1 | -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`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | enable CommonMark as the default | Brett Walker | 2018-06-14 | 2 | -15/+49 |
| | |||||
* | Combine multiple `it` blocks to improve Markdown feature spec times | Robert Speicher | 2018-06-05 | 1 | -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 directory | Mike Greiling | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix-mermaid-xss' into 'security-10-4' | Douwe Maan | 2018-02-09 | 5 | -0/+1298 |
[10.4] Fix stored XSS in code blocks |