gitlab-org--gitlab-foss/config
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
..
environments
initializers Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
locales
routes
application.rb
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml
environment.rb
gitlab.yml.example
license_finder.yml
mail_room.yml
newrelic.yml
resque.yml.example
routes.rb
secrets.yml.example
sidekiq.yml.example
unicorn.rb.example
unicorn.rb.example.development