WIP: Add a mentioned merge requests tab to issue page
User Story
As a developer or master, I wish to see the status of related (mentioned) Merge Requests from the Issue page, so that I can better understand whether an issue is ready to merge or not. In addition, each of the issues should have a color coding regarding its build status or WIP status.
- WIP —
text-info - Merged —
text-primary - Closed —
text-link - Pass —
text-success - Running —
text-warning - Pending —
text-warning - Canceled —
text-danger - Failed —
text-danger - No CI —
text-success
See gitlab-org/gitlab-ce#3180 for more details.