Skip to content

Skeleton route and view for alert management details page

Tristan Read requested to merge tr-alert-mgmt-detail-minimal into master

What does this MR do?

NOTE: This functionality is behind the feature flag alert_management_minimal. Enable this to test functionality locally.

This MR:

  • Adds a skeleton view for the Alert Management detail page.
  • Adds a new route: alert_management/<id>/details
  • Adds specs for the controller that processes this route.

This will allow numerous development tasks to continue in parallel:

Related issue: #213911 (closed)

Screenshots

before after
Screenshot_2020-04-28_at_21.09.44 Screenshot_2020-04-28_at_21.09.38

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

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:

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

Merge request reports