Skip to content

OU-1243: Dashboard can be loaded only for the first time#798

Open
zhuje wants to merge 1 commit intoopenshift:release-coo-0.4from
zhuje:ou1243-fix-dashboard-nav-pr
Open

OU-1243: Dashboard can be loaded only for the first time#798
zhuje wants to merge 1 commit intoopenshift:release-coo-0.4from
zhuje:ou1243-fix-dashboard-nav-pr

Conversation

@zhuje
Copy link
Contributor

@zhuje zhuje commented Mar 3, 2026

JIRA
[release-coo-0.4] - Dashboard can be loaded only for the first time
https://issues.redhat.com/browse/OU-1243

Image
quay.io/jezhu/monitoring-plugin:ou1243-mar2

Testing cluster
https://console-openshift-console.apps.emurasak-418bb.qe.devcluster.openshift.com

Screen.Recording.2026-03-02.at.7.13.07.PM.mov

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 3, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 3, 2026

@zhuje: This pull request references OU-1243 which is a valid jira issue.

Details

In response to this:

JIRA
[release-coo-0.4] - Dashboard can be loaded only for the first time
https://issues.redhat.com/browse/OU-1243

Image
quay.io/jezhu/monitoring-plugin:ou1243-mar2

Testing cluster
https://console-openshift-console.apps.emurasak-418bb.qe.devcluster.openshift.com

Screen.Recording.2026-03-02.at.7.13.07.PM.mov

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhuje

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 3, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 3, 2026

@zhuje: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-hypershift-conformance d793e2d link false /test e2e-hypershift-conformance

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@etmurasaki
Copy link
Contributor

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Mar 3, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 3, 2026

@zhuje: This pull request references OU-1243 which is a valid jira issue.

Details

In response to this:

JIRA
[release-coo-0.4] - Dashboard can be loaded only for the first time
https://issues.redhat.com/browse/OU-1243

Image
quay.io/jezhu/monitoring-plugin:ou1243-mar2

Testing cluster
https://console-openshift-console.apps.emurasak-418bb.qe.devcluster.openshift.com

Screen.Recording.2026-03-02.at.7.13.07.PM.mov

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@etmurasaki
Copy link
Contributor

/override ci/prow/e2e-hypershift-conformance

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 3, 2026

@etmurasaki: etmurasaki unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:openshift: openshift-release-oversight openshift-staff-engineers openshift-sustaining-engineers.

Details

In response to this:

/override ci/prow/e2e-hypershift-conformance

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

const DEFAULT_DASHBOARD_DURATION = '30m';
const DEFAULT_REFRESH_INTERVAL = '0s';

// Always have a dashboard resource to prevent context issues
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this is the right approach. The issue is that the providers should not load if there is no dashboard or is loading. This code is also like this in the coo-0.5 branch. So I'd assume we have the same issue there.

});

export const EmptyStateSpinner: React.FunctionComponent = () => (
<Bullseye>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is different from what we have in the coo-0.5 branch. If we are going to adjust we need to adjust there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants