forgejo/models/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
conan
conda
container
cran
debian
nuget remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
rpm
descriptor.go Fix incorrect relative/absolute URL usages (#29531) 2024-03-06 12:10:46 +08:00
package.go feat: optimize the FindUnreferencedPackages package query 2024-07-27 15:57:24 +02:00
package_blob.go
package_blob_upload.go
package_cleanup_rule.go
package_file.go
package_property.go
package_test.go
package_version.go Fix package list performance (#30520) 2024-04-21 16:28:16 +02:00