gitlab-org--gitlab-foss/spec/lib/banzai
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
..
filter Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
pipeline Fix URLs with anchors in wiki 2016-09-13 23:53:40 -07:00
reference_parser remove Ability.abilities 2016-08-30 11:35:06 -07:00
cross_project_reference_spec.rb Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
filter_array_spec.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
note_renderer_spec.rb Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
object_renderer_spec.rb Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
querying_spec.rb Optimize CSS expressions produced by Nokogiri 2015-12-31 15:46:47 +01:00
redactor_spec.rb Optimize system note visibility checking by hiding notes that 2016-07-11 15:09:21 -07:00
renderer_spec.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00