gitlab-org--gitlab-foss/app
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
..
assets Merge branch '23025-issue-boards-defaults' into 'master' 2016-10-06 23:43:09 +00:00
controllers Merge branch 'fix-already-selected-activity-link' into 'master' 2016-10-06 21:34:03 +00:00
finders Refactor TrendingProjectsFinder to support caching 2016-10-05 16:39:03 +02:00
helpers Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
mailers change determine conditions 2016-10-03 18:07:28 +08:00
models Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
policies
services Change issue board defaults 2016-10-06 10:12:13 -05:00
uploaders
validators
views Merge branch 'fix-already-selected-activity-link' into 'master' 2016-10-06 21:34:03 +00:00
workers Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00