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

Unified Diff: appengine/findit/main.py

Issue 2195473002: [Findit] Dashboards and graph for regression range (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: addressed comments Created 4 years, 4 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: appengine/findit/main.py
diff --git a/appengine/findit/main.py b/appengine/findit/main.py
index 5c091acb05501d86ccbd5d9c8daf2acd1e6f1dc1..4d6284a4d92224b33c6f745431ae454c506c9115 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -30,6 +30,7 @@ from handlers.crash import fracas_dashboard
from handlers.crash import fracas_result_feedback
from handlers.crash import triage_fracas_analysis
from handlers.flake import check_flake
+from handlers.flake import flake_dashboard
# Default module.
default_web_pages_handler_mappings = [
@@ -69,6 +70,7 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/config', config.Configuration),
('/waterfall/culprit', culprit.Culprit),
('/waterfall/failure-log', failure_log.FailureLog),
+ ('/waterfall/flake-dashboard', flake_dashboard.FlakeDashboard),
('/waterfall/help-triage', help_triage.HelpTriage),
('/waterfall/list-analyses', list_analyses.ListAnalyses),
('/waterfall/monitor-alerts', monitor_alerts.MonitorAlerts),
« no previous file with comments | « appengine/findit/handlers/flake/test/check_flake_test.py ('k') | appengine/findit/templates/flake/dashboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698