Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: Change category of API release note | Stephen Finucane | 2019-12-01 |
| | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||
* | Allow ordering events by date | Jeremy Cline | 2019-11-30 |
By default, the events API orders events by date in descending order (newest first). However, it's useful to be able to order the events by oldest events first. For example, when a client is polling the events API for new events since a given date and wishes to process them in chronological order. Signed-off-by: Jeremy Cline <jcline@redhat.com> Reviewed-by: Stephen Finucane <stephen@that.guru> |