Closed
Bug 1149982
Opened 10 years ago
Closed 10 years ago
Fix jobs count in resultset_status embed
Categories
(Tree Management :: Treeherder: API, defect)
Tree Management
Treeherder: API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdoglio, Assigned: mdoglio)
Details
Attachments
(1 file)
A few different issues here:
- For pending and running jobs, the job state ('unknown') is shown instead of the count.
- The coalesced jobs count is shown even if there are 0 coalesced jobs
- The page should refresh every few minutes if there are either uncompleted jobs or no jobs at all
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mdoglio
Assignee | ||
Comment 1•10 years ago
|
||
- When total count is zero, nothing is displayed (should provide some info instead)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8587489 -
Flags: review?(cdawson)
Updated•10 years ago
|
Attachment #8587489 -
Flags: review?(cdawson) → review+
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/b4a10fb701f3d9585ee4f287b4c426ea2371d702
Bug 1149982 - Fix count of uncompleted jobs in resultset-count embed
https://github.com/mozilla/treeherder-service/commit/4571fccd71c50802b00cf1e85afc2300c42d6d4e
Bug 1149982 - Don't show count of coalesced jobs if zero
https://github.com/mozilla/treeherder-service/commit/879e60b1298f8a62ab99a06ccfbb0225e2d7b36a
Bug 1149982 - Show a message when there are no results
https://github.com/mozilla/treeherder-service/commit/bca1e9434e1e718368a56c00f061021ec7c59862
Bug 1149982 - Reload the resultset counts when needed
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•