-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixes 2938: Add Errata tab to snapshot details #235
Conversation
/retest |
1 similar comment
/retest |
Hi I added repo: I clicked kebab, View all snapshots, clicked on the errata count "4", Table closed and the follow error was displayed:
|
/retest |
1 similar comment
/retest |
✅ Ack on the code changes from me! |
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.
cc @Andrewgdewar, similar question as above
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.
we might need some funny logic that checks if the errata starts with RH and add a link if so
/retest |
/retest |
1 similar comment
/retest |
ack on @Andrewgdewar's code changes! |
I would make the default sort be done in descending order of date (so most recent errata first). Thats generally what users are more interested in. |
I agree with justin's comment, otherwise looks good to me |
otherwise everything else looks great! |
oh that doesn't look good at all :) there's no formatting being done on the description right now, i'll see what i can do there. which repo was that @jlsherrill ? EDIT: i see it's epel9, no other errata in repos i've checked have a description with a changelog like that :/ i'm not sure how best to handle that |
for the sorting on date, i think we'd have to make a change in the api to support that. i can open a bug? correct me if i'm wrong @Andrewgdewar |
We probably just need to adjust the default order here: https://github.com/content-services/tang/blob/main/pkg/tangy/rpm.go#L313 as right now its not configurable, which i think is okay for now |
and yeah, that can be a followup ticket |
sort order changed thanks to @Andrewgdewar ! and here's that epel errata description with the latest push @jlsherrill. thoughts? |
/retest |
1 similar comment
/retest |
Summary
Testing steps