gitlab-org--gitlab-foss/spec/lib/banzai
Nick Thomas e94cd6fdfe Add markdown cache columns to the database, but don't use them yet
This commit adds a number of _html columns and, with the exception of Note,
starts updating them whenever the content of their partner fields changes.

Note has a collision with the note_html attr_accessor; that will be fixed later

A background worker for clearing these cache columns is also introduced - use
`rake cache:clear` to set it off. You can clear the database or Redis caches
separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
respectively.
2016-10-07 02:54:25 +01:00
..
filter Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members' 2016-10-05 18:54:36 +02: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
filter_array_spec.rb
note_renderer_spec.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
object_renderer_spec.rb ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_multi 2016-07-13 11:19:21 +02:00
querying_spec.rb
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