aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep download count on Container tag overwrite (#20728)KN4CK3R2022-08-091-0/+3
* Add support for `npm unpublish` (#20688)KN4CK3R2022-08-092-2/+73
* Allow multiple files in generic packages (#20661)KN4CK3R2022-08-092-40/+68
* Add support for Pub packages (#20560)KN4CK3R2022-08-073-1/+291
* Allow multiple metadata files for Maven packages (#20674)KN4CK3R2022-08-051-2/+3
* Send correct NuGet status codes (#20647)KN4CK3R2022-08-031-3/+5
* packages/generic: Do not restrict package versions to SemVer (#20414)Gergely Nagy2022-07-291-8/+6
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-287-6/+60
* Hide internal package versions (#20492)KN4CK3R2022-07-275-11/+23
* Fix various typos (#20338)luzpaz2022-07-123-4/+4
* ContainerRegistry - removed Basic Auth header (#19735)KN4CK3R2022-05-171-1/+0
* Skip duplicated layers. (#19624)KN4CK3R2022-05-051-0/+4
* Add Helm Chart registry (#19406)KN4CK3R2022-04-192-0/+211
* Package registry changes (#19305)KN4CK3R2022-04-064-9/+23
* Fix container download counter (#19287)KN4CK3R2022-04-012-9/+3
* Add Package Registry (#16510)KN4CK3R2022-03-3022-0/+5237