Closed logonoff closed 3 days ago
@logonoff: This pull request references Jira Issue OCPBUGS-44576, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @yapei
The bug has been updated to refer to the pull request using the external bug tracker.
/hold
depends on this to be merged since masthead-branding.ts
uses the ESM-style imported logos
/unhold
for code review:
/cc @spadgett
/retest
@logonoff: This pull request references Jira Issue OCPBUGS-44576, which is valid.
Requesting review from QA contact: /cc @yapei
The bug has been updated to refer to the pull request using the external bug tracker.
/retest-required
Remaining retests: 0 against base HEAD cb576e516621bf0dcb6d5276848f03623676e4b7 and 2 for PR HEAD 8823265bb20cc179322011db7160ce224a6833b0 in total
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: logonoff, spadgett
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
@logonoff: all tests passed!
Full PR test history. Your PR dashboard.
@logonoff: Jira Issue OCPBUGS-44576: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-44576 has been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: openshift-enterprise-console This PR has been included in build openshift-enterprise-console-container-v4.18.0-202411191206.p0.g9d35cf2.assembly.stream.el9. All builds following this will include this PR.
Fixes:
Fixes: https://issues.redhat.com/browse/OCPBUGS-44576
Analysis / Root cause:
Barrel imports / large files caused circular references
Solution Description:
Replace
index.ts
/barrel imports with their direct counterparts, split up some large filesScreen shots / Gifs for design review:
n/a
Unit test coverage report:
n/a
Test setup:
Run
yarn check-cycles
and observe that there are no more cycles involvingpubic
folder, excluding cycles with module paths that match the regex/node_modules|public\/dist|@console\/active-plugins/
(those will be addressed in separate PRs), and excluding these cycles (because they are false positives)Browser conformance:
This PR also closes OCPBUGS-44017