Re: [PATCH] Implement list filtering

2018-02-05 Thread Daniel Axtens
Hi Veronika, So, having been convinced of the merits of this approach, here's my code review. > Sometimes, multiple projects reside at the same mailing list. So far, > Patchwork only allowed a single project per mailing list, which made it > impossible for these projects to use Patchwork (unless

Re: [PATCH] Implement list filtering

2018-02-05 Thread Don Zickus
On Tue, Feb 06, 2018 at 02:24:21AM +1100, Daniel Axtens wrote: > Hi Veronika, > > So, having been convinced of the merits of this approach, here's my code > review. > > > Sometimes, multiple projects reside at the same mailing list. So far, > > Patchwork only allowed a single project per mailing

Re: [PATCH] Implement list filtering

2018-02-05 Thread Veronika Kabatova
- Original Message - > From: "Daniel Axtens" > To: vkaba...@redhat.com, patchwork@lists.ozlabs.org > Sent: Monday, February 5, 2018 4:24:21 PM > Subject: Re: [PATCH] Implement list filtering > > Hi Veronika, > > So, having been convinced of the merits of this approach, here's my code >

Re: patchwork.ozlabs.org down, and e-mails not recorded

2018-02-05 Thread Thomas Petazzoni
Hello, On Mon, 8 Jan 2018 09:10:44 +0100, Thomas Petazzoni wrote: > > Hmm, looking at the patch list, I also see that patch 2/3 in that series > > (https://patchwork.ozlabs.org/patch/852063/) wasn't correctly identified > > in the same series as patch 1 > > (https://patchwork.ozlabs.org/patch/

[PATCH] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..a41a5d882cca 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -442,6 +442,7 @@ class Patch(SeriesMixin, Submission

[PATCH v2] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..a41a5d882cca 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -442,6 +442,7 @@ class Patch(SeriesMixin, Submission

[PATCH v3] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..a41a5d882cca 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -442,6 +442,7 @@ class Patch(SeriesMixin, Submission

[PATCH v4] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..f786a6107357 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -442,6 +442,7 @@ class Patch(SeriesMixin, Submission

Re: [PATCH v4] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Apologies for all the noise, you'll know why soon :) On 06/02/18 17:53, Andrew Donnellan wrote: Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..f786a6107357 100644 --- a/

[PATCH v5] Test patch, please ignore

2018-02-05 Thread Andrew Donnellan
Final one! I promise! Signed-off-by: Andrew Donnellan --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index 3bf7c72dbe08..f786a6107357 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -442,6 +442,7 @@ class Patch(