Apollo MR pipelines - Render the pipelines list
As part of our effort to migrate the Merge request page pipelines tab to GraphQL and Apollo, we need to render the pipelines list instead of simply the pipeline Id. Here is exactly we expect to work:
- The pipeline status renders correctly
- The pipeline URL (the second column) renders the commit title, Pipeline ID, merge request iid, commit ref and the author avatar. Each of these elements should be clickable and lead to their respective details page.
- The author Avatar with a tooltip and a link to the profile page
- no mini graph as this will be implemented in: #419725
- No pagination as this will be implemented in: #423282 (closed)
- No flags labels (latest, detached, etc) as they will be implemented in: #464029 (closed)
Edited by Frédéric Caplette