aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* Sort Python package descriptors by version to mimic PyPI format (#23550)Samuel FORESTIER2023-03-191-0/+6
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+1
* Add package registry architecture overview (#23445)KN4CK3R2023-03-131-0/+50
* Add Swift package registry (#22404)KN4CK3R2023-03-132-0/+500
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4
* Notify on container image create (#22806)KN4CK3R2023-02-181-4/+22
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-112-8/+60
* Use import of OCI structs (#22765)KN4CK3R2023-02-062-41/+59
* Add Chef package registry (#22554)KN4CK3R2023-02-063-0/+695
* Add Cargo package registry (#21888)KN4CK3R2023-02-052-0/+296
* Add Conda package registry (#22262)KN4CK3R2023-02-012-0/+344
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-293-7/+48
* Fix container blob mount (#22226)KN4CK3R2023-01-162-55/+83
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-316-7/+36
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-284-17/+31
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-20/+4
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-3/+3
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2728-56/+28
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-253-4/+68
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-2413-23/+102
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-211-1/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-2/+6
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-124-6/+6
* Add some documentation to packages (#21648)zeripath2022-11-121-1/+6
* Add package registry quota limits (#21584)KN4CK3R2022-11-0911-55/+105
* 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
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-0/+2
* Allow for resolution of NPM registry paths that match upstream (#21568)Wayne Starr2022-10-242-0/+45
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-171-13/+6
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-135-48/+600
* Case-insensitive NuGet symbol file GUID (#21409)Hubert Wawrzyńczyk2022-10-122-2/+2
* Add generic set type (#21408)KN4CK3R2022-10-121-19/+18
* npm package registry support for `bin` (#21372)eleith2022-10-081-0/+1
* Add GET and DELETE endpoints for Docker blob uploads (#21367)KN4CK3R2022-10-072-3/+54
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-071-2/+1
* Make NuGet service index publicly accessible (#21242)KN4CK3R2022-09-241-26/+28
* NPM Package Registry search API endpoint (#20280)Jack Vine2022-09-243-0/+70
* Allow uppercase ASCII alphabet in PyPI package names (#21095)KN4CK3R2022-09-071-1/+1
* fix: PackageMetadataVersion deps (#21017)José Carlos2022-09-021-9/+12
* Add support for Vagrant packages (#20930)KN4CK3R2022-08-292-0/+253
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-282-6/+5
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-2512-18/+18
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+4
* Add support for NuGet API keys (#20721)KN4CK3R2022-08-092-0/+46