Skip to content

[WIP] CONSOLE-5027: Refactor public/ Directory Components to useK8sWatchResource(s)#15954

Open
cajieh wants to merge 1 commit intoopenshift:mainfrom
cajieh:migrate-firehose-to-hooks
Open

[WIP] CONSOLE-5027: Refactor public/ Directory Components to useK8sWatchResource(s)#15954
cajieh wants to merge 1 commit intoopenshift:mainfrom
cajieh:migrate-firehose-to-hooks

Conversation

@cajieh
Copy link
Contributor

@cajieh cajieh commented Jan 28, 2026

No description provided.

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

openshift-ci-robot commented Jan 28, 2026

@cajieh: This pull request references CONSOLE-5027 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

NOT READY FOR REVIEW

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.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 28, 2026
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 28, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

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.

  • 🔍 Trigger a full review

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

@openshift-ci openshift-ci bot requested review from Leo6Leo and jgbernalp January 28, 2026 15:53
@openshift-ci openshift-ci bot added the component/core Related to console core functionality label Jan 28, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 28, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cajieh

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 component/monitoring Related to monitoring approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 28, 2026
@cajieh cajieh force-pushed the migrate-firehose-to-hooks branch from ed33b09 to 7b7d0f8 Compare February 3, 2026 14:40
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 3, 2026
@cajieh cajieh force-pushed the migrate-firehose-to-hooks branch from 7b7d0f8 to 5f6e3ed Compare February 4, 2026 10:52
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Feb 4, 2026

@cajieh: This pull request references CONSOLE-5027 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

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.

@cajieh cajieh force-pushed the migrate-firehose-to-hooks branch 4 times, most recently from 7dca8dc to b879d3d Compare February 4, 2026 22:42
const resources = flags[FLAGS.CONSOLE_YAML_SAMPLE]
? [
{
const watchResources = flags[FLAGS.CONSOLE_YAML_SAMPLE]
Copy link
Member

Choose a reason for hiding this comment

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

for EditYAML we can actually simplify this even further by using useFlag and moving this into the main EditYAML component. Then we do not need EditYAML_ and WithFlagProps and all that other stuff

@cajieh cajieh force-pushed the migrate-firehose-to-hooks branch from b879d3d to 7db7e98 Compare February 6, 2026 18:28
isList: false,
prop: 'obj',
};
const objResource = useMemo<FirehoseResource>(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deferring to the Firehose Type migration effort.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 7, 2026

@cajieh: The following tests 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-gcp-console 7db7e98 link true /test e2e-gcp-console
ci/prow/frontend 7db7e98 link true /test frontend

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.

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. component/core Related to console core functionality component/monitoring Related to monitoring do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants