-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
Description
Currently, it's only possible to see runs if you open a particular project and then a specific repo.
As a user, I want to be always able to see all my runs (across multiple projects and repos).
Here's what is suggested:
- Add the
Runspage to UI and show it by default - This page should show runs from all projects and repos.
- This page should allow to filter run by a project/repo. By default, no filters are set.
- This page should provide a toggle filter "Active runs". If enabled, the page should show only unfinished runs. It should be auto-enabled if there is at least one unfinished run.
- It should be possible to open and run.
@olgenn Please see what changes you need from the API side, and let @r4victor know.