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 Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
conan Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
conda Add Conda package registry (#22262) 2023-02-01 12:30:39 -06:00
container List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
cran Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
debian List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
nuget remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
rpm Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
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 Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
package_blob_upload.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_cleanup_rule.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_file.go Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
package_property.go Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
package_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
package_version.go Fix package list performance (#30520) 2024-04-21 16:28:16 +02:00