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

Unified Diff: appengine/findit/main.py

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: . Created 4 years, 2 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 | « appengine/findit/index.yaml ('k') | appengine/findit/model/suspected_cl_confidence.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/main.py
diff --git a/appengine/findit/main.py b/appengine/findit/main.py
index a4595a7d6d2cd68ed48c4425400dfbf1ca632ae6..4e75dd64f13cf815475293de2e87cdf98c924482 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -18,6 +18,7 @@ from handlers import list_analyses
from handlers import monitor_alerts
from handlers import swarming_task
from handlers import triage_analysis
+from handlers import triage_suspected_cl
from handlers import trigger_analyses
from handlers import try_job
from handlers import try_job_dashboard
@@ -76,6 +77,7 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/monitor-alerts', monitor_alerts.MonitorAlerts),
('/waterfall/swarming-task', swarming_task.SwarmingTask),
('/waterfall/triage-analysis', triage_analysis.TriageAnalysis),
+ ('/waterfall/triage-suspected-cl', triage_suspected_cl.TriageSuspectedCl),
('/waterfall/try-job', try_job.TryJob),
('/waterfall/try-job-dashboard', try_job_dashboard.TryJobDashboard),
('/waterfall/try-job-result', try_job_result.TryJobResult),
« no previous file with comments | « appengine/findit/index.yaml ('k') | appengine/findit/model/suspected_cl_confidence.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698