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

Do not reify releases list in pyramid request (backport #5684) #5697

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 22, 2024

The Release.all_releases() method is already cached and set to be refreshed whenever a Release changes state. However, by having the releases request property reified makes that property never refreshed, thus is causing the releases list web page never updated with current changes until the server is restarted.


This is an automatic backport of pull request #5684 done by Mergify.

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
(cherry picked from commit 49222c7)
@mergify mergify bot requested a review from a team as a code owner June 22, 2024 13:20
@mergify mergify bot merged commit 5ca83b1 into 8.1 Jun 22, 2024
37 of 38 checks passed
@mergify mergify bot deleted the mergify/bp/8.1/pr-5684 branch June 22, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant