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

Unified Diff: appengine/findit/main.py

Issue 2239073002: [Findit] I think this dashboard should work (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
« no previous file with comments | « appengine/findit/handlers/flake/check_flake.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 4d6284a4d92224b33c6f745431ae454c506c9115..35c9855db9179235502e081a9e73b51c90a4a55e 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 filter_flake
from handlers.flake import flake_dashboard
# Default module.
@@ -70,6 +71,7 @@ waterfall_frontend_web_pages_handler_mappings = [
('/waterfall/config', config.Configuration),
('/waterfall/culprit', culprit.Culprit),
('/waterfall/failure-log', failure_log.FailureLog),
+ ('/waterfall/filter-flake', filter_flake.FilterFlake),
('/waterfall/flake-dashboard', flake_dashboard.FlakeDashboard),
('/waterfall/help-triage', help_triage.HelpTriage),
('/waterfall/list-analyses', list_analyses.ListAnalyses),
« no previous file with comments | « appengine/findit/handlers/flake/check_flake.py ('k') | appengine/findit/templates/flake/dashboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698