Bug 31754

Summary: Teach the StatusBot how to support more than just the commit-queue
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, evan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Remove uneeded queue_names restrictions
none
Fix update_status.html abarth: review+

Description Eric Seidel (no email) 2009-11-20 16:19:01 PST
Teach the StatusBot how to support more than just the commit-queue

Make it possible to store more than just commit-queue data in the status bot instance @ webkit-commit-queue.appspot.com, even if for now we only display the commit-queue data there.
Comment 1 Eric Seidel (no email) 2009-11-20 16:46:43 PST
Created attachment 43625 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-11-20 16:58:27 PST
Created attachment 43631 [details]
Remove uneeded queue_names restrictions
Comment 3 Eric Seidel (no email) 2009-11-20 17:00:03 PST
Created attachment 43632 [details]
Fix update_status.html
Comment 4 Adam Barth 2009-11-20 17:01:29 PST
Comment on attachment 43632 [details]
Fix update_status.html

I'm not an appengine expert, but that looks reasonable.
Comment 5 Eric Seidel (no email) 2009-11-20 17:02:38 PST
CCing Evan, who has done a bunch of App Engine stuff, so more eyeballs see this go by.
Comment 6 Eric Seidel (no email) 2009-11-20 17:03:01 PST
Committed r51264: <http://trac.webkit.org/changeset/51264>
Comment 7 Eric Seidel (no email) 2009-11-20 17:09:48 PST
Committed r51265: <http://trac.webkit.org/changeset/51265>
Comment 8 Eric Seidel (no email) 2009-11-20 17:15:47 PST
Committed r51266: <http://trac.webkit.org/changeset/51266>
Comment 9 Eric Seidel (no email) 2009-11-20 19:15:10 PST
Committed r51275: <http://trac.webkit.org/changeset/51275>
Comment 10 Eric Seidel (no email) 2009-11-20 19:17:39 PST
Sigh.  Some of those were caused by bug 31761.