- Mar 27, 2018
-
-
Takuya Noguchi authored
-
- Feb 14, 2018
-
-
Turo Soisenniemi authored
Without setting outfilesuffix Asciidoctor defaults to .html. When .html is used, inter-document cross references do not work in Gitlab's repository / file renderer. See more information from http://asciidoctor.org/docs/user-manual/#navigating-between-source-files and http://asciidoctor.org/docs/user-manual/#inter-document-cross-references
-
- Jul 27, 2017
-
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 24, 2017
-
-
Jarka Kadlecova authored
-
- May 10, 2017
-
-
(security-9-1) Add correct `rel` attributes to external links when rendering markdown See merge request !2097
-
(security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098
-
- Apr 27, 2017
-
-
Toon Claes authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- Feb 15, 2017
-
-
Robert Speicher authored
Add sanitization filter to asciidocs output to prevent XSS See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2057
-
- Jan 12, 2017
-
-
Horacio Sanson authored
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
-
- Dec 14, 2016
-
-
Munken authored
-
- Aug 09, 2016
-
-
tiagonbotelho authored
-
- Jul 01, 2016
-
-
Grzegorz Bizon authored
-
- Feb 12, 2016
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
- Dec 15, 2015
-
-
Douwe Maan authored
-
- Dec 09, 2015
-
-
Douwe Maan authored
-
- Oct 14, 2015
-
-
Douwe Maan authored
-
- Jun 23, 2015
-
-
Stan Hu authored
-
- Jun 22, 2015
-
-
Robert Speicher authored
These fixes were performed automatically by Rubocop's `-a` flag.
-
- May 18, 2015
-
-
Jakub Jirutka authored
-