Rename Connector Store to WSO2 Integration Store, re-enable Type filter - #51
Merged
DimuthuMadushan merged 4 commits intoAug 25, 2026
Conversation
- Renamed 'Connector Store' to 'WSO2 Integration Store' across UI text, manifest, README, and config files - Updated homepage hero title and description (Hero.tsx) to reflect the new name and that the store covers connectors, libraries, and other integration assets — not just connectors - Re-enabled the Type filter (Connector/Library) in FilterSidebar.tsx, previously hidden pending the rename - Fixed stale base-path comment in public/index.html Related to wso2-enterprise/integration-engineering#2456
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ing rename decision
…ame to wso2/integration-store
DimuthuMadushan
approved these changes
Aug 25, 2026
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.
Description
This PR renames the "Connector Store" to "WSO2 Integration Store" across the codebase, in line with the naming decision finalized in the Ballerina Integration Discussion group (see linked issue for context). The store lists connectors, libraries, drivers, and other integration assets — not just connectors — so the old name was misleading and was the root cause of a related UX confusion issue (FreeMarker, a library, appearing indistinguishable from a connector).
As part of this change, the previously-hidden Type filter (Connector/Library) has been re-enabled, since it was originally commented out specifically because it conflicted with the old "Connector Store" name — that blocker no longer applies with the new name.
Type of Change
Related Issue(s)
Relates to wso2-enterprise/integration-engineering#2456
Changes Made
manifest.json,README.md,package.json,.env.example,CONTRIBUTING.md, andSECURITY.mdHero.tsx) to reflect the new name and clarify that the store covers connectors, libraries, and other integration assets — not just connectorsFilterSidebar.tsx, previously hidden pending this renamepublic/index.htmlconnector-storetointegration-storeinpackage.jsonTesting Performed
Test Environment
Test Cases
npm test)Screenshots
Before
Type filter hidden, page titled "Connectors"
After
Type filter visible and working — filtering by "Library" correctly isolates library packages (e.g. FreeMarker), filtering by "Connector" correctly isolates connectors (e.g. Salesforce). Breadcrumb and page text now read "WSO2 Integration Store".
Code Quality Checklist
npm run lintpasses)npm run format:checkpasses)npx tsc --noEmit)Documentation
Performance Impact
Details: N/A — this is a text/naming rename and a UI filter re-enable using existing, already-tested logic.
Breaking Changes
Details: The npm package name changed from
connector-storetointegration-storeinpackage.json. This does not affect the deployed application itself, but anything external referencing the package by its old npm name (e.g. CI scripts, other tooling) should be checked.Additional Notes
The production URL path for this app is expected to change to
wso2.com/integration-platform/store/(confirmed in the naming discussion thread), but that change lives in deployment/routing configuration outside this repository and is not part of this PR.Reviewer Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.