Re: HTTP not redirecting to HTTPS on patchwork.ozlabs.org

2018-09-12 Thread Andrew Donnellan
On 11/09/18 19:05, Philipp Richter wrote: Hello, I noticed that accessing patchwork.ozlabs.org did not automatically redirect to HTTPS. The validation link sent in the e-mail also doesn't have https:// prepended to it. This is a bit risky while registering or logging in. This was first apparent

Re: [PATCH 00/11] Add labels support

2018-09-12 Thread Stephen Finucane
On Thu, 2018-09-13 at 02:02 +1000, Daniel Axtens wrote: > Stephen Finucane writes: > > > On Tue, 2018-08-21 at 15:09 +1000, Michael Ellerman wrote: > > > Andrew Donnellan writes: > > > > > > > On 09/08/18 18:54, Daniel Axtens wrote: > > > > > > This series starts work on the latter of these by

Re: [PATCH 00/11] Add labels support

2018-09-12 Thread Stephen Finucane
On Wed, 2018-09-12 at 15:59 -0400, Don Zickus wrote: > On Tue, Sep 11, 2018 at 12:19:02PM -0600, Stephen Finucane wrote: > > > > Personally I would *really* like labels to land. They unlock a lot of > > > > potential improvements to workflow for maintainers, eg. automated > > > > tagging, tagging b

[PATCH] admin: Configure 'list_select_related', 'get_queryset'

2018-09-12 Thread Stephen Finucane
This has a significant improvement for the patch and series views. /patchwork/patch FROM: ~114 queries TO: ~14 queries /patchwork/series FROM: ~210 queries TO: ~10 queries Signed-off-by: Stephen Finucane --- patchwork/admin.py | 5 + 1 file changed, 5 insertions(+) dif

Re: [PATCH 00/11] Add labels support

2018-09-12 Thread Don Zickus
On Tue, Sep 11, 2018 at 12:19:02PM -0600, Stephen Finucane wrote: > > > Personally I would *really* like labels to land. They unlock a lot of > > > potential improvements to workflow for maintainers, eg. automated > > > tagging, tagging based on test results etc. As well as finer grained > > > repo

Re: [PATCH 00/11] Add labels support

2018-09-12 Thread Daniel Axtens
Stephen Finucane writes: > On Tue, 2018-08-21 at 15:09 +1000, Michael Ellerman wrote: >> Andrew Donnellan writes: >> >> > On 09/08/18 18:54, Daniel Axtens wrote: >> > > > This series starts work on the latter of these by addressing yet >> > > > another >> > > > issues, #22 [3]. Full details of

[PATCH] REST: Only list checks for the given patch

2018-09-12 Thread Stephen Finucane
This is either a regression or it never worked. In any case, fix it and add a test to ensure it doesn't happen again. Signed-off-by: Stephen Finucane Cc: Michael Ellerman Closes: #203 --- patchwork/api/check.py| 3 ++- patchwork/tests/api/test_check.py | 5 +++-- 2 files changed, 5

Re: [PATCH RESEND 2/2] Rework tagging infrastructure

2018-09-12 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: vkaba...@redhat.com, patchwork@lists.ozlabs.org > Sent: Tuesday, September 11, 2018 7:59:57 PM > Subject: Re: [PATCH RESEND 2/2] Rework tagging infrastructure > > On Mon, 2018-07-09 at 18:10 +0200, vkaba...@redhat.com wrote: > > Fro

Re: [PATCH RESEND 1/2] Rework tagging infrastructure

2018-09-12 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: vkaba...@redhat.com, patchwork@lists.ozlabs.org > Sent: Tuesday, September 11, 2018 7:55:46 PM > Subject: Re: [PATCH RESEND 1/2] Rework tagging infrastructure > > On Mon, 2018-07-09 at 18:10 +0200, vkaba...@redhat.com wrote: > > Fro