Commit 33c1f4a8 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch '273168-admin-alert-500-dor' into 'master'

Alerts Service only available at the project-level

See merge request gitlab-org/gitlab!49561
parents d2e74fd8 06a279a8
......@@ -11,7 +11,7 @@ class Service < ApplicationRecord
include EachBatch
SERVICE_NAMES = %w[
alerts asana assembla bamboo bugzilla buildkite campfire confluence custom_issue_tracker datadog discord
asana assembla bamboo bugzilla buildkite campfire confluence custom_issue_tracker datadog discord
drone_ci emails_on_push ewm external_wiki flowdock hangouts_chat hipchat irker jira
mattermost mattermost_slash_commands microsoft_teams packagist pipelines_email
pivotaltracker prometheus pushover redmine slack slack_slash_commands teamcity unify_circuit webex_teams youtrack
......@@ -19,6 +19,7 @@ class Service < ApplicationRecord
PROJECT_SPECIFIC_SERVICE_NAMES = %w[
jenkins
alerts
].freeze
# Fake services to help with local development.
......
---
title: Alert Service integration only available for projects.
merge_request: 49561
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment