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

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 51841c4fdf6b6824543b704fefa9bae5d5c228b4..d9de24ab35833d7ca257058aa29c647ba64deefe 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -101,7 +101,8 @@ _URL_MAPPING = [
send_stoppage_alert_emails.SendStoppageAlertEmailsHandler),
('/set_warning_message', set_warning_message.SetWarningMessageHandler),
('/short_uri', short_uri.ShortUriHandler),
- ('/speed_releasing', speed_releasing.SpeedReleasingHandler),
+ (r'/speed_releasing/(*)',
eakuefner 2017/01/11 20:12:54 .*, right?
+ speed_releasing.SpeedReleasingHandler),
('/start_try_job', start_try_job.StartBisectHandler),
('/test_buildbucket', test_buildbucket.TestBuildbucketHandler),
('/update_bug_with_results',
« no previous file with comments | « no previous file | dashboard/dashboard/elements/speed-releasing-page.html » ('j') | dashboard/dashboard/speed_releasing.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698