This change causes pagure to show the status of the most recent job ran by Jenkins.
:thumbsup:
I've got a few things on this PR: - Some things are UI related, for which I have changes to propose - Some things are more to do with the logic applied: there can be several flags on a PR, coming from different services, but we only show the last one here, I think we can do better than this.
This is what I came up with:
And this is how it looks:
What do you think?
@pingou That looks good to me. I just wanted a quick way to see the build status without clicking on every single open PR.
@wattersmt if the patch looks fine to you, feel free to apply it and push it to your branch :)
rebased onto 55f37d3eaec539ba25c4ae4f6c15b064d6f82cba
rebased onto 089ecaff7d70bdc544c9862dc2de823c0f0944e6
@pingou I've applied the patched and rebased.
Looking good!
I'll merge it manually to save you the rebase :)
Commit 803d7282 fixes this pull-request
Pull-Request has been merged by pingou
This change causes pagure to show the status of the most recent job ran by Jenkins.