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/modules/packages
Gergely Nagy 4d22bda4db
Allow non-semver packages in the Conan package registry (#20412)
A lot of existing packages do not conform to SemVer, yet, they should be allowed
in the Conan package registry as-is. To achieve this, remove the SemVer check
from `NewRecipeReference`, and replace it with a simple empty string check.

A unit test with a non-semver version is also included.

Fixes #20405.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2 years ago
..
composer Add Package Registry (#16510) 2 years ago
conan Allow non-semver packages in the Conan package registry (#20412) 2 years ago
container Add Package Registry (#16510) 2 years ago
helm Add Helm Chart registry (#19406) 2 years ago
maven Add Package Registry (#16510) 2 years ago
npm Add Package Registry (#16510) 2 years ago
nuget Add Package Registry (#16510) 2 years ago
pypi Add Package Registry (#16510) 2 years ago
rubygems Add Package Registry (#16510) 2 years ago
content_store.go Add Package Registry (#16510) 2 years ago
hashed_buffer.go Add Package Registry (#16510) 2 years ago
multi_hasher.go Add more linters to improve code readability (#19989) 2 years ago
multi_hasher_test.go Add Package Registry (#16510) 2 years ago