-
Notifications
You must be signed in to change notification settings - Fork 54
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
⚠: Ambiguous Resolution #1165
⚠: Ambiguous Resolution #1165
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9086fbc
to
4a89500
Compare
You need to update the test-e2e, which will be a pain in the ass until the selector is available (see #1164) so we might want to merge that one in first... |
You might want to rebase now that #1164 is merged. |
Changes the behavior of catalog resolution by returning an error when multiple packages are available from multiple catalogs. Signed-off-by: dtfranz <dfranz@redhat.com>
4a89500
to
132c34d
Compare
PR has been rebased and updated with @tmshort 's e2e test. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1165 +/- ##
==========================================
- Coverage 75.42% 75.28% -0.15%
==========================================
Files 35 35
Lines 1925 1934 +9
==========================================
+ Hits 1452 1456 +4
- Misses 330 332 +2
- Partials 143 146 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
/lgtm
2391092
Changes the behavior of catalog resolution by returning an error when multiple packages are available from multiple catalogs.
Users will need to use forthcoming label selectors to narrow down catalogs when this occurs.
Closes #1110
Description
Reviewer Checklist