Skip to content

Master merge#1

Merged
naveenkumarkumanan merged 16 commits intomasterfrom
main
Jul 20, 2025
Merged

Master merge#1
naveenkumarkumanan merged 16 commits intomasterfrom
main

Conversation

@naveenkumarkumanan
Copy link
Copy Markdown
Collaborator

No description provided.

…ore-ui, and users services; add common scripts and Azure support
…tency

- Updated devspace.yaml files for cart, products, search, store-ui, and users microservices to use ${K8S_DIR} for manifest paths.
- Added NAMESPACE and K8S_DIR variables to devspace-common.yaml for dynamic namespace handling.
- Introduced reusable pipelines in devspace-common.yaml for preparing and applying manifests with namespace replacement.
- Modified kustomization.yaml files across various services to replace hardcoded namespace with NAMESPACE_PLACEHOLDER.
- Created deploy-with-namespace.sh and install.sh scripts for user-specific deployments and installations.
- Enhanced uninstall.sh script to handle user-specific namespace removal and shared services cleanup.
…oved UI; refactor exports to avoid circular dependencies
…ster

- Created `build-and-push-images.sh` for building and pushing Docker images to a local registry.
- Added `install-cluster.ps1` for setting up a Kind cluster on Windows with detailed logging and error handling.
- Introduced `install-cluster.sh` for Linux users to create a Kind cluster with registry integration.
- Developed `install.sh` for deploying the e-commerce application to a specified namespace with environment checks.
- Implemented `uninstall.sh` for removing the e-commerce application and its resources from the specified namespace.
- Added `kind-cluster-config.yaml` for configuring the Kind cluster with specific networking and registry settings.
- Deleted `kind-cluster-config.yaml`, `setup-kind.ps1`, and `setup-kind.sh` as they are no longer needed.
- Removed `uninstall.sh` script which was used for uninstalling the e-commerce application.
- Added a new prompt file for UI/UX improvements in the React e-commerce application, detailing critical performance, accessibility fixes, and enhanced features.
- Changed the test script in package.json to use Jest.
- Added Jest as a dev dependency.
- Added Supertest as a dev dependency for API testing.
- Refactored server.js to allow for testing by exporting the app and loadData function.
- Created api.test.js to test the /deals and /products/sku/:id endpoints, including mock database responses.
@naveenkumarkumanan naveenkumarkumanan merged commit 67a3759 into master Jul 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant