-
Notifications
You must be signed in to change notification settings - Fork 85
chore(extensions): Rename plugins from marketplace to extensions #2006
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
Open
karthikjeeyar
wants to merge
7
commits into
redhat-developer:main
Choose a base branch
from
karthikjeeyar:refactor-extensions-plugins
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(extensions): Rename plugins from marketplace to extensions #2006
karthikjeeyar
wants to merge
7
commits into
redhat-developer:main
from
karthikjeeyar:refactor-extensions-plugins
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
59ff5ef to
926dbec
Compare
926dbec to
74f5dec
Compare
2e25d32 to
c94a915
Compare
438a3a1 to
90c530e
Compare
rm3l
added a commit
to rm3l/rhdh
that referenced
this pull request
Jan 9, 2026
…ions' by default 'marketplace' is being replaced in favor of 'extensions' [1] redhat-developer/rhdh-plugins#2006 Co-authored-by: Karthik Jeeyar <[email protected]>
5 tasks
openshift-merge-bot bot
pushed a commit
to redhat-developer/rhdh
that referenced
this pull request
Jan 9, 2026
…ge when `CATALOG_INDEX_IMAGE` is set [RHIDP-11291] (#3970) * chore: Add unit tests * fix(install-dynamic-plugins): also extract catalog entities from index image when CATALOG_INDEX_IMAGE is set [RHIDP-11291] * docs: Update docs accordingly * Remove existing catalog entities in dest dir for clean sync with the content of the index image This is to take into account the case where the catalog index image is updated and contains completely different catalog entities. Without this, we might still see the previous extensions displayed in the Extensions UI * Also remove the /marketplace/catalog-entities files from the container image It is now useless as it only contains a README file * Extract extensions catalog entities to '<dynamic-plugins-root>/extensions' by default 'marketplace' is being replaced in favor of 'extensions' [1] redhat-developer/rhdh-plugins#2006 Co-authored-by: Karthik Jeeyar <[email protected]> * Search for the catalog entities folder in the 'extensions' folder from the catalog index image, with a fallback to 'marketplace' (for backward compatibility) --------- Co-authored-by: Karthik Jeeyar <[email protected]>
366e1ad to
105a421
Compare
105a421 to
7aaa04c
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Hey, I just made a Pull Request!
https://issues.redhat.com/browse/RHIDP-8299
Renamed plugins from marketplace to extensions
This PR contains the following changes:
backstage-plugin-marketplace-*tobackstage-plugin-extensions-*extensions.directoryin app-config.yaml with fallback toextensionsandmarketplacedirectorieScreenshots/video:
Extension_in_cluster.mov
New Configuration for specifying the catalog-entities path:
How to test in cluster?
app-config.yaml (configmap)Note: for this testing, you need to add the catalog locations from below config, automatic discovery is work in progress.
✔️ Checklist