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

Unified Diff: dashboard/dashboard/dispatcher.py

Issue 2616153002: Create debug dialog for data stoppage alerts. (Closed)
Patch Set: Addressed review comments Created 3 years, 11 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 | « no previous file | dashboard/dashboard/elements/alerts-page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/dispatcher.py
diff --git a/dashboard/dashboard/dispatcher.py b/dashboard/dashboard/dispatcher.py
index 51841c4fdf6b6824543b704fefa9bae5d5c228b4..38d7851d35a931c02e002bda7a0de835bb05899e 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -51,6 +51,7 @@ from dashboard import set_warning_message
from dashboard import short_uri
from dashboard import speed_releasing
from dashboard import start_try_job
+from dashboard import stoppage_alert_debugging_info
from dashboard import test_buildbucket
from dashboard import update_bug_with_results
from dashboard import update_test_suites
@@ -103,6 +104,8 @@ _URL_MAPPING = [
('/short_uri', short_uri.ShortUriHandler),
('/speed_releasing', speed_releasing.SpeedReleasingHandler),
('/start_try_job', start_try_job.StartBisectHandler),
+ ('/stoppage_alert_debugging_info',
+ stoppage_alert_debugging_info.StoppageAlertDebuggingInfoHandler),
('/test_buildbucket', test_buildbucket.TestBuildbucketHandler),
('/update_bug_with_results',
update_bug_with_results.UpdateBugWithResultsHandler),
« no previous file with comments | « no previous file | dashboard/dashboard/elements/alerts-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698