gitlab-org--gitlab-foss/lib/banzai/pipeline
Nick Thomas 9920551536 Enable CacheMarkdownField for the remaining models
This commit alters views for the following models to use the markdown cache if
present:

* AbuseReport
* Appearance
* ApplicationSetting
* BroadcastMessage
* Group
* Issue
* Label
* MergeRequest
* Milestone
* Project

At the same time, calls to `escape_once` have been moved into the `single_line`
Banzai pipeline, so they can't be missed out by accident and the work is done
at save, rather than render, time.
2016-10-07 02:54:26 +01:00
..
atom_pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
base_pipeline.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00
broadcast_message_pipeline.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
combined_pipeline.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
description_pipeline.rb Fix description and GFM pipelines conflicting 2016-06-13 13:06:40 +01:00
email_pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
full_pipeline.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
gfm_pipeline.rb Use a more powerful query to match videos in img tags 2016-07-19 18:51:09 +02:00
note_pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
plain_markdown_pipeline.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
post_process_pipeline.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
pre_process_pipeline.rb Add blockquote fence syntax to Markdown 2016-07-09 21:23:05 -04:00
relative_link_pipeline.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
single_line_pipeline.rb Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
wiki_pipeline.rb Ensure correct filter order to validate with our markdown spec 2016-04-06 03:30:56 -03:00