-
Notifications
You must be signed in to change notification settings - Fork 207
fix(marketplace): remove dynamic-plugins-info plugins #3366
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
fix(marketplace): remove dynamic-plugins-info plugins #3366
Conversation
529e0cb to
c43f99c
Compare
dynamic-plugins.default.yaml
Outdated
| path: marketplace | ||
| title: Catalog | ||
| - mountPoint: application/provider | ||
| importName: InstallationContextProvider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you get rid of this mount point and handle the installed plugins context by wrapping the DynamicMarketplacePluginRouter component with a context provider (See comment section here https://issues.redhat.com/browse/RHIDP-8301)
This Context provider keeps track of plugins that are installed/updated/enabled/disabled to list them on the catalog page alert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this
e447674 to
5f70157
Compare
|
The image is available at: |
christoph-jerolimov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change looks unnecessary to me, but maybe I'm wrong.
And can we merge this without updating the marketplace? I think it would great to remove the dynamic-plugins-info plugin when also update the marketplace that includes this feature (tab)
0370974 to
8242d78
Compare
|
The image is available at: |
a540e2c to
fbdf0b2
Compare
|
The image is available at: |
fbdf0b2 to
88614e7
Compare
Signed-off-by: Yi Cai <[email protected]>
cb783df to
607cf09
Compare
|
The image is available at: |
|
/retest |
|
/retest |
|
Tested on the cluster, the feature seems to work except for the toggle, so I created a bug for it RHDHBUGS-2125
Screen.Recording.2025-10-10.at.8.40.59.PM.movScreen.Recording.2025-10-10.at.8.42.07.PM.mov |
fix(e2e): stable fix for extenstions
|
The image is available at: |
|
@ciiay: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
|
/retest |
|
Tested the PR locally, and it works fine Tested on the cluster Screen.Recording.2025-10-13.at.9.1.mp4Screen.Recording.2025-10-13.at.9.2.mp4 |
debsmita1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created this ticket to handle the installation disabled scenario https://issues.redhat.com/browse/RHDHBUGS-2126
/lgtm
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: debsmita1, HusneShabbir 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 |
7bc87ea
into
redhat-developer:main
@sanketpathak Could you verify this again ? I have uploaded a video in the above comment, and I didn't come across this issue |
It looks like [1][2] removed the dynamic-plugins-info backend plugin and we should now call '/api/extensions/loaded-plugins' instead of '/api/dynamic-plugins-info/loaded-plugins' [1] redhat-developer/rhdh#3366 [2] https://issues.redhat.com/browse/RHIDP-8301
It looks like [1][2] removed the dynamic-plugins-info backend plugin and we should now call '/api/extensions/loaded-plugins' instead of '/api/dynamic-plugins-info/loaded-plugins' [1] redhat-developer/rhdh#3366 [2] https://issues.redhat.com/browse/RHIDP-8301
It looks like [1][2] removed the dynamic-plugins-info backend plugin and we should now call '/api/extensions/loaded-plugins' instead of '/api/dynamic-plugins-info/loaded-plugins' [1] redhat-developer/rhdh#3366 [2] https://issues.redhat.com/browse/RHIDP-8301 Co-authored-by: Armel Soro <[email protected]>



Description
Please explain the changes you made here.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer