aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/nuget/nuget.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang12 days1-5/+5
* Refactor names (#31405)wxiaoguang2024-06-191-14/+14
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Fix NuGet Package API for $filter with Id equality (#31188)Thomas Desveaux2024-06-041-19/+29
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+2
* Support nuspec manifest download for nuget packages (#28921)Michael Kriese2024-04-171-2/+30
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+6
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-0/+4
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-141-5/+4
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-261-26/+58
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-12/+4
* Add RPM registry (#23380)KN4CK3R2023-05-051-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-021-3/+3
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-3/+3
* Add Debian package registry (#22854)KN4CK3R2023-04-281-3/+3
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-111-5/+48
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-2/+8
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-9/+19
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-131-13/+176
* Case-insensitive NuGet symbol file GUID (#21409)Hubert WawrzyƄczyk2022-10-121-1/+1
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-3/+3
* Add support for Pub packages (#20560)KN4CK3R2022-08-071-1/+1
* Send correct NuGet status codes (#20647)KN4CK3R2022-08-031-3/+5
* Hide internal package versions (#20492)KN4CK3R2022-07-271-3/+5
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+3
* Fix container download counter (#19287)KN4CK3R2022-04-011-7/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+421