🌱 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. |
…ework#499) Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.0 to 2.22.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.0...v2.22.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description
Spliting #460 into smaller chunks. Related to #437
In this part I extract code related to creating installed package variables from
InstalledPackageVariableSourceandBundleDeploymentVariableSourceinto a separate function.InstalledPackageVariableSourcegets removed in this PR.BundleDeploymentVariableSourcewill be removed later in #501Reviewer Checklist