Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2019-09-04 17:56:27 +0300
committerJames Lopez <james@gitlab.com>2019-09-04 17:56:27 +0300
commit39d52cfba232227fbec3ae99ddc0e782bad45645 (patch)
tree4dd04fc3b0441fdd0d8d3bd50bd38256e160e685 /config
parent12e0fee2e557b3f7e52744e778ebf0f28a8a600e (diff)
parentb332caa4eb607073d62848c46a3fafbd660d18aa (diff)
Merge branch 'osw-record-repo-push-events' into 'master'
Backport EE "Track repository pushes as audit events" See merge request gitlab-org/gitlab-ce!32304
Diffstat (limited to 'config')
-rw-r--r--config/sidekiq_queues.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index ea165508d29..7edec576f9a 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -102,6 +102,7 @@
- [create_github_webhook, 2]
- [geo, 1]
- [repository_update_mirror, 1]
+ - [repository_push_audit_event, 1]
- [new_epic, 2]
- [project_import_schedule, 1]
- [project_update_repository_storage, 1]