You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/packages
KN4CK3R b06aac40e6
Fix package list performance (#30520)
Fixes #28255

The new query uses the id field to sort by "newer". This most not be
correct (usually it is) but it's faster (see #28255).
If someone has a better idea, please propose changes.

Co-authored-by: Giteabot <teabot@gitea.io>
4 weeks ago
..
alpine Add Alpine package registry (#23714) 1 year ago
conan Use ErrInvalidArgument in packages (#22268) 1 year ago
conda Add Conda package registry (#22262) 1 year ago
container List all Debian package versions in `Packages` (#27786) 7 months ago
cran Add CRAN package registry (#22331) 1 year ago
debian List all Debian package versions in `Packages` (#27786) 7 months ago
nuget remove util.OptionalBool and related functions (#29513) 3 months ago
rpm Fix some RPM registry flaws (#28782) 4 months ago
descriptor.go Fix incorrect relative/absolute URL usages (#29531) 3 months ago
package.go Fix some RPM registry flaws (#28782) 4 months ago
package_blob.go Fix some RPM registry flaws (#28782) 4 months ago
package_blob_upload.go Use ErrInvalidArgument in packages (#22268) 1 year ago
package_cleanup_rule.go Use ErrInvalidArgument in packages (#22268) 1 year ago
package_file.go Fix some RPM registry flaws (#28782) 4 months ago
package_property.go Add Alpine package registry (#23714) 1 year ago
package_test.go make writing main test easier (#27270) 8 months ago
package_version.go Fix package list performance (#30520) 4 weeks ago