#5411 Drop PDC queries
Closed: Fixed by wombelix. Opened by humaton.

UI function disable_branches uses PDC to query for active branches for the package,
The logic there was necessary for modules and module branches. Replace the logick with checking for dead.package in the project branch to check if its disabled. As a complementary source of information use list of active releases from bodhi

/pagure/themes/srcfpo/templates/repo_branches.html

Active releases in bodhi:
curl -XGET --header "Content-Type: application/json" https://bodhi.fedoraproject.org/releases/?state=active| jq


I'll take it as a part of PDC replacement.

Metadata Update from @humaton:
- Issue assigned to amedvede

It is done and merged in the following PR https://pagure.io/pagure/pull-request/5419

Need to add an adaptive variable that decides whether to use stg or prod.

Progress is in following PR https://pagure.io/pagure/pull-request/5468

@amedvede I merged https://pagure.io/pagure/pull-request/5468

Metadata Update from @wombelix:
- Issue set to the milestone: 5.14

My understanding is that it's fixed by https://pagure.io/pagure/pull-request/5419 and https://pagure.io/pagure/pull-request/5468.

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

Metadata