#3655 Show pull-request flag status on pull request listing page
Closed: Fixed Opened by ryanlerch.

In the instance of Pagure, we only have one type of flag on a pull-request -- jenkins CI. Would it make sense to show the status of the most recent flag on the pull-request listing page?

In other cases, is it reasonable to presume that a project may have multiple types of flags on the pull-request? Maybe there needs to be a way to configure which ones show on the pull-request listing page?


In other cases, is it reasonable to presume that a project may have multiple types of flags on the pull-request? Maybe there needs to be a way to configure which ones show on the pull-request listing page?

This is a reasonable thing to assume, mainly because it's true on at least src.fedoraproject.org, and nothing stops other instances from doing that.

We should assume multiple flags on PRs as we do on commits.

IIRC @bkabrda worked up something on the commit list page, could we re-use the same logic?

@pingou yup, implemented at https://pagure.io/pagure/c/3e45833b11d763f28d5a681de489ef4541ccfa40?branch=master with a minor fix after the UI redesign at https://pagure.io/pagure/c/a40ba92 - I think it'd make sense to reuse this logic for PRs.

Metadata Update from @pingou:
- Issue set to the milestone: 5.1
- Issue tagged with: RFE

Metadata Update from @ryanlerch:
- Issue assigned to ryanlerch

Metadata Update from @ryanlerch:
- Issue set to the milestone: 5.2 (was: 5.1)

This has been added as part of #4073

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata