Skip to content

Fetch trace related issues

Daniele Rossetti requested to merge drosse/fetch-trace-related-issues into master

What does this MR do and why?

Add RelatedIssuesProvider component to TracingDetails. The component is responsible for fetching issues related to a trace from GraphQL and pass it to the default slot (component developed separately gitlab-org/opstrace/opstrace#2905 (closed)). Note the GraphQL API is still being developed ( gitlab-org/opstrace/opstrace#2904 (closed) ), so we are temporarily just fetching project issues for development purpose.

This feature is under feature flag and in experimental phase.

Relates to gitlab-org/opstrace/opstrace#2906 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

NA

Before After
image image

How to set up and validate locally

  • Run specs
Edited by Daniele Rossetti

Merge request reports

Loading