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

WIP: Make it possible to delete stale review requests that incorrectly remain in DB #33356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

6543
Copy link
Member

@6543 6543 commented Jan 22, 2025

... filter dismissed via SQL more

for tests just create this database entry:

id type dissmissed
1 4 0
2 3 1

currently I discover this edgecases in the wild :/

with this patch the review request can still be deleted


Sponsored by Kithara Software GmbH

@6543 6543 added the type/bug label Jan 22, 2025
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jan 22, 2025
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 22, 2025
@github-actions github-actions bot added the modifies/go Pull requests that update Go code label Jan 22, 2025
@lunny
Copy link
Member

lunny commented Jan 22, 2025

Could you add some tests?

@6543 6543 changed the title Make it possible to delete stale review requests that incorrectly remain in DB WIP: Make it possible to delete stale review requests that incorrectly remain in DB Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/go Pull requests that update Go code size/S Denotes a PR that changes 10-29 lines, ignoring generated files. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants