Bug 65089

Summary: Overhaul garden-o-matic frontend to integrate revision history and failures
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, dglazkov, jberlin, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 64188    
Attachments:
Description Flags
Patch
none
Patch
none
screenshot of the new UI none

Description Adam Barth 2011-07-24 17:23:50 PDT
Overhaul garden-o-matic frontend to integrate revision history and failures
Comment 1 Adam Barth 2011-07-24 17:26:55 PDT
Created attachment 101840 [details]
Patch
Comment 2 Adam Barth 2011-07-24 17:27:41 PDT
Created attachment 101841 [details]
Patch
Comment 3 Adam Barth 2011-07-24 17:29:27 PDT
Created attachment 101842 [details]
screenshot of the new UI

Obviously there's a lot of work still to be done on the UX, but this is at least a good foundation upon which to build.  This patch is not particularly well tested.  I'll probably do another iteration with better tests.

Note: The four white columns on the left are the Windows builders, which do not properly report their SVN revision.  We need to fix that on the bot!
Comment 4 Dimitri Glazkov (Google) 2011-07-25 08:45:03 PDT
Comment on attachment 101841 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=101841&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.css:184
> +    text-decoration: none;

Adding multiples of these can be simplified with an extra selector .test-name::after { text-decoration: none; }
Comment 5 Adam Barth 2011-07-25 10:35:23 PDT
> Adding multiples of these can be simplified with an extra selector .test-name::after { text-decoration: none; }

Oh, good idea.
Comment 6 WebKit Review Bot 2011-07-25 10:51:21 PDT
Comment on attachment 101841 [details]
Patch

Clearing flags on attachment: 101841

Committed r91677: <http://trac.webkit.org/changeset/91677>
Comment 7 WebKit Review Bot 2011-07-25 10:51:27 PDT
All reviewed patches have been landed.  Closing bug.