gitlab-org--gitlab-foss/spec/workers
Kamil Trzciński eae604e6de Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'
Do not fire synchronous hooks when creating a job

Closes #35286

See merge request !13734
2017-08-24 12:46:33 +00: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 Make it possible to schedule bg migrations in bulk 2017-07-07 15:08:15 +02:00
build_coverage_worker_spec.rb
build_finished_worker_spec.rb Fix pipeline job worker specs 2017-08-23 11:46:10 +02:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
expire_build_artifacts_worker_spec.rb
expire_build_instance_artifacts_worker_spec.rb Add many foreign keys to the projects table 2017-07-06 12:01:36 +02:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_destroy_worker_spec.rb Move exception handling to execute 2017-07-26 12:47:50 +01:00
propagate_service_template_worker_spec.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
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