-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Remove old flagrequest when manually unflagging #140
Comments
Queries for removing old flagrequests in postgresql Listing old flagrequests
Deleting old flagrequests
|
Missing are the packages of with the pkgbase does not exists anymore in the repos. |
Remove packages. This isn't handled by our code yet.
|
Correct query to fetch to be removed packages.
|
One case, unflag for $pkg can be simply fixed by the following code in
But it will also remove a FlagRequest when it's a split package which should not be done. So the code still has to check if it's a split package and only remove it when it's the last split package left. |
Also it seems that [testing] => [core] moves are not handled and aren't removed as well. |
Commit 7d162a0 should handle deletions of packages. |
When manually unflagging the old flagrequest is not removed while it should be.
Number of flag requests can be obtained by:
Steps:
The text was updated successfully, but these errors were encountered: