Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(central): schema names with - should be allowed #4391

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mswertz
Copy link
Member

@mswertz mswertz commented Oct 24, 2024

needed because of 'catalogue-demo' schema (cannot now be created via UI while we use it for tests)

Copy link
Contributor

@chinook25 chinook25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesnt work: test-test fails. Regex needs to be: /^(?!.* _|.*_ )[-a-zA-Z][-a-zA-Z0-9 _]{0,30}$
(another - in between the last [])

@mswertz
Copy link
Member Author

mswertz commented Oct 24, 2024

Doesnt work: test-test fails. Regex needs to be: /^(?!.* _|.*_ )[-a-zA-Z][-a-zA-Z0-9 _]{0,30}$ (another - in between the last [])

indeed, thx

Copy link

sonarcloud bot commented Oct 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants