CI: Add CI-specific view
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37
- Forks
- 10
- Avg merge
- 5d 4m
- Merged PRs (30d)
- 1
Description
Problem
I often want to see the ~10 or so recent runs of a certain CI status to see if problems are isolated to a particular pull, or if it's a system-wide failure
Potential Solution
A view that shows a table of CI runs where the rows are pulls and the columns are CI statuses, click the column headers to sort the pulls by when that CI status was finished (or started?)
Another option would be to only show one status at a time and have the rows be pulls and the columns be:
- Pull title (links to pull)
- Branch name
- CI time
- Status (Links to log)
This seems a bit more focused
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Begin by resolving whether the view should show multiple CI statuses or one status at a time, then define the columns, sorting behavior, and links to pull requests and logs; done means the chosen CI view is implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ci-cd, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100