aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/pypi
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-4/+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-0/+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
* Sort Python package descriptors by version to mimic PyPI format (#23550)Samuel FORESTIER2023-03-191-0/+6
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* 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
* Remove semver compatible flag and change pypi to an array of test cases (#21708)Wayne Starr2022-11-082-4/+47
* Allow local package identifiers for PyPI packages (#21690)KN4CK3R2022-11-071-2/+9
* Allow uppercase ASCII alphabet in PyPI package names (#21095)KN4CK3R2022-09-071-1/+1
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+0
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+174