summaryrefslogtreecommitdiff
path: root/spec/features/markdown/markdown_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+7
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-5/+6
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+27
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-4/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-0/+4
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-26/+1
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* 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.
* enable CommonMark as the defaultBrett Walker2018-06-141-13/+42
|
* 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.
* Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan2018-02-091-0/+337
[10.4] Fix stored XSS in code blocks