gitlab-org--gitlab-foss/app/models/concerns
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
..
access_requestable.rb Re-add the AccessRequestable concern 2016-09-22 11:12:17 +02:00
awardable.rb
cache_markdown_field.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
case_sensitivity.rb
expirable.rb
faster_cache_keys.rb
has_status.rb Introduce all_state_names so that we could avoid NOT IN 2016-10-05 00:10:23 +08:00
importable.rb
internal_id.rb
issuable.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
mentionable.rb Simplify Mentionable concern instance methods 2016-10-04 10:45:48 +02:00
milestoneish.rb
note_on_diff.rb
participable.rb
project_features_compatibility.rb
protected_branch_access.rb
referable.rb
sortable.rb
spammable.rb
strip_attribute.rb
subscribable.rb
taskable.rb
token_authenticatable.rb