Skip to content

Add Alerts Service to Projects - backend

Simon Knox requested to merge generic-alertsettings-befe into master

What does this MR do?

This MRs adds "Alerts Service" to Projects supporting the frontend https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15733.

Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/13203

Feature flag generic_alert_endpoint + GitLab Ultimate

Enable feature flag via

echo 'Feature.enable(:generic_alert_endpoint)' | bundle exec rails c

Screenshots

Service list Service view Reset key
Screenshot_from_2019-09-24_12-19-34 Screenshot_from_2019-09-24_12-18-50 Screenshot_from_2019-09-24_12-18-37

Does this MR meet the acceptance criteria?

Conformity

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports