Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list_releases endpoint #5588

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

mattiaverga
Copy link
Contributor

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

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
@mattiaverga mattiaverga requested a review from a team as a code owner January 20, 2024 12:28
@mattiaverga mattiaverga merged commit f610256 into fedora-infra:develop Jan 27, 2024
29 checks passed
@mattiaverga mattiaverga deleted the cors_releases branch January 27, 2024 12:23
@mattiaverga mattiaverga added the 8.0-backports Mergify uses this to backport patches to 8.0 label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.0-backports Mergify uses this to backport patches to 8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The releases endpoint is not accessible by external tools
1 participant