Skip to content

Add incident details sidebar type

David O'Regan requested to merge 258979-incident-details-specs into master

What does this MR do?

A small supporting MVC for the incident details sidebar mount point(mounting the Vue sidebar if its present). And extending the specs to determine the correct issuable type for the sidebar frontend code mounting options(ensure we use issue and not merge).

This change sits behind a feature flag :

rails c Feature.enable(:issues_incident_details)

Screenshots

No visual change.

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

Closes #258979 (closed)

Edited by David O'Regan

Merge request reports