Bug 31754 - Teach the StatusBot how to support more than just the commit-queue
Summary: Teach the StatusBot how to support more than just the commit-queue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 16:19 PST by Eric Seidel (no email)
Modified: 2009-11-20 19:17 PST (History)
2 users (show)

See Also:


Attachments
Patch (12.33 KB, patch)
2009-11-20 16:46 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Remove uneeded queue_names restrictions (11.91 KB, patch)
2009-11-20 16:58 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Fix update_status.html (11.80 KB, patch)
2009-11-20 17:00 PST, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.