forgejo/services/packages
Earl Warren ff6aceaeac
feat: optimize the FindUnreferencedPackages package query
Replace a double select with a simple select.

The complication originates from the initial implementation which
deleted packages instead of selecting them. It was justified to
workaround a problem in MySQL. But it is just a waste of resources
when collecting a list of IDs.
2024-07-27 15:57:24 +02:00
..
alpine Remove hardcoded filenames for better readability 2024-07-17 23:20:48 +02:00
cargo [BUG] Reflect Cargo index state in settings 2024-03-20 09:17:49 +01:00
cleanup feat: optimize the FindUnreferencedPackages package query 2024-07-27 15:57:24 +02:00
container remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
debian [CHORE] Use github.com/ProtonMail/go-crypto 2024-07-15 17:27:37 +02:00
rpm [CHORE] Use github.com/ProtonMail/go-crypto 2024-07-15 17:27:37 +02:00
auth.go Port "Use general token signing secret" 2024-02-19 20:49:37 +01:00
packages.go packages: skip error logging on duplicate 2024-03-24 07:12:31 +01:00