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

Unified Diff: appengine/findit/main.py

Issue 2131473003: UI for the regression range test. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: dashboard and graphs for finding regression range Created 4 years, 5 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/handlers/flake/flake_dashboard.py ('k') | appengine/findit/templates/flake/dashboard.html » ('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 5c091acb05501d86ccbd5d9c8daf2acd1e6f1dc1..786fa2ca26962e6e0a9f27948daeb494f4f7a2ff 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 = [
@@ -66,6 +67,7 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/check-duplicate-failures',
check_duplicate_failures.CheckDuplicateFailures),
('/waterfall/check-flake', check_flake.CheckFlake),
+ ('/waterfall/flake-dashboard', flake_dashboard.FlakeDashboard),
('/waterfall/config', config.Configuration),
('/waterfall/culprit', culprit.Culprit),
('/waterfall/failure-log', failure_log.FailureLog),
« no previous file with comments | « appengine/findit/handlers/flake/flake_dashboard.py ('k') | appengine/findit/templates/flake/dashboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698