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

Make the UUID regex more lenient #31

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Make the UUID regex more lenient #31

merged 1 commit into from
Feb 26, 2019

Conversation

rowanmanning
Copy link
Member

PR #30's build failed initially because a v1 UUID was used rather than
v4. There's no issue with using older or newer UUIDs, so I've updated
the validation to allow for versions 1–5.

This probably also highlights that we should provide some guidance in
the documentation on where to get your IDs. Or possibly we should add a
command-line tool to help generate them.

PR #30's build failed initially because a v1 UUID was used rather than
v4. There's no issue with using older or newer UUIDs, so I've updated
the validation to allow for versions 1–5.

This probably also highlights that we should provide some guidance in
the documentation on where to get your IDs. Or possibly we should add a
command-line tool to help generate them.
@rowanmanning rowanmanning added this to the Alpha milestone Feb 26, 2019
@rowanmanning rowanmanning requested a review from a team February 26, 2019 13:29
@rowanmanning rowanmanning merged commit 06ccb21 into master Feb 26, 2019
@rowanmanning rowanmanning deleted the allow-all-uuids branch February 26, 2019 17:05
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