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

fix: report error if container engine action fails in details page (#3796) #4556

Merged
merged 2 commits into from Nov 6, 2023

Conversation

lstocchi
Copy link
Contributor

What does this PR do?

This PR adds the error button that get shown if a container action fails

Screenshot/screencast of this PR

error_container-action

What issues does this PR fix or reference?

it resolves #3796

How to test this PR?

  1. execute any action that you know it will fail from the details page of a container engine
  2. you should see the error button

@lstocchi lstocchi requested review from benoitf and a team as code owners October 30, 2023 14:25
@lstocchi lstocchi requested review from dgolovin and feloy and removed request for a team October 30, 2023 14:25
Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

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

it looks like the major part of this PR is about a code refactoring, then the report of the error is mainly about only adding
<ConnectionErrorInfoButton status="{connectionStatus}" /> but it's like hard to see what is new and what is refactoring
so I'm wondering if it should be split at least into two commits

@lstocchi
Copy link
Contributor Author

lstocchi commented Nov 3, 2023

@benoitf done 👍

Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

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

thanks @lstocchi

@lstocchi lstocchi merged commit 4ad86e4 into containers:main Nov 6, 2023
9 checks passed
@lstocchi lstocchi deleted the i3796 branch November 6, 2023 10:12
@podman-desktop-bot podman-desktop-bot added this to the 1.6.0 milestone Nov 6, 2023
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.

No errors reported within Container Engine details page
4 participants