canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 141: | Line 141: | ||
|- | |- | ||
| 404 - Build doesn't exist | | 404 - Build doesn't exist | ||
|- | |||
| rowspan=5 | /releases/log | |||
| rowspan=5 | GET | |||
| name - Only retrieve log entries for a release with this name | |||
| rowspan=5 | Retrieve history of changes to rules | |||
| rowspan=2 | 200 - Log entries returned | |||
|- | |||
| product - Only retrieve log entries for a release whose product is this | |||
|- | |||
| version - Only retrieve log entries for a release whose version is this | |||
| rowspan=3 | 204 - No log entries | |||
|- | |||
| startdate - Only retrieve rules newer than this date/time | |||
|- | |||
| enddate - Only retrieve rules older than this date/time | |||
|- | |- | ||
| rowspan=15 | /rules | | rowspan=15 | /rules | ||
Line 208: | Line 223: | ||
|- | |- | ||
| 404 - Rule does not exist | | 404 - Rule does not exist | ||
|- | |||
| rowspan=3 | /rules/log | |||
| rowspan=3 | GET | |||
| All arguments to /rules POST are valid here | |||
| rowspan=3 | Retrieve history of changes to rules | |||
| 200 - Log entries returned | |||
|- | |||
| startdate - Only retrieve rules newer than this date/time | |||
| rowspan=2 | 204 - No log entries | |||
|- | |||
| enddate - Only retrieve rules older than this date/time | |||
|} | |} | ||
= Footnotes = | = Footnotes = | ||
<span id="note1">1. $product-$channel-latest only works in a world where no channel names overlap, which we should be in once 1.9.2 is dead. Doing it this way ensures that we nightly updates work after version bumps happen *and* we don't need to maintain a branch name <-> version mapping a la existing AUS.</span> | <span id="note1">1. $product-$channel-latest only works in a world where no channel names overlap, which we should be in once 1.9.2 is dead. Doing it this way ensures that we nightly updates work after version bumps happen *and* we don't need to maintain a branch name <-> version mapping a la existing AUS.</span> |