Re: [PATCH 00/10] Add series support

2016-06-14 Thread Andrew Donnellan
On 15/06/16 11:58, Russell Currey wrote: Currently in Patchwork, individual patches can have a reported test state (or a Check, as it's referred to in the docs). I couldn't find anything in this series that affects this, what are your thoughts on moving that functionality from a patch model to a

Re: [PATCH 00/10] Add series support

2016-06-14 Thread Russell Currey
On Mon, 2016-06-13 at 11:41 +0100, Stephen Finucane wrote: > Add support for series. Series are groups of patches sent as one > bundle. For example: > > [PATCH 0/3] A cover letter >   [PATCH 1/3] The first patch >   [PATCH 2/3] The second patch >   [PATCH 3/3] The third patch > >

Re: [PATCH v5 00/10] REST API support

2016-06-14 Thread Finucane, Stephen
On 09 Jun 17:08, Andy Doan wrote: > On 06/02/2016 09:26 AM, Finucane, Stephen wrote: > >On 26 May 20:12, Andy Doan wrote: > >>This patchset is inspired by the work done by Damien Lespiau. It creates > >>a REST API based on the original spec RFC'd by Stephen Finucane. The > >>only thing I know of th