]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Only list checks for the given patch
authorStephen Finucane <stephen@that.guru>
Wed, 12 Sep 2018 15:46:56 +0000 (09:46 -0600)
committerStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:37:53 +0000 (14:37 +0100)
commitf26930218d3c2dcfcec2ca61475056d47ff32c83
treed38c8af776d3b39dffaf8a0d8c75d938b35f68b5
parentdd7814cc1edbdeb0725c476edcebd12399f780f9
REST: Only list checks for the given patch

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 <stephen@that.guru>
Reviewed-by: Veronika Kabatova <vkabatov@redhat.com>
Closes: #203
(cherry picked from commit e80216a96eac6b1f1ed10aa9effd1d3120f2c3a1)
patchwork/api/check.py
patchwork/tests/api/test_check.py