aboutsummaryrefslogtreecommitdiffstats
path: root/services/packages/packages.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+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
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-29/+29
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* 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-121-0/+43
* Add RPM registry (#23380)KN4CK3R2023-05-051-0/+42
* Add Debian package registry (#24426)KN4CK3R2023-05-021-13/+33
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-33/+13
* Add Debian package registry (#22854)KN4CK3R2023-04-281-13/+33
* Add Swift package registry (#22404)KN4CK3R2023-03-131-0/+2
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+2
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-119/+2
* Add Conda package registry (#22262)KN4CK3R2023-02-011-0/+2
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-291-4/+8
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-181-2/+2
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-2/+69
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-4/+4
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-3/+94
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-4/+4
* Use correct context to get package content (#20673)KN4CK3R2022-08-041-1/+1
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-12/+34
* Hide internal package versions (#20492)KN4CK3R2022-07-271-1/+3
* Add option to purge users (#18064)zeripath2022-07-141-0/+28
* Package registry changes (#19305)KN4CK3R2022-04-061-8/+3
* Fix container download counter (#19287)KN4CK3R2022-04-011-4/+4
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+458