gitlab-org--gitlab-foss/spec/workers
Toon Claes 2074f39a47 Migration to remove pending delete projects with non-existing namespace
There might be some projects where the namespace was removed, but the
project wasn't. For these the projects still have a `namespace_id`
set. So this adds a post-deploy migration remove all projects that are
pending delete, and have a `namespace_id` that is non-existing.
2017-08-22 14:29:54 +02:00
..
concerns
repository_check Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
authorized_projects_worker_spec.rb Use event-based waiting in Gitlab::JobWaiter 2017-08-22 09:54:46 +01:00
background_migration_worker_spec.rb
build_coverage_worker_spec.rb
build_finished_worker_spec.rb
build_hooks_worker_spec.rb
build_success_worker_spec.rb
create_gpg_signature_worker_spec.rb Only create commit GPG signature when necessary 2017-08-16 18:57:50 +02:00
delete_merged_branches_worker_spec.rb
delete_user_worker_spec.rb
email_receiver_worker_spec.rb Don't send rejection mails for all auto-generated mails 2017-08-03 00:40:10 +08:00
emails_on_push_worker_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
every_sidekiq_worker_spec.rb
expire_build_artifacts_worker_spec.rb
expire_build_instance_artifacts_worker_spec.rb
expire_job_cache_worker_spec.rb
expire_pipeline_cache_worker_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
git_garbage_collect_worker_spec.rb Migrate GitGarbageCollectWorker to Gitaly 2017-07-28 17:49:22 +02:00
gitlab_usage_ping_worker_spec.rb
group_destroy_worker_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
invalid_gpg_signature_update_worker_spec.rb remove log statements from workers 2017-07-27 15:46:04 +02:00
merge_worker_spec.rb Store MergeWorker JID on merge request, and clean up stuck merges 2017-08-07 15:23:37 -03:00
namespaceless_project_destroy_worker_spec.rb Migration to remove pending delete projects with non-existing namespace 2017-08-22 14:29:54 +02:00
new_issue_worker_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
new_merge_request_worker_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
new_note_worker_spec.rb
pipeline_hooks_worker_spec.rb
pipeline_metrics_worker_spec.rb
pipeline_notification_worker_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
pipeline_process_worker_spec.rb
pipeline_schedule_worker_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
pipeline_success_worker_spec.rb
pipeline_update_worker_spec.rb
post_receive_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
process_commit_worker_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
project_cache_worker_spec.rb
project_destroy_worker_spec.rb Move exception handling to execute 2017-07-26 12:47:50 +01:00
propagate_service_template_worker_spec.rb
prune_old_events_worker_spec.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
reactive_caching_worker_spec.rb
remove_expired_group_links_worker_spec.rb
remove_expired_members_worker_spec.rb
remove_old_web_hook_logs_worker_spec.rb
remove_unreferenced_lfs_objects_worker_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
repository_fork_worker_spec.rb
repository_import_worker_spec.rb Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE 2017-08-17 13:38:05 +01:00
schedule_update_user_activity_worker_spec.rb Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
stage_update_worker_spec.rb Add specs for stage update worker 2017-07-31 12:07:05 +02:00
stuck_ci_jobs_worker_spec.rb
stuck_import_jobs_worker_spec.rb Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE 2017-08-17 13:38:05 +01:00
stuck_merge_jobs_worker_spec.rb Store MergeWorker JID on merge request, and clean up stuck merges 2017-08-07 15:23:37 -03:00
system_hook_push_worker_spec.rb
trending_projects_worker_spec.rb
update_merge_requests_worker_spec.rb
update_user_activity_worker_spec.rb Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
upload_checksum_worker_spec.rb
use_key_worker_spec.rb