Re: [PATCH 4/6] views: Add 'series' parameter to '/mbox' endpoint

2017-02-02 Thread Andrew Donnellan
On 03/02/17 08:42, Daniel Axtens wrote: In this case, the first link will download patch 5 plus any dependencies from series 1 (ignoring patch 6+), while the latter will download the entirety of series 1. We could expose both in the UI, or we could expose just the full series link. OK, between

Re: [PATCH 4/6] views: Add 'series' parameter to '/mbox' endpoint

2017-02-02 Thread Stephen Finucane
On Thu, 2017-02-02 at 17:47 +1100, Daniel Axtens wrote: > Hi Stephen, > > > This allows a user to download dependencies for a patch without > > having > > to do it manually. > > I'm not sold on the idea of calling these dependencies and allowing > downloads of partial series. It just seems to

[PATCH 4/6] views: Add 'series' parameter to '/mbox' endpoint

2017-01-30 Thread Stephen Finucane
This allows a user to download dependencies for a patch without having to do it manually. Signed-off-by: Stephen Finucane --- patchwork/views/__init__.py | 50 + patchwork/views/patch.py| 27 2 files