Skip to content

Resolve "Extended tooltip for merge request links"

What does this MR do?

EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9859

This is the "Bare Bones" implementation of the extended MR Popover:

image

It includes:

  • MR Status
  • Created-at information
  • A badge representing the pipeline status
  • MR Title
  • Project path

We are using GraphQL and Apollo to grab information not provided on the GitLab Flavored Markdown element.

What are the relevant issue numbers?

Closes #54916 (closed)

Does this MR meet the acceptance criteria?

Edited by Sam Bigelow

Merge request reports