summaryrefslogtreecommitdiffstats
path: root/routers/api/packages/conan/conan.go
Commit message (Expand)AuthorAgeFilesLines
* Fix nuget/conan/container packages upload bugs (#31967) (#31982)Giteabot2024-09-051-3/+32
* 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 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
* Allow empty Conan files (#27092)KN4CK3R2023-09-151-7/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-50/+46
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-4/+4
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-6/+2
* Add Debian package registry (#24426)KN4CK3R2023-05-021-10/+3
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-3/+10
* Add Debian package registry (#22854)KN4CK3R2023-04-281-10/+3
* 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 `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-5/+9
* Add generic set type (#21408)KN4CK3R2022-10-121-19/+18
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-071-2/+1
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-4/+4
* Fix various typos (#20338)luzpaz2022-07-121-2/+2
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+818