aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/composer/composer.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-1/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix the wrong HTTP response status code for duplicate packages (#27480)Nanguan Lin2023-10-101-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-0/+1
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-6/+2
* Add Debian package registry (#24426)KN4CK3R2023-05-021-1/+1
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-1/+1
* Add Debian package registry (#22854)KN4CK3R2023-04-281-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-1/+6
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+4
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-5/+9
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+1
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-1/+1
* Hide internal package versions (#20492)KN4CK3R2022-07-271-4/+6
* Package registry changes (#19305)KN4CK3R2022-04-061-2/+2
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+250