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

chore: display additional field if installed version is different #7025

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Apr 30, 2024

What does this PR do?

Display installed version if different than the catalog version
for example if I have a different version than the one in the catalog I should be able to see if while seeing the catalog because if I click on the details I will the version of the installed extension

Screenshot / video of UI

image

What issues does this PR fix or reference?

fixes #6989

How to test this PR?

  • Tests are covering the bug fix or the new feature

@benoitf benoitf requested a review from a team as a code owner April 30, 2024 12:48
@benoitf benoitf requested review from dgolovin and lstocchi and removed request for a team April 30, 2024 12:48
Copy link
Collaborator

@deboer-tim deboer-tim left a comment

Choose a reason for hiding this comment

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

Confirmed that I can now see the difference between an old installed extension and a newer one in the catalog.

The catalog details page still lists the local version, and if auto-update is disabled I have to delete the local copy to be able to update to the catalog version, but +1 since this is an improvement and now correct. We can track remaining issues for 1.11+ separately.

@feloy
Copy link
Contributor

feloy commented Apr 30, 2024

Works for me with a newer installed version than the catalog version.

v0.1.3 (installed: v0.1.4)

Is it expected to have a different color for the installed version (gray-500) compared to the catalog version (gray-700)?

@benoitf
Copy link
Collaborator Author

benoitf commented Apr 30, 2024

@feloy no, I will revert

fixes containers#6989
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf
Copy link
Collaborator Author

benoitf commented Apr 30, 2024

@feloy fixed

@benoitf benoitf merged commit 091b7ae into containers:main Apr 30, 2024
8 checks passed
@podman-desktop-bot podman-desktop-bot added this to the 1.11.0 milestone Apr 30, 2024
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.

version mismatched in extension catalog
4 participants