#873 Allow listing of blocked data in readTagGroups
Merged by mikem. Opened by tkopecek.
tkopecek/koji issue870  into  master

Download 873.patch

Fixes: https://pagure.io/koji/issue/870

+     Blocked packages/groups in *current group only* (not in inheritance),
+     can alternatively also be listed if blocked is set to True

I'm not sure if this is desirable or True. If we're going to show blocked entries, we should probably show them all, like listPackages does. I don't think the current patch does this anway. At the layer we're modifying, the inheritance is already traversed (if inherit is True).

The option name blocked doesn't seem quite right here. It could be read to mean "only blocked entries". Perhaps incl_blocked (matches the previous options), include_blocked, or similar?

We should probably also extend the cli wrapper to support this option

rebased onto e182d1f7bb6bc4daa2a6587175f310b4df713aa3

Commit c633188b fixes this pull-request

Pull-Request has been merged by mikem

Metadata