aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/npm
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+4
* 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-1/+3
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-36/+32
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-12/+4
* 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
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+30
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-1/+5
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-2/+8
* 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
* Allow for resolution of NPM registry paths that match upstream (#21568)Wayne Starr2022-10-241-0/+43
* npm package registry support for `bin` (#21372)eleith2022-10-081-0/+1
* NPM Package Registry search API endpoint (#20280)Jack Vine2022-09-242-0/+67
* fix: PackageMetadataVersion deps (#21017)José Carlos2022-09-021-9/+12
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+1
* Add support for `npm unpublish` (#20688)KN4CK3R2022-08-091-0/+57
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-1/+1
* Hide internal package versions (#20492)KN4CK3R2022-07-271-0/+2
* Package registry changes (#19305)KN4CK3R2022-04-061-1/+6
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+361