forgejo/routers/web/admin
KN4CK3R 461d8b53c2
Fix some RPM registry flaws (#28782)
Related #26984
(https://github.com/go-gitea/gitea/pull/26984#issuecomment-1889588912)

Fix admin cleanup message.
Fix models `Get` not respecting default values.
Rebuild RPM repository files after cleanup.
Do not add RPM group to package version name.
Force stable sorting of Alpine/Debian/RPM repository data.
Fix missing deferred `Close`.
Add tests for multiple RPM groups.
Removed non-cached `ReplaceAllStringRegex`.

If there are multiple groups available, it's stated in the package
installation screen:

![grafik](https://github.com/go-gitea/gitea/assets/1666336/8f132760-882c-4ab8-9678-77e47dfc4415)
2024-01-19 11:37:10 +00:00
..
admin.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) 2024-01-10 11:03:23 +00:00
admin_test.go
applications.go
auths.go
config.go
diagnosis.go
emails.go
hooks.go
main_test.go
notice.go Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
orgs.go
packages.go Fix some RPM registry flaws (#28782) 2024-01-19 11:37:10 +00:00
queue.go
queue_tester.go
repos.go
runners.go
stacktrace.go
users.go Forbid removing the last admin user (#28337) 2024-01-15 06:51:43 +00:00
users_test.go