Master merge#1
Merged
naveenkumarkumanan merged 16 commits intomasterfrom Jul 20, 2025
Merged
Conversation
…ch, store-ui, and users deployments
…ore-ui, and users services; add common scripts and Azure support
…nd users; update kustomization files
…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
…d layout; update item quantity handling
…ction and saving functionality
…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.
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.
No description provided.