Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WSO2 Integrator Connector Store - Environment Variables
# WSO2 Integration Store - Environment Variables

# ====================
# Application Settings
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to WSO2 Integrator Connector Store
# Contributing to WSO2 Integration Store

Thank you for your interest in contributing! This document provides guidelines for contributing to the project.

Expand All @@ -25,7 +25,7 @@ Thank you for your interest in contributing! This document provides guidelines f

```bash
git clone <repository-url>
cd connector-store
cd integration-store
```

2. **Install dependencies**
Expand Down Expand Up @@ -297,4 +297,4 @@ By contributing, you agree that your contributions will be licensed under the sa

---

**Thank you for contributing to WSO2 Integrator Connector Store!**
**Thank you for contributing to WSO2 Integration Store!**
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WSO2 Integrator Connector Store
# WSO2 Integration Store

A modern, high-performance connector store for WSO2 Integrator, showcasing 800+ Ballerina connectors from Ballerina Central with accurate download metrics and powerful filtering capabilities.
A modern, high-performance integration store for WSO2 Integrator, showcasing 800+ Ballerina connectors, libraries, and other integration assets from Ballerina Central with accurate download metrics and powerful filtering capabilities.

[![React](https://img.shields.io/badge/React-18.2-61DAFB)](https://react.dev/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)
Expand All @@ -9,7 +9,7 @@ A modern, high-performance connector store for WSO2 Integrator, showcasing 800+

## Overview

The WSO2 Integrator Connector Store provides a user-friendly interface to discover, search, filter, and explore Ballerina connectors from Ballerina Central. Built with React and WSO2 Oxygen UI (built on Material-UI v7), it offers a fast, responsive experience with professional WSO2 branding.
The WSO2 Integration Store provides a user-friendly interface to discover, search, filter, and explore Ballerina connectors from Ballerina Central. Built with React and WSO2 Oxygen UI (built on Material-UI v7), it offers a fast, responsive experience with professional WSO2 branding.

**Live Demo:** [Your deployment URL here]

Expand Down Expand Up @@ -141,7 +141,7 @@ The WSO2 Integrator Connector Store provides a user-friendly interface to discov
```bash
# Clone the repository
git clone <repository-url>
cd integrator-connector-store
cd integration-store

# Install dependencies
npm install
Expand Down Expand Up @@ -239,7 +239,7 @@ Runs Prettier formatting.
## Project Structure

```text
wso2-integrator-connector-store/
wso2-integration-store/
├── public/
│ ├── index.html # HTML entry point
│ ├── manifest.json # PWA manifest
Expand All @@ -251,7 +251,7 @@ wso2-integrator-connector-store/
│ ├── index.tsx # React entry point
│ ├── App.tsx # Root component with router
│ ├── pages/
│ │ └── HomePage.tsx # Main connector store page
│ │ └── HomePage.tsx # Main Integration store page
│ ├── components/
│ │ ├── ConnectorCard/
│ │ │ ├── ConnectorCard.tsx # Individual connector card
Expand Down Expand Up @@ -643,8 +643,8 @@ server {
**Build and Run:**

```bash
docker build -t wso2-connector-store .
docker run -p 80:80 wso2-connector-store
docker build -t wso2-integration-store .
docker run -p 80:80 wso2-integration-store
Comment thread
ThisaruGuruge marked this conversation as resolved.
```

### Static Hosting
Expand Down Expand Up @@ -955,7 +955,7 @@ This approach provides:

### Version 1.2.1

- Fixed header to show "WSO2 Integrator Connector Store"
- Fixed header to show "WSO2 Integration Store"
- Fixed card links to point to Ballerina Central package pages
- Implemented efficient total pull count aggregation

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We release patches for security vulnerabilities for the following versions:

## Reporting a Vulnerability

The WSO2 Integrator Connector Store team takes security seriously. We appreciate your efforts to responsibly disclose your findings.
The WSO2 Integration Store team takes security seriously. We appreciate your efforts to responsibly disclose your findings.

### How to Report

Expand Down Expand Up @@ -152,4 +152,4 @@ _No reports yet - be the first!_

---

**Thank you for helping keep WSO2 Integrator Connector Store secure!**
**Thank you for helping keep WSO2 Integration Store secure!**
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "connector-store",
"name": "integration-store",
"version": "1.0.0",
"private": true,
"homepage": ".",
"description": "WSO2 Integrator Connector Store - A web application for browsing and discovering Ballerina connectors",
"description": "WSO2 Integration Store - A web application for browsing and discovering Ballerina connectors",
"engines": {
"node": ">=18"
},
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script>
// Detect base path at runtime so the same build works at "/" (staging)
// and "/integration-platform/connectors/" (production).
// and "/integration-platform/store/" (production).
(function () {
var path = window.location.pathname;
var base = path;
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Connector Store",
"name": "WSO2 Integrator Connector Store",
"short_name": "Integration Store",
"name": "WSO2 Integration Store",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion src/components/BreadcrumbsNav/BreadcrumbsNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const BreadcrumbsNav: React.FC<BreadcrumbsNavProps> = ({ connectorName }) => (
textDecoration: 'none',
}}
>
Connector Store
WSO2 Integration Store
</Link>
<Typography variant="body2" color="text.primary">
{connectorName}
Expand Down
12 changes: 3 additions & 9 deletions src/components/FilterSidebar/FilterSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,17 @@ export default function FilterSidebar({
filterOptions,
selectedAreas,
selectedVendors,
// Type filter is hidden — uncomment if it is needed again.
selectedTypes: _selectedTypes,
selectedTypes,
searchQuery,
onSearchChange,
onAreaChange,
onVendorChange,
// Type filter is hidden — uncomment if it is needed again.
onTypeChange: _onTypeChange,
onTypeChange,
effectiveMode,
hideSearch = false,
}: FilterSidebarProps) {
const [expandedArea, setExpandedArea] = useState(true);
// Type filter is hidden — uncomment if it is needed again.
// const [expandedType, setExpandedType] = useState(false);
const [expandedType, setExpandedType] = useState(false);
const [expandedVendor, setExpandedVendor] = useState(false);

return (
Expand Down Expand Up @@ -248,8 +245,6 @@ export default function FilterSidebar({
</AccordionDetails>
</Accordion>

{/* Type Filter — hidden. Uncomment if it is needed again. */}
{/*
<Accordion
expanded={expandedType}
onChange={() => setExpandedType(!expandedType)}
Expand Down Expand Up @@ -329,7 +324,6 @@ export default function FilterSidebar({
</FormGroup>
</AccordionDetails>
</Accordion>
*/}
</Box>
</Paper>
);
Expand Down
7 changes: 4 additions & 3 deletions src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ export default function Hero({ effectiveMode }: HeroProps) {
}}
>
<Typography variant="h1" fontWeight="bold">
Connectors
Integration Store
</Typography>
<Typography variant="body1" color="text.secondary" sx={{ mt: 1 }}>
Discover pre-built connectors and accelerate integration across SaaS, legacy systems,
databases, messaging platforms, AI services, and cloud providers.
Discover connectors, libraries, and integration assets to accelerate development
across SaaS, legacy systems, databases, messaging platforms, AI services, and cloud
providers.
</Typography>
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/connector-utils/connector-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const CAPITALIZATION_DICTIONARY: Record<string, string> = {
};

/**
* Packages to hide from the connector store.
* Packages to hide from the integration store.
* These are excluded from all search results, pagination, and filter options.
*/
export const HIDDEN_PACKAGES = new Set<string>([
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mi-connector/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/**
* MI Connector Store API
* MI Integration Store API
*/
const MI_CONNECTOR_API_BASE =
'https://apis.wso2.com/qgpf/connector-store-backend/endpoint-9090-803/v1.0';
Expand Down
Loading