Uh oh!
There was an error while loading. Please reload this page.
🌱 Improve installed package error when bundle can not be found - #514
Conversation
| resultSet := catalogfilter.Filter(allBundles, catalogfilter.WithBundleImage(bundleImage)) | ||
| if len(resultSet) == 0 { | ||
| return nil, fmt.Errorf("bundleImage %q not found", bundleImage) | ||
| return nil, fmt.Errorf("bundle with image %q not found in available catalogs but is currently installed via BundleDeployment %q", bundleImage, bundleDeployment.Name) |
There was a problem hiding this comment.
@everettraven this is basically what you suggested here but with a slighlty modified message.
I'm trying to make an emphasis on the fact that the bundle is not fund in the currently available catalogs.
Let me know what you think.
P.S.: this PR will need a rebase after we merge #499.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@## main #514 +/- ##
==========================================
+ Coverage 84.41% 84.43% +0.01%
==========================================
Files 23 23 Lines 892 893 +1 ==========================================
+ Hits 753 754 +1
Misses 95 95 Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
dd5eb77 to
004a748Compare004a748 to
0844b97CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
0844b97 to
4a94bc3Comparem1kola
commented
Nov 7, 2023
@grokspawn could you please take another look? PR got removed from a merge queue becuase #520 got merged and |
grokspawn
commented
Nov 7, 2023
Checking CI signal, and then I'll approve again if green. |
Description
Follow up for #499 (comment)
Reviewer Checklist