-
Notifications
You must be signed in to change notification settings - Fork 62
Make use of the #derive(JsonSchema) addition to progenitor #580
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
Conversation
Cargo.toml
Outdated
| [patch."https://github.com/oxidecomputer/progenitor"] | ||
| progenitor = { path = "../progenitor/progenitor" } | ||
| [patch."https://github.com/oxidecomputer/crucible"] | ||
| crucible-agent-client = { path = "../crucible/agent-client" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These obviously need to be removed before merging.
oximeter/producer/src/lib.rs
Outdated
| .await | ||
| .map_err(|msg| Error::RegistrationError(msg.to_string())) | ||
| .map_err(|msg| Error::RegistrationError(msg.to_string()))?; | ||
| Ok(()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, this is an unrelated progenitor update that we'll catch on the next dependabot sync
Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
|
I went ahead and merged this into #511 , closing. |
|
@smklein did this make it in? 1beee37#diff-d38884f7391ae50f795707dbb281656e8afe38ea3ecac15a6ee80d52724017c0 |
|
Admittedly, no, it did not - I think the |
|
Nice |
Relies on oxidecomputer/progenitor#21