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

Unified Diff: appengine_apps/chromium_cq_status/templates/patchset.html

Issue 567473002: chromium-cq-status: /patchset should use reverse chronological order (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years, 3 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_apps/chromium_cq_status/scripts/patchset.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_apps/chromium_cq_status/templates/patchset.html
diff --git a/appengine_apps/chromium_cq_status/templates/patchset.html b/appengine_apps/chromium_cq_status/templates/patchset.html
index b2bae0e73ba26f609ec8c67e9113b94bc06ca8bb..b08d4a92fdba59b19aadee87cbb894aef9e988f1 100644
--- a/appengine_apps/chromium_cq_status/templates/patchset.html
+++ b/appengine_apps/chromium_cq_status/templates/patchset.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<title>Commit attempts for issue %(issue)s patch %(patchset)s</title>
+<title>CQ status timeline for issue %(issue)s patch %(patchset)s</title>
<script>
var issue = %(issue)s;
var patchset = %(patchset)s;
@@ -13,9 +13,12 @@ var patchset = %(patchset)s;
a {
text-decoration: none;
}
-h1, h3, tryjob > a {
+h1, h3 > a, tryjob > a {
color: black;
}
+h3 {
+ margin-top: 2em;
+}
row {
position: relative;
border: solid 1px rgba(0, 0, 0, 0.125);
@@ -44,7 +47,7 @@ timestamp {
font-family: monospace;
padding-bottom: 20px;
}
-later {
+duration {
font-size: 60%%;
margin-left: 1em;
}
@@ -82,5 +85,7 @@ tryjob.failed {
}
</style>
<a href="/"><h1>Chromium CQ Status</h1></a>
-<h2>Commit attempts for issue <a href="http://codereview.chromium.org/%(issue)s">%(issue)s</a> patch <a href="http://codereview.chromium.org/%(issue)s#ps%(patchset)s">%(patchset)s</a></h2>
-<div id="rows"></div>
+<h2>CQ status timeline for issue <a href="http://codereview.chromium.org/%(issue)s">%(issue)s</a> patch <a href="http://codereview.chromium.org/%(issue)s#ps%(patchset)s">%(patchset)s</a></h2>
+Status updates are shown in reverse chronological order.<br>
+<br>
+<div id="container"></div>
« no previous file with comments | « appengine_apps/chromium_cq_status/scripts/patchset.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698