Show prebuild logs for all tasks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
The prebuild logs viewer in workspace startup, and in project prebuilds, only shows the logs for the first tasks.
This makes it difficult to debug prebuilds in workspaces with multiple tasks, e.g. multi-repo workspaces.
Since tasks can run in parallel, there need to be multiple log display areas in the page.
I quite like the way the werft UI does this.

cc: @gtsiolis
Contributor guide
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
Start by locating the prebuild logs viewer used during workspace startup and project prebuilds, then trace how task output is selected for display. Done means logs from every task, including parallel tasks, appear in separate display areas so multi-task prebuilds can be debugged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100