Skip to content

Alert Management detail page graphql initial setup

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

What does this MR do?

Issue: #213911 (closed)

Adds graphql query for the Alert Management detail page and integrates this query with the detail Vuejs component via Apollo.

In scope:

  • Sets up a query and fetches data from the graphql backend correctly
  • Populates the data into the component instance property
  • Shows an empty page when data is loading

Coming later: (see #213911 (comment 332880342))

  • Displaying the fetched data
  • Loading states
  • Error states

Note: Changes are disabled in prod behind the alert_management_minimal feature flag.

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:

  • [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