Bug 127143 - Add support for the HTML5 Notification API to build.webkit.org dashboard
Summary: Add support for the HTML5 Notification API to build.webkit.org dashboard
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-16 14:30 PST by Matthew Hanson
Modified: 2022-02-10 21:15 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Hanson 2014-01-16 14:30:23 PST
It would be really useful to add the option to receive notifications from the bot-watching dashboard.

My suggested approach is to listen to the iteration-added event on the objects contained by buildbot.queues, and do allow users to opt-in to the following alerts:
1. A BuildbotQueue that was green now has test failures
2. A BuildbotQueue that previously had failures is now green
3. Everytime a the iteration-added event is triggered.

I think that (3) would be impractical for most use cases, but could be useful for short intervals.

Any feedback on this approach is welcome and appreciated.
Comment 1 Radar WebKit Bug Importer 2014-01-16 14:52:44 PST
<rdar://problem/15839773>
Comment 2 Brent Fulgham 2022-02-10 21:15:04 PST
This is actually:
<rdar://problem/19549602>