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

Unified Diff: appengine/chromium_cq_status/templates/index.html

Issue 2056663002: Removed timeline code (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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/chromium_cq_status/main.py ('k') | appengine/chromium_cq_status/templates/trace_viewer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/templates/index.html
diff --git a/appengine/chromium_cq_status/templates/index.html b/appengine/chromium_cq_status/templates/index.html
index 1f4faf30a819fc4015dec09dfc767b411cfb4a8c..01adbce345146a09810dbcf3d6ebce848629f458 100644
--- a/appengine/chromium_cq_status/templates/index.html
+++ b/appengine/chromium_cq_status/templates/index.html
@@ -40,11 +40,6 @@ Shows a log of CQ activity on a given patch.
Only accepts GET requests.
-<span class="item">/patch-timeline/&lt;issue&gt;/&lt;patchset&gt;</span>
-Example: <a href="/patch-timeline/1067633003/1">/patch-timeline/1067633003/1</a>
-Shows a timeline of CQ activity on a given patch.
-
-
<span class="item">/patch-summary/&lt;issue&gt;/&lt;patchset&gt;</span>
Example: <a href="/patch-summary/1067633003/1">/patch-summary/1067633003/1</a>
API for getting a summary of the activity on a patch.
@@ -101,13 +96,6 @@ Job summary format:
}
-<span class="item">/patch-timeline-data/&lt;issue&gt;/&lt;patchset&gt;</span>
-Example: <a href="/patch-timeline-data/1067633003/1">/patch-timeline-data/1067633003/1</a>
-API for getting Trace Viewer data on a patch.
-Only accepts GET requests.
-The Trace Event Format is documented <a href="https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview">here</a>.
-
-
<span class="item">/stats/&lt;project&gt;/(15-minutely|hourly|daily|weekly)</span>
Examples:
<a href="/stats/chromium/15-minutely">/stats/chromium/15-minutely</a>
« no previous file with comments | « appengine/chromium_cq_status/main.py ('k') | appengine/chromium_cq_status/templates/trace_viewer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698