]> 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>
Wed, 19 Sep 2018 21:44:28 +0000 (22:44 +0100)
commite80216a96eac6b1f1ed10aa9effd1d3120f2c3a1
tree21515c18bd0b60d1f0e77ced93475bc839db30a5
parentb4d112a63d644a114224f755d5ad0a102df4e3ff
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
patchwork/api/check.py
patchwork/tests/api/test_check.py