gitea/routers/api/packages
6543 ae86a0bc9f
packages/generic: Do not restrict package versions to SemVer (#20414) (#20531)
There are existing packages out there whose version do not conform to SemVer, yet, one would like to have them available in a generic package repository. To this end, remove the SemVer restriction on package versions when using the Generic package registry, and replace it with a check that simply makes sure the version isn't empty.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com>
2022-07-29 01:17:56 +02:00
..
composer Package registry changes (#19305) 2022-04-06 03:32:09 +02:00
conan Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
container ContainerRegistry - removed Basic Auth header (#19735) 2022-05-17 19:58:42 +08:00
generic packages/generic: Do not restrict package versions to SemVer (#20414) (#20531) 2022-07-29 01:17:56 +02:00
helm Add Helm Chart registry (#19406) 2022-04-19 12:55:35 -04:00
helper Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
maven Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
npm Package registry changes (#19305) 2022-04-06 03:32:09 +02:00
nuget Package registry changes (#19305) 2022-04-06 03:32:09 +02:00
pypi Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
rubygems Package registry changes (#19305) 2022-04-06 03:32:09 +02:00
api.go Add Helm Chart registry (#19406) 2022-04-19 12:55:35 -04:00