.. |
concerns
|
Extract WaitableWorker out of AuthorizedProjectsWorker
|
2018-02-26 13:25:58 +01:00 |
gitlab/github_import
|
|
|
repository_check
|
|
|
authorized_projects_worker_spec.rb
|
Extract WaitableWorker out of AuthorizedProjectsWorker
|
2018-02-26 13:25:58 +01:00 |
background_migration_worker_spec.rb
|
Run background migrations with a minimum interval
|
2018-01-05 16:23:25 +01:00 |
build_coverage_worker_spec.rb
|
|
|
build_finished_worker_spec.rb
|
Reorder async/sync tasks in BuildFinishedWorker to read traces efficiently
|
2018-02-06 15:50:08 +09:00 |
build_hooks_worker_spec.rb
|
|
|
build_success_worker_spec.rb
|
|
|
build_trace_sections_worker_spec.rb
|
|
|
check_gcp_project_billing_worker_spec.rb
|
Count all billing_state transitions with labels
|
2018-02-12 21:32:56 +01:00 |
cluster_provision_worker_spec.rb
|
|
|
create_gpg_signature_worker_spec.rb
|
|
|
create_pipeline_worker_spec.rb
|
BE for automatic pipeline when enabling Auto DevOps
|
2017-11-28 12:42:08 -06:00 |
create_trace_artifact_worker_spec.rb
|
Alessio catches: Test fix
|
2018-02-06 15:50:08 +09:00 |
delete_merged_branches_worker_spec.rb
|
|
|
delete_user_worker_spec.rb
|
|
|
email_receiver_worker_spec.rb
|
|
|
emails_on_push_worker_spec.rb
|
|
|
every_sidekiq_worker_spec.rb
|
Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't manually set their queue
|
2017-12-13 16:28:26 +01:00 |
expire_build_artifacts_worker_spec.rb
|
|
|
expire_build_instance_artifacts_worker_spec.rb
|
Use job_artifacts_archive|metadata
|
2017-12-03 12:04:49 +01:00 |
expire_job_cache_worker_spec.rb
|
|
|
expire_pipeline_cache_worker_spec.rb
|
|
|
git_garbage_collect_worker_spec.rb
|
|
|
gitlab_shell_worker_spec.rb
|
Backport authorized_keys_enabled defaults to true'
|
2018-01-08 20:34:20 +00:00 |
gitlab_usage_ping_worker_spec.rb
|
|
|
group_destroy_worker_spec.rb
|
|
|
invalid_gpg_signature_update_worker_spec.rb
|
|
|
merge_worker_spec.rb
|
Replace '.team << [user, role]' with 'add_role(user)' in specs
|
2017-12-22 19:18:28 +11:00 |
namespaceless_project_destroy_worker_spec.rb
|
|
|
new_issue_worker_spec.rb
|
Initial work to add notification reason to emails
|
2018-01-16 19:17:55 -06:00 |
new_merge_request_worker_spec.rb
|
Initial work to add notification reason to emails
|
2018-01-16 19:17:55 -06:00 |
new_note_worker_spec.rb
|
|
|
pages_domain_verification_cron_worker_spec.rb
|
Add DNS verification to Pages custom domains
|
2018-02-23 12:22:29 +00:00 |
pages_domain_verification_worker_spec.rb
|
Add DNS verification to Pages custom domains
|
2018-02-23 12:22:29 +00:00 |
pipeline_hooks_worker_spec.rb
|
|
|
pipeline_metrics_worker_spec.rb
|
|
|
pipeline_notification_worker_spec.rb
|
|
|
pipeline_process_worker_spec.rb
|
|
|
pipeline_schedule_worker_spec.rb
|
Fix testing order
|
2017-11-23 02:55:10 +09:00 |
pipeline_success_worker_spec.rb
|
|
|
pipeline_update_worker_spec.rb
|
|
|
post_receive_spec.rb
|
|
|
process_commit_worker_spec.rb
|
applying feedback
|
2018-02-16 13:51:19 -05:00 |
project_cache_worker_spec.rb
|
|
|
project_destroy_worker_spec.rb
|
|
|
project_migrate_hashed_storage_worker_spec.rb
|
fix exclusive lease specs fro hashed storage migration
|
2017-11-23 14:19:36 +01:00 |
propagate_service_template_worker_spec.rb
|
|
|
prune_old_events_worker_spec.rb
|
|
|
reactive_caching_worker_spec.rb
|
Fix unit tests
|
2017-11-28 20:47:59 +09:00 |
rebase_worker_spec.rb
|
Backport 'Rebase' feature from EE to CE
|
2018-01-05 09:34:59 +01:00 |
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
|
|
|
repository_fork_worker_spec.rb
|
Use hashed storage in the specs
|
2018-02-07 13:40:46 +00:00 |
repository_import_worker_spec.rb
|
update code based on feedback
|
2018-01-26 15:26:27 +01:00 |
run_pipeline_schedule_worker_spec.rb
|
Address some comments with running a pipeline schedule
|
2017-12-12 15:07:23 -08:00 |
schedule_update_user_activity_worker_spec.rb
|
|
|
stage_update_worker_spec.rb
|
|
|
storage_migrator_worker_spec.rb
|
Use hashed storage in the specs
|
2018-02-07 13:40:46 +00:00 |
stuck_ci_jobs_worker_spec.rb
|
Fix stuck jobs tests
|
2017-11-27 11:56:15 +01:00 |
stuck_import_jobs_worker_spec.rb
|
Verify project import status again before marking as failed
|
2018-02-23 16:25:52 +01:00 |
stuck_merge_jobs_worker_spec.rb
|
Prevent worker that updates merge requests head pipeline from failing jobs
|
2017-12-13 13:36:52 -02:00 |
system_hook_push_worker_spec.rb
|
|
|
trending_projects_worker_spec.rb
|
|
|
update_head_pipeline_for_merge_request_worker_spec.rb
|
Prevent worker that updates merge requests head pipeline from failing jobs
|
2017-12-13 13:36:52 -02:00 |
update_merge_requests_worker_spec.rb
|
|
|
update_user_activity_worker_spec.rb
|
|
|
upload_checksum_worker_spec.rb
|
port of 594e6a0a625^..f74c90f68c6
|
2018-02-01 12:14:46 -05:00 |
wait_for_cluster_creation_worker_spec.rb
|
|
|