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

Unified Diff: appengine/findit/main.py

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Surpass pylint errors. Created 4 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 | « appengine/findit/index.yaml ('k') | appengine/findit/model/crash/crash_analysis.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 e8934f86491c2e09676ef9f52df45e10cab93d30..bb5b5851a76c29925dba62b1036c47db3d850241 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -25,6 +25,7 @@ from handlers import verify_analysis
from handlers import version
from handlers.crash import crash_config
from handlers.crash import fracas_crash
+from handlers.crash import fracas_dashboard
from handlers.flake import check_flake
# Default module.
@@ -89,6 +90,7 @@ waterfall_backend_web_application = webapp2.WSGIApplication(
# "crash-frontend" module.
crash_frontend_web_pages_handler_mappings = [
('/crash/config', crash_config.CrashConfig),
+ ('/crash/fracas-dashboard', fracas_dashboard.FracasDashBoard),
('/_ah/push-handlers/crash/fracas', fracas_crash.FracasCrash),
]
crash_frontend_web_application = webapp2.WSGIApplication(
« no previous file with comments | « appengine/findit/index.yaml ('k') | appengine/findit/model/crash/crash_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698