You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers/api/packages
Gergely Nagy 99f2f826ce
packages/generic: Do not restrict package versions to SemVer (#20414)
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>
2 years ago
..
composer Add Docker /v2/_catalog endpoint (#20469) 2 years ago
conan Fix various typos (#20338) 2 years ago
container Add Docker /v2/_catalog endpoint (#20469) 2 years ago
generic packages/generic: Do not restrict package versions to SemVer (#20414) 2 years ago
helm Hide internal package versions (#20492) 2 years ago
helper Add Package Registry (#16510) 2 years ago
maven Add Package Registry (#16510) 2 years ago
npm Add Docker /v2/_catalog endpoint (#20469) 2 years ago
nuget Hide internal package versions (#20492) 2 years ago
pypi Add Package Registry (#16510) 2 years ago
rubygems Hide internal package versions (#20492) 2 years ago
api.go Add Docker /v2/_catalog endpoint (#20469) 2 years ago