Uh oh!
There was an error while loading. Please reload this page.
🌱 Part 3: Reduce number of variable sources. Installed packages - #499
Conversation
48523f5 to
b3ce584Comparefd46b2f to
3f60963Compare3f60963 to
611072aComparem1kola
commented
Nov 3, 2023
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
deb7a6fComparem1kola
commented
Nov 3, 2023
it was legit issue: I was doing things in incorrect order in
Created an issue for this: #512 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
220ee92 to
d2a06e8CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
d2a06e8 to
cd784a0Comparencdc
commented
Nov 6, 2023
@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