Closed logonoff closed 6 days ago
@logonoff: This pull request references Jira Issue OCPBUGS-44573, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@logonoff: This pull request references Jira Issue OCPBUGS-44573, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @sanketpathak
/retest
/retest
/retest
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: logonoff, lokanandaprabhu, spadgett
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest-required
Remaining retests: 0 against base HEAD d3346f919312521a589538538424a4e629a2e084 and 2 for PR HEAD e83aefc5f4cec193223866744944a51a93c558bb in total
@logonoff: all tests passed!
Full PR test history. Your PR dashboard.
@logonoff: Jira Issue OCPBUGS-44573: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-44573 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-202411160007.p0.g14639ca.assembly.stream.el9. All builds following this will include this PR.
Fixes:
Fixes: https://issues.redhat.com/browse/OCPBUGS-44573
Analysis / Root cause:
Barrel imports caused circular references
Solution Description:
Replace
index.ts
/barrel imports with their direct counterpartsScreen 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 involving thepackages/webterminal-plugin
andpackages/console-app
folder, excluding cycles with module paths that match the regex/node_modules|public\/dist|@console\/active-plugins/
(those will be addressed in separate PRs)Browser conformance:
This is 1 of many PRs to inch towards closing OCPBUGS-44017