gitlab-org--gitlab-foss/app/workers
Zeger-Jan van de Weg 1dc0332726
Move forking to Gitaly
Closes https://gitlab.com/gitlab-org/gitaly/issues/817

Closes https://gitlab.com/gitlab-org/gitaly/issues/1236
2018-06-19 13:30:54 +02:00
..
ci Rename worker to ArchiveTracesCronWorker 2018-06-06 20:18:32 +09:00
concerns Move NotificationService calls to Sidekiq 2018-04-25 12:48:14 +01:00
gitlab/github_import Support LFS objects when creating a project by import 2018-06-06 16:42:18 +00:00
mail_scheduler Move NotificationService calls to Sidekiq 2018-04-25 12:48:14 +01:00
object_storage remove the `Upload` redefinition in `MigrateUploadsWorker` 2018-05-08 10:04:52 -04:00
repository_check Use push events again to determine if repo needs checking 2018-05-07 14:24:07 +02:00
admin_email_worker.rb Do not send repository check mails when they are disabled 2018-05-07 09:42:09 +02:00
all_queues.yml Support LFS objects when creating a project by import 2018-06-06 16:42:18 +00:00
archive_trace_worker.rb Integrate two workers into one ArchiveTraceWorker with pipeline_background queue. This queue takes loqer precedence than pipeline_default. 2018-03-06 21:44:15 +09:00
authorized_projects_worker.rb Work around Ruby 2.3.7 bug by defining prepended class methods needed for tests 2018-04-09 06:46:33 -07:00
background_migration_worker.rb Run background migrations with a minimum interval 2018-01-05 16:23:25 +01:00
build_coverage_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
build_finished_worker.rb Integrate two workers into one ArchiveTraceWorker with pipeline_background queue. This queue takes loqer precedence than pipeline_default. 2018-03-06 21:44:15 +09:00
build_hooks_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
build_queue_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
build_success_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
build_trace_sections_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
cluster_install_app_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
cluster_provision_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
cluster_wait_for_app_installation_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
cluster_wait_for_ingress_ip_address_worker.rb Remove redundant code and increase delay for ClusterWaitForIngressIpAddressWorker (#42643) 2018-02-25 12:50:03 +11:00
create_gpg_signature_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
create_note_diff_file_worker.rb Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
create_pipeline_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
delete_merged_branches_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
delete_user_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
email_receiver_worker.rb Merge branch 'dm-application-worker' into 'master' 2017-12-05 13:06:22 +00:00
emails_on_push_worker.rb Use Project#full_name instead of name_with_namespace 2018-03-07 16:07:09 +02:00
expire_build_artifacts_worker.rb Consistently schedule Sidekiq jobs 2017-12-05 11:59:39 +01:00
expire_build_instance_artifacts_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
expire_job_cache_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
expire_pipeline_cache_worker.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
git_garbage_collect_worker.rb Move GC RPCs to mandatory 2018-06-13 16:36:43 +02:00
gitlab_shell_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
gitlab_usage_ping_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
group_destroy_worker.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
import_export_project_cleanup_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
invalid_gpg_signature_update_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
irker_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
issue_due_scheduler_worker.rb Use `bulk_perform_async` to schedule issue due emails 2018-04-17 13:59:46 +01:00
merge_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
namespaceless_project_destroy_worker.rb Consistently schedule Sidekiq jobs 2017-12-05 11:59:39 +01:00
new_issue_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
new_merge_request_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
new_note_worker.rb Backport 5480-epic-notifications from EE 2018-05-07 12:58:47 -06:00
object_storage_upload_worker.rb fix some broken specs 2018-03-06 16:19:24 -05:00
pages_domain_verification_cron_worker.rb Add DNS verification to Pages custom domains 2018-02-23 12:22:29 +00:00
pages_domain_verification_worker.rb Add DNS verification to Pages custom domains 2018-02-23 12:22:29 +00:00
pages_worker.rb Rework to minimize changes 2018-03-06 16:53:24 +09:00
pipeline_hooks_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
pipeline_metrics_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
pipeline_notification_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
pipeline_process_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
pipeline_schedule_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
pipeline_success_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
pipeline_update_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
plugin_worker.rb Refactor plugins feature and make some doc improvements 2018-02-28 12:16:23 +02:00
post_receive.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
process_commit_worker.rb Fix MR merge commit cross-references to the MR itself 2018-03-05 14:15:58 +00:00
project_cache_worker.rb Close low level rugged repository in project cache worker 2018-02-06 16:36:35 +00:00
project_destroy_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
project_export_worker.rb Extend API for exporting a project with direct upload URL 2018-03-30 15:45:59 +00:00
project_migrate_hashed_storage_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
project_service_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
propagate_service_template_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
prune_old_events_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
reactive_caching_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
rebase_worker.rb Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
remove_expired_group_links_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
remove_expired_members_worker.rb Improve Member services 2018-02-27 16:02:22 +01:00
remove_old_web_hook_logs_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
remove_unreferenced_lfs_objects_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
repository_archive_cache_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
repository_fork_worker.rb Move forking to Gitaly 2018-06-19 13:30:54 +02:00
repository_import_worker.rb add spec 2018-01-26 15:26:26 +01:00
repository_remove_remote_worker.rb Backports every CE related change from ee-5484 to CE 2018-05-07 11:59:51 +02:00
repository_update_remote_mirror_worker.rb Backports every CE related change from ee-5484 to CE 2018-05-07 11:59:51 +02:00
requests_profiles_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
run_pipeline_schedule_worker.rb Use queue_namespace rather than enqueue_in 2017-12-18 23:42:31 +08:00
schedule_update_user_activity_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
stage_update_worker.rb Use a dedicated queue for each worker 2017-12-12 17:36:20 +01:00
storage_migrator_worker.rb Resolve "Hashed Storage: Make possible to migrate single project" 2018-06-07 15:40:44 +00:00
stuck_ci_jobs_worker.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
stuck_import_jobs_worker.rb Backports every CE related change from ee-44542 to CE 2018-05-04 17:33:26 +02:00
stuck_merge_jobs_worker.rb Prevent worker that updates merge requests head pipeline from failing jobs 2017-12-13 13:36:52 -02:00
system_hook_push_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
trending_projects_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
update_head_pipeline_for_merge_request_worker.rb Change queue namespace of UpdateHeadPipelineForMergeRequestWorker 2018-03-07 02:43:10 +09:00
update_merge_requests_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
update_user_activity_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
upload_checksum_worker.rb Revert "Merge branch '3867-port-to-ce' into 'master'" 2018-02-28 21:09:34 +01:00
wait_for_cluster_creation_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00
web_hook_worker.rb Add ApplicationWorker and make every worker include it 2017-12-05 11:59:39 +01:00