Title: [184882] trunk/Tools
Revision
184882
Author
dburk...@apple.com
Date
2015-05-26 15:31:04 -0700 (Tue, 26 May 2015)

Log Message

Fixes compatibility issues with recent dashboard cleanup.
https://bugs.webkit.org/show_bug.cgi?id=144814

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotStaticAnalyzerQueueView.js:
(BuildbotStaticAnalyzerQueueView):
(BuildbotStaticAnalyzerQueueView.prototype.update):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:
(documentReady):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotStaticAnalyzerQueueView.js (184881 => 184882)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotStaticAnalyzerQueueView.js	2015-05-26 22:15:34 UTC (rev 184881)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotStaticAnalyzerQueueView.js	2015-05-26 22:31:04 UTC (rev 184882)
@@ -87,6 +87,6 @@
             }
         }
 
-        this.appendBuildStyle.call(this, this.queues, 'Release', appendStaticAnalyzerQueueStatus);
+        this.appendBuildStyle.call(this, this.queues, 'Static Analyzer', appendStaticAnalyzerQueueStatus);
     }
 };

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js (184881 => 184882)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js	2015-05-26 22:15:34 UTC (rev 184881)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js	2015-05-26 22:31:04 UTC (rev 184882)
@@ -225,7 +225,7 @@
         }
 
         if (platformQueues.staticAnalyzer) {
-            var view = new BuildbotStaticAnalyzerQueueView(platformQueues.staticAnalyzer.release);
+            var view = new BuildbotStaticAnalyzerQueueView(platformQueues.staticAnalyzer);
             cell.appendChild(view.element);
         }
 

Modified: trunk/Tools/ChangeLog (184881 => 184882)


--- trunk/Tools/ChangeLog	2015-05-26 22:15:34 UTC (rev 184881)
+++ trunk/Tools/ChangeLog	2015-05-26 22:31:04 UTC (rev 184882)
@@ -1,3 +1,16 @@
+2015-05-26  Dana Burkart  <dburk...@apple.com>
+
+        Fixes compatibility issues with recent dashboard cleanup.
+        https://bugs.webkit.org/show_bug.cgi?id=144814
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotStaticAnalyzerQueueView.js:
+        (BuildbotStaticAnalyzerQueueView):
+        (BuildbotStaticAnalyzerQueueView.prototype.update):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:
+        (documentReady):
+
 2015-05-26  Alexey Proskuryakov  <a...@apple.com>
 
         Botwatcher's dashboard doesn't show JSC test regressions on Apple bots
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to