gitlab-org--gitlab-foss/spec
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
..
config
controllers Add tests to Projects::Boards::IssuesController#create action 2016-10-06 11:00:01 +01:00
factories Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
features Merge branch '23025-issue-boards-defaults' into 'master' 2016-10-06 23:43:09 +00:00
finders Refactor TrendingProjectsFinder to support caching 2016-10-05 16:39:03 +02:00
fixtures Returns the total number of issues in the JSON response 2016-08-31 09:30:37 +01:00
helpers Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00
initializers
javascripts Fix inconsistent highlighting of already selected activity nav-links 2016-10-05 15:38:18 -05:00
lib Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
mailers override subject method in devise mailer 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 Test if issue authors can access private projects 2016-09-20 14:57:23 -03:00
requests Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
routing Update user routing spec after constrainer logic changed 2016-10-06 19:50:48 +03:00
services Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
support Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
tasks/gitlab
uploaders
views Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
workers Merge branch 'feature/improve-async-pipeline-processing' into 'master' 2016-10-06 08:42:35 +00:00
factories_spec.rb
rails_helper.rb
simplecov_env.rb Bump SimpleCov merge timeout to 365 days 2016-08-22 13:44:14 +02:00
spec_helper.rb Upgrade Devise from 4.1.1 to 4.2.0. 2016-09-27 20:08:49 -06:00
teaspoon_env.rb