0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-16 21:12:38 +01:00
gitea/services
zeripath b05b40180f
Use IterateBufferSize whilst querying repositories during adoption check (#19140)
The adoption page checks directories to see if they are repositories by querying the
db on a per user basis. This can lead to problems if a user has a large number of
repositories or putative repositories.

This PR changes the buffering to check the db in IterataeBufferSize batches instead.

Fix #19137

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-21 09:09:42 +01:00
..
agit
asymkey
attachment
auth
comments
cron
externalaccount
forms
gitdiff rm .sample hooks which aren't used (#19101) 2022-03-16 10:33:07 +00:00
issue
lfs
mailer not send notification emails to inactive users (part 2) (#19142) 2022-03-19 16:20:03 +00:00
migrations Make migrations SKIP_TLS_VERIFY apply to git too (#19132) 2022-03-19 14:16:38 +00:00
mirror Improve SyncMirrors logging (#19045) 2022-03-10 10:09:48 +00:00
org
pull
release
repository Use IterateBufferSize whilst querying repositories during adoption check (#19140) 2022-03-21 09:09:42 +01:00
task
user
webhook
wiki