| 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/<issue>/<patchset></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/<issue>/<patchset></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/<issue>/<patchset></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/<project>/(15-minutely|hourly|daily|weekly)</span>
|
| Examples:
|
| <a href="/stats/chromium/15-minutely">/stats/chromium/15-minutely</a>
|
|
|