summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/asciidoc_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-8/+8
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-7/+16
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-3/+3
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-3/+3
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-6/+6
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-697/+674
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-3/+9
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-661/+690
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+3
* Add latest changes from gitlab-org/security/gitlab@13-10-stable-eeGitLab Bot2021-03-301-0/+43
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+67
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+51
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+45
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-0/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-2/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-39/+53
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Preserve footnote link idsGuillaume Grossetie2019-07-171-0/+50
* Enable section anchorsGuillaume Grossetie2019-07-161-0/+69
* Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie2019-07-121-5/+94
* Enable AsciiDoc syntax highlighting (using Rouge)Guillaume Grossetie2019-07-021-1/+67
* Add basic support for AsciiDoc include directiveGuillaume Grossetie2019-06-141-8/+180
* Update asciidoctor to 1.5.6.2Takuya Noguchi2018-03-281-1/+1
* Set Asciidoctor outfilesuffix to default .adocTuro Soisenniemi2018-02-141-0/+8
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-241-0/+25
* Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri'Robert Speicher2017-05-101-1/+16
* Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-3/+11
* Remove unused optional parameter `asciidoc_opts`Toon Claes2017-04-271-19/+2
* Merge branch 'asciidoctor-xss-patch' into 'security' Robert Speicher2017-02-151-0/+23
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+4
* Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-2/+2
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
* Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-16/+0
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-1/+1
* Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-101-1/+1
|\
| * Tag lib specsDouwe Maan2015-12-091-1/+1
* | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-141-3/+3
|/
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-4/+10
* Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-2/+2
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-181-0/+59