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

Relaxed UUID validation. #269

Merged
merged 1 commit into from Nov 24, 2015
Merged

Relaxed UUID validation. #269

merged 1 commit into from Nov 24, 2015

Conversation

n1k0
Copy link
Contributor

@n1k0 n1k0 commented Nov 24, 2015

We're now accepting uuid formats matching the cliquet spec. But we're still creating UUID4 by default.

r=? @Natim @leplatrem @almet

@Natim
Copy link
Member

Natim commented Nov 24, 2015

Yep, looks great 👍

export function isUUID4(uuid) {
return RE_UUID4.test(uuid);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to keep this since it's now unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, will remove.

@leplatrem
Copy link
Contributor

r+

n1k0 added a commit that referenced this pull request Nov 24, 2015
@n1k0 n1k0 merged commit 27399a0 into master Nov 24, 2015
@n1k0 n1k0 removed the in progress label Nov 24, 2015
@n1k0 n1k0 deleted the update-uuid-regexp branch November 24, 2015 15:01
@n1k0 n1k0 modified the milestone: 1.1.1 Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants