-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: Add create_volume
to swagger docs
#161
Conversation
Also: - Update flake so postgres works in NixOS - Replace ucan path deps with actual UCAN
Hm. We need a way to run kubo during tests. |
Yeah, it's because the Anyhow, it's just on validating volume changes that things will fail until that issue gets resolved, or we can use a different resource (e.g. |
cd fission-server | ||
diesel migration run --database-url $PGURL |
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.
👍
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.
Oh god. The formatting messed this diff up quite badly 😅
I actually didn't change anything - it just lined up the "diesel migration run" with the "diesel database setup" lines from the two versions of the file.
These scripts are literally unchanged!
Ah - sorry for the huge diff in |
Might make more sense to just mock for CI? Either way, can we get this merged so it's easier to build & run and work on a kubo testing strategy in a different PR? |
Yeah, let's merge. |
utoipa::path
to thecreate_volume
handler