Skip to content

Dedicated incidents base

David O'Regan requested to merge dedicated-incidents-base into master

What does this MR do?

A small MR to create the initial base for dedicated incidents.

This merge is based off &3853 (closed) and #229973 (closed).

This merge is the first of 6 merge requests that will allow us to create a base dedicated incident page with a stripped down sidebar.

  • Create Incident Details Scaffold
  • Create feature flag to hide details route
  • Add sidebar scaffold to details page
  • Add link from current Incident List to issue details
  • Remove Epic feature from Incidents
  • Scaffold Incident details layout => Errors, Title, description, details, base metrics

For the moment, this MVC uses the Issues API and will transferred to the Incident API once that is completed.

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:

  • 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 David O'Regan

Merge request reports