-
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
🌱 Part 3: Reduce number of variable sources. Installed packages #499
🌱 Part 3: Reduce number of variable sources. Installed packages #499
Conversation
48523f5
to
b3ce584
Compare
fd46b2f
to
3f60963
Compare
3f60963
to
611072a
Compare
Will keep in draft for now. I think "[FAIL] Operator Install when An operator is installed from an operator catalog [It] resolves again when a new catalog is available" failure is a legit one. From a quick look I do not see what is causing it. Everything else seems to be a result of it (looks like some dependency between e2e tests). |
5dabe8f
to
deb7a6f
Compare
it was legit issue: I was doing things in incorrect order in
Created an issue for this: #512 |
220ee92
to
d2a06e8
Compare
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
d2a06e8
to
cd784a0
Compare
@joelanford any other comments? |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
==========================================
- Coverage 84.41% 84.24% -0.18%
==========================================
Files 23 23
Lines 892 895 +3
==========================================
+ Hits 753 754 +1
- Misses 95 96 +1
- Partials 44 45 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
774ab74
Description
Spliting #460 into smaller chunks. Related to #437
In this part I extract code related to creating installed package variables from
InstalledPackageVariableSource
andBundleDeploymentVariableSource
into a separate function.InstalledPackageVariableSource
gets removed in this PR.BundleDeploymentVariableSource
will be removed later in #501Reviewer Checklist