Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #337514
Closed
Open
Issue created Aug 03, 2021 by Dov Hershkovitch@dhershkovitch🗒Developer

Add pipeline mini graph to the pipeline editor

Release notes

Tracking the status of a running pipeline involves significant context switching. One has to go to the pipeline page to view the pipeline run. Currently, the pipeline editor only show the overall pipeline status and provides the "View pipeline" link. In this release, we are adding to the pipeline editor the pipeline mini graph to make it easy for you to navigate to individual jobs and track their status from the pipeline editor.

🧩 Problem

Tracking the status of a running pipeline involves significant context switching. One has to go to the pipeline page to view the pipeline run.

Currently, we only show the overall pipeline status and provide the "View pipeline" link.

image

This is a follow up issue from #36118 (comment 641861365)

Proposal

Add the mini pipeline graph to the pipeline editor to make it easy to navigate to individual jobs and track their status from the pipeline editor.

  • Add the mini pipeline graph (with the linked pipeline) to the pipeline editor pipeline status section.
  • The mini pipeline graph can take up the space between the status text and the "View pipeline" button, with 16px space on both sides. When there's no more space left, it should wrap as it does in the pipelines list view. When the graph wraps on the second line, it should be vertically centered inside the pipeline status section.
  • Remove the link from the pipeline ID in the pipeline status text (it's no longer needed with the clear "View pipeline" CTA and the mini pipeline graph).

image

Edited Oct 28, 2021 by Dov Hershkovitch
Assignee
Assign to
Time tracking