Pipeline index page for each pipeline schedule
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem
Today, we have a pipeline index page. This page shows all pipelines regardless of how it's executed.
There are various ways to run pipelines, for example, run a pipeline manually, run a pipeline via API, and of course, run a pipeline via pipeline schedules.
Now, let's think about a hypothetical situation, user created a new pipeline schedule to verify the latest code works properly. Their code has some external dependency. If one of the dependencies updated, their code might be broken.
The user wants to check when the pipeline would be broken, but it's difficult to check because all pipelines are buried in thousands of unrelated pipelines.
Rather, the user wants to see pipelines executed by a pipeline schedule only. So that they can quickly investigate when unexpected external dependency update happened.
Proposal
Create pipeline index page that shows only scheduled pipelines. This page should be jumped from pipeline schedule index page

