Skip to content
Snippets Groups Projects
Commit 33795139 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent c7e385e2
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 19 deletions
# frozen_string_literal: true
 
class SelfMonitoringProjectDeleteWorker
class SelfMonitoringProjectDeleteWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ExclusiveLeaseGuard
include SelfMonitoringProjectWorker
Loading
Loading
# frozen_string_literal: true
 
class StageUpdateWorker
class StageUpdateWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include PipelineQueue
 
Loading
Loading
# frozen_string_literal: true
 
class StuckCiJobsWorker
class StuckCiJobsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue
 
Loading
Loading
# frozen_string_literal: true
 
class StuckImportJobsWorker
class StuckImportJobsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
# rubocop:disable Scalability/CronWorkerContext
# This worker updates several import states inline and does not schedule
Loading
Loading
# frozen_string_literal: true
 
class StuckMergeJobsWorker
class StuckMergeJobsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
 
Loading
Loading
# frozen_string_literal: true
 
class SystemHookPushWorker
class SystemHookPushWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
# frozen_string_literal: true
 
module TodosDestroyer
class ConfidentialIssueWorker
class ConfidentialIssueWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include TodosDestroyerQueue
 
Loading
Loading
# frozen_string_literal: true
 
module TodosDestroyer
class EntityLeaveWorker
class EntityLeaveWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include TodosDestroyerQueue
 
Loading
Loading
# frozen_string_literal: true
 
module TodosDestroyer
class GroupPrivateWorker
class GroupPrivateWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include TodosDestroyerQueue
 
Loading
Loading
# frozen_string_literal: true
 
module TodosDestroyer
class PrivateFeaturesWorker
class PrivateFeaturesWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include TodosDestroyerQueue
 
Loading
Loading
# frozen_string_literal: true
 
module TodosDestroyer
class ProjectPrivateWorker
class ProjectPrivateWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include TodosDestroyerQueue
 
Loading
Loading
# frozen_string_literal: true
 
class TrendingProjectsWorker
class TrendingProjectsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
# rubocop:disable Scalability/CronWorkerContext
# This worker does not perform work scoped to a context
Loading
Loading
# frozen_string_literal: true
 
class UpdateExternalPullRequestsWorker
class UpdateExternalPullRequestsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
# frozen_string_literal: true
 
class UpdateHeadPipelineForMergeRequestWorker
class UpdateHeadPipelineForMergeRequestWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include PipelineQueue
 
Loading
Loading
# frozen_string_literal: true
 
class UpdateMergeRequestsWorker
class UpdateMergeRequestsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
# frozen_string_literal: true
 
# Worker for updating project statistics.
class UpdateProjectStatisticsWorker
class UpdateProjectStatisticsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
# frozen_string_literal: true
 
class UploadChecksumWorker
class UploadChecksumWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :geo_replication
Loading
Loading
# frozen_string_literal: true
 
class WaitForClusterCreationWorker
class WaitForClusterCreationWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ClusterQueue
 
Loading
Loading
# frozen_string_literal: true
 
class WebHookWorker
class WebHookWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :integrations
Loading
Loading
---
title: Add possibility to track milestone changes on issues and merge requests
merge_request: 24780
author:
type: added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment