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

Unified Diff: main.py

Issue 12045029: Add CQ Top Score dashboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Add "Top scores" link to all CQ pags Created 7 years, 11 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 | « commit_queue.py ('k') | static/third_party/FONTLOG.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: main.py
diff --git a/main.py b/main.py
index ba5d44f2afa20ae6543bb5045d452122c97dd82c..9717feb60601f03d56bd039a3de447313414fa6c 100644
--- a/main.py
+++ b/main.py
@@ -40,6 +40,7 @@ URLS = [
('/breakpad/?', breakpad.BreakPad),
('/cq/receiver/?', commit_queue.Receiver),
('/cq/?', commit_queue.Summary),
+ ('/cq/top', commit_queue.TopScore),
('/cq/([^/]+)/?', commit_queue.User),
('/cq/([^/]+)/(\d+)/?', commit_queue.Issue),
('/cq/([^/]+)/(\d+)/(\d+)/?', commit_queue.Issue),
« no previous file with comments | « commit_queue.py ('k') | static/third_party/FONTLOG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698