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

Use strongly-typed BlueprintUuid #7328

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Use strongly-typed BlueprintUuid #7328

merged 1 commit into from
Jan 13, 2025

Conversation

jgallagher
Copy link
Contributor

A few yaks deep, I found myself wanting to do some diesel stuff that applied to blueprint IDs, but then realized we were still modeling them as plain Uuid. This converts most of them to BlueprintUuid (while leaving the Nexus external API untouched, which does affect a few Nexus internal endpoints too, hence the occasional .as_untyped_uuid() that shows up in this PR).

Copy link
Contributor

@sunshowers sunshowers left a comment

Choose a reason for hiding this comment

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

if it compiles, it (probably) works ;)

@jgallagher jgallagher merged commit 58a8886 into main Jan 13, 2025
18 checks passed
@jgallagher jgallagher deleted the john/db-blueprint-id branch January 13, 2025 13:27
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