fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
152 stars 195 forks source link

Add list_releases endpoint #5588

Closed mattiaverga closed 8 months ago

mattiaverga commented 8 months ago

The list_releases endpoint will reuse the same method as releases, but since it only accepts the GET method we can make it use relaxed CORS, so that ajax queries will be able to fetch data from it. Fixes #5587