gitlab-org--gitlab-foss/app/workers
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
..
repository_check
admin_email_worker.rb
build_email_worker.rb
clear_database_cache_worker.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
delete_user_worker.rb
email_receiver_worker.rb
emails_on_push_worker.rb
expire_build_artifacts_worker.rb
git_garbage_collect_worker.rb
gitlab_shell_worker.rb
group_destroy_worker.rb
import_export_project_cleanup_worker.rb
irker_worker.rb
merge_worker.rb
new_note_worker.rb
post_receive.rb
process_pipeline_worker.rb Do not return false in commit status transition 2016-10-04 16:34:22 +02:00
project_cache_worker.rb
project_destroy_worker.rb
project_export_worker.rb
project_service_worker.rb
project_web_hook_worker.rb
prune_old_events_worker.rb
remove_expired_group_links_worker.rb
remove_expired_members_worker.rb
repository_archive_cache_worker.rb
repository_fork_worker.rb
repository_import_worker.rb
requests_profiles_worker.rb
stuck_ci_builds_worker.rb
system_hook_worker.rb
update_pipeline_worker.rb Do not return false in commit status transition 2016-10-04 16:34:22 +02:00