-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Delete repos of org when purge delete user (#27273) #27728
Conversation
Fixes https://codeberg.org/forgejo/forgejo/issues/1514 I had to remove `RenameOrganization` to avoid circular import. We should really add some foreign keys to the database.
Hmm there might be more to backport if unittest fails again :/ |
CI still failed. |
Should someone extend timeout for unit tests ? |
Unit tests should be fast. 20 Minutes is considerably too long. |
Failing commit missing Longest test is 2 minutes long 20 minutes of purge user seems to be a kind of infinite cycle or really big job. |
This seems ripe for a refactor to speed it up. |
Fixes https://codeberg.org/forgejo/forgejo/issues/1514
Backports #27273