gitlab-org--gitlab-foss/app/workers
Lin Jen-Shin 0af35d7e30 Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules
* upstream/master: (507 commits)
  Add dropdowns documentation
  Convert migration to populate latest merge request ID into a background migration
  Set 0.69.0 instead of latest for codeclimate image
  De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb
  Update database_debugging.md
  Update database_debugging.md
  Move installation of apps higher
  Change to Google Kubernetes Cluster and add internal links
  Add Ingress description from official docs
  Add info on creating your own k8s cluster from the cluster page
  Add info about the installed apps in the Cluster docs
  Resolve "lock/confidential issuable sidebar custom svg icons iteration"
  Update HA README.md to clarify GitLab support does not troubleshoot DRBD.
  Update license_finder to 3.1.1
  Make sure NotesActions#noteable returns a Noteable in the update action
  Cache the number of user SSH keys
  Adjust openid_connect_spec to use `raise_error`
  Resolve "Clicking on GPG verification badge jumps to top of the page"
  Add changelog for container repository path update
  Update container repository path reference
  ...
2017-11-17 19:19:06 +08:00
..
concerns Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-17 19:19:06 +08:00
gitlab/github_import Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
repository_check Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
admin_email_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
authorized_projects_worker.rb Move sidekiq-based project authorization refresh out of Projects::CreateService 2017-08-25 16:19:32 +01:00
background_migration_worker.rb Improve exception description in bg migrations 2017-07-07 15:08:15 +02:00
build_coverage_worker.rb Assign some CI/CD workers to pipeline default queue 2017-08-21 14:24:05 +02:00
build_finished_worker.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
build_hooks_worker.rb Remove sidekiq build queue and assign pipeline queue 2017-08-21 14:16:51 +02:00
build_queue_worker.rb Include build queue worker in the processing group 2017-08-22 10:40:56 +02:00
build_success_worker.rb Remove sidekiq build queue and assign pipeline queue 2017-08-21 14:16:51 +02:00
build_trace_sections_worker.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
cluster_install_app_worker.rb Rename App to Applications 2017-11-03 10:57:09 +01:00
cluster_provision_worker.rb specs for workers. 2017-10-31 00:18:15 +09:00
cluster_wait_for_app_installation_worker.rb Fix typos 2017-11-03 13:55:44 +01:00
create_gpg_signature_worker.rb pass whole commit to Gitlab::Gpg::Commit again 2017-09-05 12:18:31 +02:00
delete_merged_branches_worker.rb Add button to delete all merged branches 2016-11-09 21:04:03 +01:00
delete_user_worker.rb Add user deletion permission check in Users::DestroyService 2017-02-20 17:19:11 +01:00
email_receiver_worker.rb Don't send rejection mails for all auto-generated mails 2017-08-03 00:40:10 +08:00
emails_on_push_worker.rb Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
expire_build_artifacts_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
expire_build_instance_artifacts_worker.rb Update Carrierwave and fog-core 2017-05-01 20:15:16 +00:00
expire_job_cache_worker.rb Remove sidekiq build queue and assign pipeline queue 2017-08-21 14:16:51 +02:00
expire_pipeline_cache_worker.rb Assign all pipeline workers to specific queues 2017-08-21 14:02:20 +02:00
git_garbage_collect_worker.rb Adds exclusive lease to Git garbage collect worker. 2017-09-07 18:52:04 +01:00
gitlab_shell_worker.rb Whitelist or fix additional Gitlab/PublicSend cop violations 2017-08-14 12:14:11 -04:00
gitlab_usage_ping_worker.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00
group_destroy_worker.rb Enable 5 lines of Sidekiq backtrace lines to aid in debugging 2017-08-25 05:27:42 -07:00
import_export_project_cleanup_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
invalid_gpg_signature_update_worker.rb remove log statements from workers 2017-07-27 15:46:04 +02:00
irker_worker.rb Rename many path_with_namespace -> full_path 2017-08-01 07:26:58 +02:00
merge_worker.rb Track enqueued and ongoing MRs 2017-08-28 15:48:09 -03:00
namespaceless_project_destroy_worker.rb Enable 5 lines of Sidekiq backtrace lines to aid in debugging 2017-08-25 05:27:42 -07:00
new_issue_worker.rb Simplify checking if objects exist code in new issaubles workers 2017-08-08 12:43:55 +02:00
new_merge_request_worker.rb Simplify checking if objects exist code in new issaubles workers 2017-08-08 12:43:55 +02:00
new_note_worker.rb Preserve optional second parameter in NewNoteWorker jobs 2016-11-19 10:18:44 -08:00
pages_worker.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
pipeline_hooks_worker.rb Assign all pipeline workers to specific queues 2017-08-21 14:02:20 +02:00
pipeline_metrics_worker.rb Assign some CI/CD workers to pipeline default queue 2017-08-21 14:24:05 +02:00
pipeline_notification_worker.rb Assign some CI/CD workers to pipeline default queue 2017-08-21 14:24:05 +02:00
pipeline_process_worker.rb Assign all pipeline workers to specific queues 2017-08-21 14:02:20 +02:00
pipeline_schedule_worker.rb Merge allowed_to_create? into CreatePipelineService 2017-07-05 21:55:35 +08:00
pipeline_success_worker.rb Assign all pipeline workers to specific queues 2017-08-21 14:02:20 +02:00
pipeline_update_worker.rb Simplify pipeline sidekiq queues naming scheme 2017-08-21 13:49:57 +02:00
post_receive.rb Use gl_repository exclusively as identifier on post-receive 2017-06-27 19:20:20 -04:00
process_commit_worker.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_cache_worker.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_destroy_worker.rb Enable 5 lines of Sidekiq backtrace lines to aid in debugging 2017-08-25 05:27:42 -07:00
project_export_worker.rb Enable 5 lines of Sidekiq backtrace lines to aid in debugging 2017-08-25 05:27:42 -07:00
project_migrate_hashed_storage_worker.rb Add support to migrate existing projects to Hashed Storage async 2017-09-28 16:32:14 +01:00
project_service_worker.rb Skip dead jobs queue for web hooks and project services 2017-07-17 16:38:02 +01:00
propagate_service_template_worker.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
prune_old_events_worker.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
reactive_caching_worker.rb Merge branch '24185-legacy-ci-status-reactive-cache' into 'security' 2017-01-12 17:39:46 -05:00
remove_expired_group_links_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
remove_expired_members_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
remove_old_web_hook_logs_worker.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
remove_unreferenced_lfs_objects_worker.rb Remove unreferenced LFS objects from DB and fs 2016-10-28 19:39:20 +02:00
repository_archive_cache_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
repository_fork_worker.rb Backports EE 38771 changes to CE. 2017-10-10 10:13:00 +01:00
repository_import_worker.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
requests_profiles_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
schedule_update_user_activity_worker.rb Remove Geo references 2017-04-14 15:20:55 +02:00
stage_update_worker.rb Enqueue a new stage worker in CI/CD processing queue 2017-08-22 14:59:16 +02:00
storage_migrator_worker.rb Add support to migrate existing projects to Hashed Storage async 2017-09-28 16:32:14 +01:00
stuck_ci_jobs_worker.rb Fix enum lists 2017-09-05 14:30:28 +09:00
stuck_import_jobs_worker.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.rb Make merge_jid handling less stateful in MergeService 2017-10-27 22:33:48 +02:00
system_hook_push_worker.rb Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushServic… 2017-03-07 12:59:20 +00:00
trending_projects_worker.rb Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
update_merge_requests_worker.rb [ci-skip] linting 2017-11-14 18:12:52 +00:00
update_user_activity_worker.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
upload_checksum_worker.rb Add Upload model and UploadChecksumWorker worker 2017-03-06 14:41:09 -05:00
wait_for_cluster_creation_worker.rb specs for workers. 2017-10-31 00:18:15 +09:00
web_hook_worker.rb Skip dead jobs queue for web hooks and project services 2017-07-17 16:38:02 +01:00