Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Fully support valid names of GitHub repositories #458

@philipsorst

Description

@philipsorst

I tried to add a Bundle where the repository name contains a dot. This is rejected with the message "Please enter a valid GitHub repo name (e.g. KnpLabs/KnpBundles).".

Checking the corresponding controller line I see that only repositories matching the pattern [a-z0-9-] are supported. Unfortunately I couldn't find any documentation on the pattern GitHub itself uses, but at least dot and underscore are supported as well. It would be great if KnpBundles would support all valid GitHub repository names as otherwise users are forced to change their repository names which has a huge impact on projects already using those bundles.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions