aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/rpm/rpm.go
Commit message (Expand)AuthorAgeFilesLines
* Fix RPM resource leak (#31794)KN4CK3R2024-08-081-4/+5
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-1/+15
* Refactor names (#31405)wxiaoguang2024-06-191-13/+13
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-12/+19
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-17/+28
* Add `HEAD` support for rpm repo files (#28309)KN4CK3R2023-12-051-0/+24
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-13/+4
* Add RPM registry (#23380)KN4CK3R2023-05-051-0/+268