[PATCH] Add regression tests for bug #335

2020-02-01 Thread Stephen Finucane
Signed-off-by: Stephen Finucane Cc: Mete Polat Related: #335 --- patchwork/tests/api/test_cover.py | 11 +++ patchwork/tests/api/test_event.py | 8 patchwork/tests/api/test_patch.py | 11 +++ patchwork/tests/api/test_series.py | 8 4 files changed, 38 inser

Re: [PATCH] Handle pull requests with random trailing space

2020-02-01 Thread Stephen Finucane
On Mon, 2020-01-27 at 12:56 -0500, Konstantin Ryabitsev wrote: > Another fix for copy-pasted pull requests, this time for cases > when something is copy-pasted from a terminal and retains all > the bogus trailing whitespace. > > Example: > https://lore.kernel.org/r/043eb5b2-a302-4de6-a3e8-8238e494

Re: [PATCH] REST: Fix duplicate project queries

2020-02-01 Thread Stephen Finucane
On Wed, 2020-01-29 at 20:01 +0100, Mete Polat wrote: > Eliminates duplicate project queries caused by calling > get_absolute_url() in the embedded serializers. Following foreign keys > with 'series__project' will cache the project of the series as well as > the series itself. > > Signed-off-by: Me

Re: [PATCH] pwclient: support 'git am -m'

2020-02-01 Thread Stephen Finucane
On Wed, 2020-01-22 at 18:31 +0100, Greg Kurz wrote: > A new '--msgid' argument is added that causes pwclient to call > 'git am -m' and thus add the Message-ID header to the commit > message. This is a recommended practice in some projects like > QEMU for example. > > This can also be controlled fr