Modify ↓
Opened 15 years ago
Closed 15 years ago
#455 closed enhancement (fixed)
in-progress builds should show the current step in-progress
Reported by: | wbell | Owned by: | hodgestar |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
The first comment I've gotten from a few new people looking at the build pages is "what's going on with the in-progress builds?" From the web, it's not clear what step they're running (you have to know the recipe or scan other builds in the same configuration) or how long they've been processing that step.
The web ui should show the in-progress step in yellow, consistent with other in-progress data.
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by hodgestar
- Milestone changed from 0.6.1 to 0.6
- Owner set to hodgestar
- Status changed from new to assigned
comment:2 Changed 15 years ago by hodgestar
comment:3 Changed 15 years ago by wbell
- Resolution set to fixed
- Status changed from assigned to closed
Fixed by [839]
Note: See
TracTickets for help on using
tickets.
Patch from Walter being added shortly. Walter's notes:
Master now creates next step as in progress when the previous step is complete. While a build is running, the currently running build step now shows up in the ui as in-progress with an updating duration, which makes it much easier to figure out what's going on or if a build is hanging.