Feature: Group Pipeline View

Description

Our small team currently has five different repos. Each repo has an individual pipeline. As we commit and monitor our continuous deployment (which we're still testing), we find ourselves constantly switching projects to check various pipelines and build statuses.

Proposal

It would be great if the Group Overview included an aggregated view of all pipelines for that group.

Links / references

Documentation blurb

(Write the start of the documentation of this feature here, include:

  1. Groups running continuous delivery pipelines in various repos have no global view of the status of individual project pipelines. This requires navigating through various projects repeatedly to get status updates.
  2. This solution adds a Pipelines menu item to the top of the group section. The Pipeline view for a group is a collection of all pipelines running or recently completed for any project in the group. It functions similarly to the Group merge request view.
  3. Someone uses this view the same way they use individual product pipeline views. This view simply includes data for group projects instead of a single project, with indicators informing the user which project a pipeline belongs to.

(this is my first feature proposal on gitlab. sorry if it's incomplete.)