You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What does this PR do?
On the build page, we should do a prereqs check to see if the podman
machine is even running.
This adds a prereq check at the beginning to make sure that it errors
out before the user fills out the form.
I have also made sure that validation is now captures inside of a try /
catch, which it wasn't before.
### Screenshot / video of UI
<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
Closespodman-desktop#701
### How to test this PR?
<!-- Please explain steps to reproduce -->
1. Purposely stop podman machine
2. Go to build
3. See it errors out when trying to press button.
Signed-off-by: Charlie Drage <[email protected]>
### What does this PR do?
On the build page, we should do a prereqs check to see if the podman
machine is even running.
This adds a prereq check at the beginning to make sure that it errors
out before the user fills out the form.
I have also made sure that validation is now captures inside of a try /
catch, which it wasn't before.
### Screenshot / video of UI
<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
Closespodman-desktop#701
### How to test this PR?
<!-- Please explain steps to reproduce -->
1. Purposely stop podman machine
2. Go to build
3. See it errors out when trying to press button.
Signed-off-by: Charlie Drage <[email protected]>
Is your enhancement related to a problem? Please describe
We should check to see if podman / podman machine is running before proceeding to the build page or even on the dashboard of bootc.
Right now, we output instead errors to console / functionality does not work.
Describe the solution you'd like
Warnings / errors in the UI that podman is not installed.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: