#3193 listPackages should return blocked packages by default
Closed: Fixed by tkopecek. Opened by ktdreyer.

In https://github.com/ktdreyer/koji-ansible/pull/253 , we were running against koji master and found that the listPackages RPC no longer returns blocked packages by default (introduced in #1350). I think the problem is that the listPackages kwarg defaults to with_blocked=False, whereas earlier it would return a tag's blocked packages.

The simplest way to fix this is probably to change that default kwarg to with_blocked=True, and then set False in any clients that don't need the blocked package list.


Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.28

Let's fix this in master right now, since it's a regression

PR https://pagure.io/koji/pull-request/3196

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

Commit cc08fe19 fixes this issue

Metadata Update from @ksulayma:
- Issue tagged with: testing-done

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3193

Please continue any further discussion there.

Metadata
Related Pull Requests