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

Unified Diff: dashboard/dashboard/dispatcher.py

Issue 2960873002: WIP - Pinpoint - New Page.
Patch Set: . Created 3 years, 6 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 | « dashboard/dashboard/api/oauth.py ('k') | dashboard/dashboard/elements/bisect-button.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 d1fd3749153fa3597cc9196c9545e6f2dcd9620c..38d53bbce131848e2a1a507fb168b98be82d61d4 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -122,6 +122,7 @@ _URL_MAPPING = [
speed_releasing.SpeedReleasingHandler),
('/speed_releasing', speed_releasing.SpeedReleasingHandler),
('/start_try_job', start_try_job.StartBisectHandler),
+ ('/start_pinpoint_job', start_try_job.StartPinpointHandler),
('/stoppage_alert_debugging_info',
stoppage_alert_debugging_info.StoppageAlertDebuggingInfoHandler),
('/test_buildbucket', test_buildbucket.TestBuildbucketHandler),
« no previous file with comments | « dashboard/dashboard/api/oauth.py ('k') | dashboard/dashboard/elements/bisect-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698