Skip to content

Conversation

@logonoff
Copy link
Member

@logonoff logonoff commented Nov 26, 2025

  • BREAKING: Removed support for plugins that provide LegacyConsolePluginManifest
  • BREAKING: Followed up on CONSOLE-4840: Remove FeatureFlag/Model and ModelDefinition #15671 and removed setPluginStore
  • Type breaking:ExtensionDeclaration renamed to Extension, because there are no more "static extensions". ExtensionDeclaration type is removed and its replacement is the Extension type.
  • The idea of "dynamic" vs "static" extensions are entirely removed, we only have "extensions".
  • @console/plugin-sdk barrel files and type reexports are removed
  • LazyLoader type in @console/plugin-sdk migrated to AsyncComponent because it's only used in that context

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 26, 2025
@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 Nov 26, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Nov 26, 2025

@logonoff: This pull request references CONSOLE-3769 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 either version "4.21." or "openshift-4.21.", but it targets "openshift-4.15" instead.

In response to this:

  • ExtensionDeclaration renamed to Extension, because there are no more "static extensions". ExtensionDeclaration type is removed and its replacement is the Extension type.
  • The idea of "dynamic" vs "static" extensions are entirely removed, we only have "extensions".
  • @console/plugin-sdk barrel files and type reexports are removed
  • LazyLoader type in @console/plugin-sdk migrated to AsyncComponent because it's only used in that context

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
Copy link
Contributor

openshift-ci bot commented Nov 26, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@coderabbitai
Copy link

coderabbitai bot commented Nov 26, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Excluded labels (none allowed) (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.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 26, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: logonoff

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

The pull request process is described here

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/core Related to console core functionality component/dashboard Related to dashboard approved Indicates a PR has been approved by an approver from all required OWNERS files. component/dev-console Related to dev-console component/sdk Related to console-plugin-sdk component/shared Related to console-shared component/topology Related to topology plugin-api-changed Categorizes a PR as containing plugin API changes labels Nov 26, 2025
@logonoff logonoff force-pushed the CONSOLE-3769-s3e1-gay-witch-hunt branch from 8e8ce39 to 8bd47eb Compare November 28, 2025 16:40
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Nov 28, 2025

@logonoff: This pull request references CONSOLE-3769 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 either version "4.21." or "openshift-4.21.", but it targets "openshift-4.15" instead.

In response to this:

  • ExtensionDeclaration renamed to Extension, because there are no more "static extensions". ExtensionDeclaration type is removed and its replacement is the Extension type.
  • The idea of "dynamic" vs "static" extensions are entirely removed, we only have "extensions".
  • @console/plugin-sdk barrel files and type reexports are removed
  • LazyLoader type in @console/plugin-sdk migrated to AsyncComponent because it's only used in that context
  • Removed support for plugins that provide LegacyConsolePluginManifest

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-robot
Copy link
Contributor

openshift-ci-robot commented Nov 28, 2025

@logonoff: This pull request references CONSOLE-3769 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 either version "4.21." or "openshift-4.21.", but it targets "openshift-4.15" instead.

In response to this:

  • BREAKING: Removed support for plugins that provide LegacyConsolePluginManifest
  • BREAKING: Followed up on CONSOLE-4840: Remove FeatureFlag/Model and ModelDefinition #15671 and removed setPluginStore
  • Type breaking:ExtensionDeclaration renamed to Extension, because there are no more "static extensions". ExtensionDeclaration type is removed and its replacement is the Extension type.
  • The idea of "dynamic" vs "static" extensions are entirely removed, we only have "extensions".
  • @console/plugin-sdk barrel files and type reexports are removed
  • LazyLoader type in @console/plugin-sdk migrated to AsyncComponent because it's only used in that context

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.

@logonoff logonoff force-pushed the CONSOLE-3769-s3e1-gay-witch-hunt branch from 6baca3d to a355850 Compare December 2, 2025 18:24
@logonoff logonoff force-pushed the CONSOLE-3769-s3e1-gay-witch-hunt branch 3 times, most recently from 6adde96 to d2f3a7b Compare December 4, 2025 16:00
@logonoff logonoff force-pushed the CONSOLE-3769-s3e1-gay-witch-hunt branch from d2f3a7b to 088cd5f Compare December 4, 2025 16:19
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/dashboard Related to dashboard component/dev-console Related to dev-console component/sdk Related to console-plugin-sdk component/shared Related to console-shared component/topology Related to topology 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. plugin-api-changed Categorizes a PR as containing plugin API changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants