Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Lukas Bulwahn
Hi Daniel, hi Andrew, (I am mentoring Mete) On Tue, Jul 2, 2019 at 6:33 AM Andrew Donnellan wrote: > > On 2/7/19 10:26 am, Daniel Axtens wrote: > > So there are two possible complimenatry approaches I can think of: > > > > - gather the data from a download of the mailing list that patchwork >

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Andrew Donnellan
On 2/7/19 10:26 am, Daniel Axtens wrote: So there are two possible complimenatry approaches I can think of: - gather the data from a download of the mailing list that patchwork injests. For LKML you can get this from https://www.kernel.org/lore.html, for example. You could then pas

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Daniel Axtens
Hi Mete, > this patch is our effort in combining Patchwork with PaStA (Patch Stack > Analysis). We described our intention in detail in our mail 'Patch > stack analysis'. Ah right, sorry, I lose track of who is doing what! > We have to download all patches in a project in order to analyze and >

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Mete Polat
> On 28-06-2019 17:56, Mete Polat wrote: > >> Patchwork already has the ability to export patches, series, covers and >> bundles >> as an mbox file. This patch extends that ability to projects as well. >> Therefore >> a new url and api field has been introduced. >> >> Updated REST API version to

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Mete Polat
> Hi Mete, > >> Patchwork already has the ability to export patches, series, covers and >> bundles >> as an mbox file. This patch extends that ability to projects as well. >> Therefore >> a new url and api field has been introduced. >> > Thanks for your contribution! > > I checked > https://lore.

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Daniel Axtens
Hi Mete, > Patchwork already has the ability to export patches, series, covers and > bundles > as an mbox file. This patch extends that ability to projects as well. > Therefore > a new url and api field has been introduced. > Thanks for your contribution! I checked https://lore.kernel.org/patc

Re: [PATCH v2 0/5] Update REST API: Add 'project patches as mbox' field

2019-07-01 Thread Geert Stappers
On 28-06-2019 17:56, Mete Polat wrote: > Patchwork already has the ability to export patches, series, covers and > bundles > as an mbox file. This patch extends that ability to projects as well. > Therefore > a new url and api field has been introduced. > > Updated REST API version to 1.2 > > Ne