Commit 355c713044a7fd81aa867281b65b20cf3804bd8d introduced a regression in the listPackages RPC, where it no longer returns blocked packages by default.
listPackages
To restore backwards compatibility, set the with_blocked argument to True by default.
with_blocked
True
Fixes: https://pagure.io/koji/issue/3193
I've tested this change with koji-ansible, and the integration tests pass now: https://github.com/ktdreyer/koji-ansible/runs/4619902636
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
I've updated koji-ansible to point to this fork for now, in https://github.com/ktdreyer/koji-ansible/pull/257
Please merge this to fix the regression in master
Commit cc08fe19 fixes this pull-request
Pull-Request has been merged by tkopecek
Thanks!
Metadata Update from @ksulayma: - Pull-request tagged with: testing-done
Commit 355c713044a7fd81aa867281b65b20cf3804bd8d introduced a regression in the
listPackagesRPC, where it no longer returns blocked packages by default.To restore backwards compatibility, set the
with_blockedargument toTrueby default.Fixes: https://pagure.io/koji/issue/3193