Skip to content

fix: allow dot in node labels after colon#319

Merged
pradeeban merged 1 commit into
ControlCore-Project:devfrom
avinxshKD:fix/node-validator-dot-support
Feb 19, 2026
Merged

fix: allow dot in node labels after colon#319
pradeeban merged 1 commit into
ControlCore-Project:devfrom
avinxshKD:fix/node-validator-dot-support

Conversation

@avinxshKD
Copy link
Copy Markdown

@avinxshKD avinxshKD commented Feb 19, 2026

Added . back to the character class: [A-Za-z0-9_.]

fixed #318

@avinxshKD
Copy link
Copy Markdown
Author

avinxshKD commented Feb 19, 2026

@pradeeban my bad sorry PR #309 tightened the regex too much and dropped . support. The old regex allowed [A-Za-z0-9.] after the colon, new one only has [A-Za-z0-9_]. Adding . back fixes it. Pushing the fix now.

@pradeeban pradeeban merged commit 6174395 into ControlCore-Project:dev Feb 19, 2026
1 check passed
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.

2 participants