Damien
Damien
It's all implemented but not documented.
It'd be great to have mutt/patchwork: on a key press, get the browser to open the patch or series page of the selected mail. Shouldn't be too hard: - URLs...
I'd be nice to order patches by last_updated, things like state changes would update that timestamp, of course, but also the addition of comments would bump that timestamp.
20:48 < imirkin> damien_l_: not to pile on but... the series revisions stuff seems off -- http://patchwork.freedesktop.org/series/918/ -- note how each revision has the same patch list.
22:16 < xexaxo> damien_l_: if you're looking for examples of things going crazy - http://patchwork.freedesktop.org/series/271/ 22:16 < xexaxo> although that one may be on me, as git did not want...
I was thinking about not supporting series lost in a mail thread (vs being a the root of a mail thread), but there are legitimate usages of such series (for...
1. REST API to create/delete/revoke tokens: GET /api/tokens/ -> the list of tokens for the current user (need HTTPS) POST /api//tokens/ -> create a new for the logged in user...
It would be nice to be able to specify which related fields to expand in the API. expand_fields would take a ',' separated list of related fields.