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 21 additions and 19 deletions
# frozen_string_literal: true
 
class MergeWorker
class MergeWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
# frozen_string_literal: true
 
class MigrateExternalDiffsWorker
class MigrateExternalDiffsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :source_code_management
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
# used to belong to. Projects in this state should be rare.
# The worker will reject doing anything for projects that *do* have a
# namespace. For those use ProjectDestroyWorker instead.
class NamespacelessProjectDestroyWorker
class NamespacelessProjectDestroyWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ExceptionBacktrace
 
Loading
Loading
# frozen_string_literal: true
 
module Namespaces
class PruneAggregationSchedulesWorker
class PruneAggregationSchedulesWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
 
Loading
Loading
# frozen_string_literal: true
 
module Namespaces
class RootStatisticsWorker
class RootStatisticsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
queue_namespace :update_namespace_statistics
Loading
Loading
# frozen_string_literal: true
 
module Namespaces
class ScheduleAggregationWorker
class ScheduleAggregationWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
queue_namespace :update_namespace_statistics
Loading
Loading
# frozen_string_literal: true
 
class NewIssueWorker
class NewIssueWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include NewIssuable
 
Loading
Loading
# frozen_string_literal: true
 
class NewMergeRequestWorker
class NewMergeRequestWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include NewIssuable
 
Loading
Loading
# frozen_string_literal: true
 
class NewNoteWorker
class NewNoteWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :issue_tracking
Loading
Loading
# frozen_string_literal: true
 
class NewReleaseWorker
class NewReleaseWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
queue_namespace :notifications
Loading
Loading
# frozen_string_literal: true
 
module ObjectPool
class CreateWorker
class CreateWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ObjectPoolQueue
include ExclusiveLeaseGuard
Loading
Loading
# frozen_string_literal: true
 
module ObjectPool
class DestroyWorker
class DestroyWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ObjectPoolQueue
 
Loading
Loading
# frozen_string_literal: true
 
module ObjectPool
class JoinWorker
class JoinWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ObjectPoolQueue
 
Loading
Loading
# frozen_string_literal: true
 
module ObjectPool
class ScheduleJoinWorker
class ScheduleJoinWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ObjectPoolQueue
 
Loading
Loading
# frozen_string_literal: true
 
module ObjectStorage
class BackgroundMoveWorker
class BackgroundMoveWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include ObjectStorageQueue
 
Loading
Loading
# frozen_string_literal: true
 
# rubocop:disable Scalability/IdempotentWorker
module ObjectStorage
class MigrateUploadsWorker
include ApplicationWorker
Loading
Loading
@@ -137,3 +138,4 @@ module ObjectStorage
end
end
end
# rubocop:enable Scalability/IdempotentWorker
# frozen_string_literal: true
 
class PagesDomainRemovalCronWorker
class PagesDomainRemovalCronWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue
 
Loading
Loading
# frozen_string_literal: true
 
class PagesDomainSslRenewalCronWorker
class PagesDomainSslRenewalCronWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue
 
Loading
Loading
# frozen_string_literal: true
 
class PagesDomainSslRenewalWorker
class PagesDomainSslRenewalWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
 
feature_category :pages
Loading
Loading
# frozen_string_literal: true
 
class PagesDomainVerificationCronWorker
class PagesDomainVerificationCronWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include CronjobQueue
 
Loading
Loading
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