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

2018-02-14 Thread Thomas Petazzoni
Hello, On Wed, 14 Feb 2018 14:56:56 +1100, Andrew Donnellan wrote: > > Can we do something about this ? We're really happy otherwise by the > > patchwork instance at ozlabs.org, and we would hate having to run our > > own instance :-/ > > We've done some digging... > > https://patchwork.ozlab

[PATCH v2 1/2] Implement list filtering

2018-02-14 Thread vkabatov
From: Veronika Kabatova 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 they did some dirty hacks). Add a new property `subject_match` to projects

[PATCH v2 2/2] Add test for list filtering feature

2018-02-14 Thread vkabatov
From: Veronika Kabatova Signed-off-by: Veronika Kabatova --- patchwork/tests/test_parser.py | 53 ++ patchwork/tests/utils.py | 1 + 2 files changed, 54 insertions(+) diff --git a/patchwork/tests/test_parser.py b/patchwork/tests/test_parser.py ind

[PATCH] [RFC] Don't aim to have patchwork send email

2018-02-14 Thread Daniel Axtens
Getting things like SPF and DKIM right for this would be nigh-on impossible, plus it would mean sysadmins would have to let patchwork send email, which is a risk to the reputation of their systems. Let's just aim for being a read-only representation of the mailing list for now. Signed-off-by: Dan