chore(extensions): Rename plugins from marketplace to extensions - #2006
Merged
christoph-jerolimov merged 7 commits intoJan 12, 2026
Merged
Conversation
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
from
January 7, 2026 08:43
59ff5ef to
926dbec
Compare
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
from
January 7, 2026 12:30
926dbec to
74f5dec
Compare
karthikjeeyar
marked this pull request as ready for review
January 7, 2026 12:30
karthikjeeyar
requested review from
a team and
christoph-jerolimov
as code owners
January 7, 2026 12:30
karthikjeeyar
requested review from
sanketpathak
and removed request for
a team
January 7, 2026 12:30
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
16 times, most recently
from
January 9, 2026 12:32
2e25d32 to
c94a915
Compare
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
2 times, most recently
from
January 9, 2026 13:04
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 <karthik.jk11@gmail.com>
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 <karthik.jk11@gmail.com> * 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 <karthik.jk11@gmail.com>
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
3 times, most recently
from
January 10, 2026 07:41
366e1ad to
105a421
Compare
karthikjeeyar
force-pushed
the
refactor-extensions-plugins
branch
from
January 10, 2026 07:47
105a421 to
7aaa04c
Compare
|
HusneShabbir
left a comment
Member
There was a problem hiding this comment.
Tested Locally & on cluster, works as expected.
Merged
2 tasks
christoph-jerolimov
approved these changes
Jan 12, 2026
4 tasks
elai-shalev
pushed a commit
to elai-shalev/rhdh-plugins
that referenced
this pull request
Jan 21, 2026
…hat-developer#2006) * rename marketplace to extensions * refactor filenames, directories and variables * build api reports * add changeset * revert monaco code editor changes * add configurations for catalog entities directory path * lazy load codeEditor component to reduce the frontend bundle size
elai-shalev
pushed a commit
to elai-shalev/rhdh-plugins
that referenced
this pull request
Jan 21, 2026
…hat-developer#2006) * rename marketplace to extensions * refactor filenames, directories and variables * build api reports * add changeset * revert monaco code editor changes * add configurations for catalog entities directory path * lazy load codeEditor component to reduce the frontend bundle size
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
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
https://issues.redhat.com/browse/RHIDP-11299
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