Skip to content

Add a Summary tab for incident issues

Tristan Read requested to merge tr-incident-tabs into master

What does this MR do?

Creates a tabs widget for incident issues. Adds a 'Summary' tab that displays the description.

Also introduces a minimal graphql apollo client for the main "issue_show" vuejs app.

The tabs widget only shows when the issue is of type Incident.

Note: This has not been implemented for the haml version of the page, I'm not sure how important this is.

Issue: #230845 (closed)

To Test

  • Navigate to Operations -> Incidents
  • Create a new Incident
  • Observe the new Summary tab

Screenshots

issuable type before after
incident Screenshot_2020-08-25_at_23.12.02 Screenshot_2020-08-25_at_23.26.11
issue (no change) Screenshot_2020-08-25_at_23.12.12 Screenshot_2020-08-25_at_23.25.56
epic (no change) Screenshot_2020-08-25_at_23.12.19 Screenshot_2020-08-25_at_23.26.03

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 Tristan Read

Merge request reports