-
Notifications
You must be signed in to change notification settings - Fork 667
Migrate all static AddAction extensions to dynamic extensions #8371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate all static AddAction extensions to dynamic extensions #8371
Conversation
|
@rohitkrai03 doesn't #8363 need to merge first otherwise localization of |
@christianvogt Yeah, i am trying your PR with my branch. Will rebase my branch to include your changes once everything works fine. |
frontend/packages/console-dynamic-plugin-sdk/src/extensions/add-actions.ts
Outdated
Show resolved
Hide resolved
frontend/packages/console-dynamic-plugin-sdk/src/extensions/add-actions.ts
Outdated
Show resolved
Hide resolved
896502c to
c5b1f7f
Compare
|
LGTM on last two commits. |
4fcc6fc to
674695e
Compare
frontend/packages/console-dynamic-plugin-sdk/src/extensions/add-actions.ts
Outdated
Show resolved
Hide resolved
frontend/packages/console-dynamic-plugin-sdk/src/utils/common.ts
Outdated
Show resolved
Hide resolved
674695e to
7bfc2ff
Compare
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christianvogt, rohitkrai03 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Depends on #8363
Fixes: https://issues.redhat.com/browse/ODC-5550
Analysis / Root cause: All
AddActionextensions currently use static extensibility mechanism.Solution Description: Move all static AddAction extensions to use dynamic extensibility.
Screen shots / Gifs for design review: No UI change.
Browser conformance: