#3193 listPackages should return blocked packages by default
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago 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

2 years ago

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

2 years ago

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

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #3196 Merged 2 years ago