Re: [PATCH v5 0/7] Add series support

2016-10-11 Thread Stephen Finucane
On 2016-10-11 00:51, Russell Currey wrote: On Sun, 2016-10-09 at 23:25 +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   [

Re: [PATCH v5 0/7] Add series support

2016-10-11 Thread Stephen Finucane
On 2016-10-11 09:14, Stephen Finucane wrote: On 2016-10-11 00:51, Russell Currey wrote: [snip] - no easy way to download a mbox file of all patches in a series, which would be very useful Yup, this is an easy follow up. - no series in the patch API at all.  This could probably be impleme

Re: [PATCH v5 2/7] models: Add 'Series' model and related models

2016-10-11 Thread Andy Doan
On 10/09/2016 05:25 PM, Stephen Finucane wrote: > Add a series model. This model is intentionally very minimal to allow > as much dynaminism as possible. It is expected that patches will be > migrated between series as new data is provided. > > Signed-off-by: Stephen Finucane > --- > diff --git

[PATCH 0/5] Document additional Patchwork features

2016-10-11 Thread Stephen Finucane
Patchwork supports loads of features that many people don't even know about. Take a stab at documenting some of these, however briefly. This is one of the many series I drafted ages ago and never got around to submitting. More to come :) Stephen Finucane (5): docs: Structure docs folder like on

[PATCH 2/5] docs: Rework XML-RPC docs

2016-10-11 Thread Stephen Finucane
Add a barebones usage guide for pwclient and simplify the existing doc for this API. This entails move the existing doc from the deployment section to development section, which makes more sense given its focus. Signed-off-by: Stephen Finucane --- docs/development/xmlrpc.md | 61

[PATCH 4/5] docs: Add X-Patchwork-* header documentation

2016-10-11 Thread Stephen Finucane
Avoids sending people to the code to find out about this stuff. Include examples using 'git-send-email', which should cover most folks. Signed-off-by: Stephen Finucane --- docs/TODO | 2 +- docs/usage/headers.md | 34 ++ mkdocs.yml| 1 +

[PATCH 5/5] docs: Add delegation guide

2016-10-11 Thread Stephen Finucane
We do autodelegation - let's tell people all about it. Signed-off-by: Stephen Finucane --- docs/usage/delegation.md | 35 +++ mkdocs.yml | 1 + 2 files changed, 36 insertions(+) create mode 100644 docs/usage/delegation.md diff --git a/docs/usage/d

[PATCH 3/5] docs: Add basic REST API documentation

2016-10-11 Thread Stephen Finucane
This is only user-facing for now. Developer focused docs can be added later. Signed-off-by: Stephen Finucane --- docs/development/xmlrpc.md | 6 +++-- docs/usage/rest.md | 56 ++ docs/usage/xmlrpc.md | 6 +++-- mkdocs.yml

Re: [PATCH v5 2/7] models: Add 'Series' model and related models

2016-10-11 Thread Stephen Finucane
On 2016-10-11 17:35, Andy Doan wrote: On 10/09/2016 05:25 PM, Stephen Finucane wrote: Add a series model. This model is intentionally very minimal to allow as much dynaminism as possible. It is expected that patches will be migrated between series as new data is provided. Signed-off-by: Stephen

Re: Delegate-To: and Reviewers: HOWTO ?

2016-10-11 Thread Stephen Finucane
On 23 Aug 16:30, Pat Noziska wrote: > > Forgive me in advance if this is already in the Patchwork list archives - > there's no search function in the archives page that I can see ;-) , and I > can find no other documentation on this.. > > Is there any documentation out there on the purpose and pr