Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1633)

Unified Diff: Tools/GardeningServer/ui/ct-failure-analyzer.html

Issue 465233002: Store alerts in sheriff-o-matic's memcache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Simplify testing environment. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-failure-analyzer.html
diff --git a/Tools/GardeningServer/ui/ct-failure-analyzer.html b/Tools/GardeningServer/ui/ct-failure-analyzer.html
index e2c6becd71565fcd9929505db4fb061655d27534..09f925b437e6d452952c8aecdea76122d77ce5ad 100644
--- a/Tools/GardeningServer/ui/ct-failure-analyzer.html
+++ b/Tools/GardeningServer/ui/ct-failure-analyzer.html
@@ -67,6 +67,8 @@ found in the LICENSE file.
update: function() {
var annotationPromise = CTFailureGroup.fetchAnnotations();
+ # FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts
dsinclair 2014/08/13 15:27:55 This isn't valid javascript.
+ # when Sheriff-o-matic is redeployed to serve /alerts.
net.json('http://auto-sheriff.appspot.com/data').then(function(data) {
annotationPromise.then(function(annotations) {
// FIXME: Don't special-case the blink master.
« no previous file with comments | « Tools/GardeningServer/tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698