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

Unified Diff: dashboard/dashboard/dispatcher.py

Issue 2619883003: More structure for speed releasing. (Closed)
Patch Set: response to 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
Index: dashboard/dashboard/dispatcher.py
diff --git a/dashboard/dashboard/dispatcher.py b/dashboard/dashboard/dispatcher.py
index d80e6e1c22eaebc7dce1ed5273e98cd1e2710c50..7e09a6127fe4c326062a4cc2446b9e178f1a8fe9 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -104,6 +104,8 @@ _URL_MAPPING = [
send_stoppage_alert_emails.SendStoppageAlertEmailsHandler),
('/set_warning_message', set_warning_message.SetWarningMessageHandler),
('/short_uri', short_uri.ShortUriHandler),
+ (r'/speed_releasing/(.*)',
+ speed_releasing.SpeedReleasingHandler),
('/speed_releasing', speed_releasing.SpeedReleasingHandler),
('/start_try_job', start_try_job.StartBisectHandler),
('/stoppage_alert_debugging_info',
« no previous file with comments | « dashboard/dashboard/common/datastore_hooks.py ('k') | dashboard/dashboard/elements/speed-releasing-landing-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698