aboutsummaryrefslogtreecommitdiffstats
path: root/services/packages
Commit message (Expand)AuthorAgeFilesLines
* Only show the latest version in the Arch index (#33262) (#33580)Giteabot2025-02-133-12/+166
* Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) (#33410)Giteabot2025-01-272-7/+7
* Fix Arch package metadata introduced incorrect field (#32881) (#32882)Giteabot2024-12-181-1/+2
* Add Arch package registry (#32692)KN4CK3R2024-12-044-4/+419
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-3/+3
* Fix db engine (#32351)wxiaoguang2024-10-272-5/+6
* Do not escape relative path in RPM primary index (#32038)KN4CK3R2024-09-161-2/+1
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-051-9/+21
* Fix RPM resource leak (#31794)KN4CK3R2024-08-082-32/+39
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-3/+35
* remove util.OptionalBool and related functions (#29513)65432024-03-023-8/+8
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-8/+48
* Use general token signing secret (#29205)wxiaoguang2024-02-181-2/+2
* Fix debian InRelease Acquire-By-Hash newline (#29204)Robin Schoonover2024-02-171-1/+1
* Propagate install_if and provider_priority to APKINDEX (#28899)Sergey Bugaev2024-02-051-0/+6
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-192-17/+57
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-161-1/+1
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-22/+25
* Fix alpine package files are not rebuilt (#28638)Nanguan Lin2023-12-311-0/+5
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+1
* Fix possible nil pointer access (#28428)KN4CK3R2023-12-124-28/+14
* Fix RPM/Debian signature key creation (#28352)KN4CK3R2023-12-052-4/+3
* Revert "packages: Calculate package size quota using package creator ID inste...Lunny Xiao2023-11-141-1/+3
* packages: Calculate package size quota using package creator ID instead of ow...Danila Fominykh2023-11-141-3/+1
* List all Debian package versions in `Packages` (#27786)KN4CK3R2023-10-291-7/+8
* Close all hashed buffers (#27787)KN4CK3R2023-10-253-0/+18
* Do not force creation of _cargo-index repo on publish (#27266)merlleu2023-10-242-5/+11
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-254-50/+55
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-19/+20
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+1
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-1/+1
* Add auth-required to config.json for Cargo http registry (#26729)merlleu2023-08-281-6/+9
* Allow package cleanup from admin page (#25307)KN4CK3R2023-08-081-4/+22
* Prevent newline errors with Debian packages (#26332)KN4CK3R2023-08-051-1/+1
* Fix version in rpm repodata/primary.xml.gz (#26009)Peter Verraedt2023-07-211-3/+3
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-191-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-2/+2
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-40/+34
* Add CRAN package registry (#22331)KN4CK3R2023-05-221-0/+2
* Add Go package registry (#24687)KN4CK3R2023-05-141-0/+2
* Add Alpine package registry (#23714)KN4CK3R2023-05-122-0/+371
* Add RPM registry (#23380)KN4CK3R2023-05-053-39/+644
* Implement Cargo HTTP index (#24452)KN4CK3R2023-05-031-10/+26
* Add Debian package registry (#24426)KN4CK3R2023-05-023-13/+487
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-283-487/+13
* Add Debian package registry (#22854)KN4CK3R2023-04-283-13/+487
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-3/+1