Otanikotani / view-github-actions-idea-plugin

Intellij IDEA plugin to browse execution of GitHub actions
MIT License
25 stars 8 forks source link

Feature Request: Display Workflow Run Jobs #42

Open ryanbrainard opened 3 years ago

ryanbrainard commented 3 years ago

It is great to see the top-level workflow run, but I'd really like it to be able to drill down into the jobs inside the run. Even better would be to see the steps inside the jobs, but just the jobs would be a big help.

To do this, there would probably need to be another level added in the hierarchy between runs and logs. I'm thinking like a three panel layout like this that would allow for the two levels with dynamic content on the right:

┌───────────────────┬─────────────────────┬─────────────────────┐
│        Runs       │        Jobs         │      Details        │
│                   │                     │                     │
│ - Run 1           │  - Run 2: Job A     │    Logs, etc.       │
│ - Run 2           │  - Run 2: Job B     │                     │
│ - Run 3           │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
│                   │                     │                     │
└───────────────────┴─────────────────────┴─────────────────────┘