-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
June15 pilot #236
June15 pilot #236
Conversation
Fix[Fix Mark and update attendance API due to change in search API]
Fix[Seperate API for attendance Report and swagger changes ]
Cohort Member : cohort member CRUD APIs
…earchCohrtChanges
COHORT: Search cohort changes
Fix[Role create API]
Update Profile: Store wrong data into database
Issue Fix PS-766: Added DTO validation in Update User API
This reverts commit d0ddc21.
Issue PS-766 fix: Added minor chaneg in update DTO.
Cohort: Update Cohort Data
User: Update user data field value
auto deploy test
User Create: Email Field Optional for User Creation
Warning Review failedThe pull request is closed. WalkthroughThe update introduces multiple actions and structural adjustments across various files. Key changes include new GitHub Actions workflows for deployment and CI/CD, updates to service locator interfaces and methods, dependency version adjustments in Changes
Sequence Diagram(s)sequenceDiagram
actor Developer
participant GitHub as GitHub Actions
participant EKS as EKS Cluster
participant Backend as Backend Service
Developer->>GitHub: Push Code to repo (trigger specific branch)
GitHub-->>GitHub: Run EKS Deployment Workflow
GitHub-->>EKS: Build & Push Docker Image to ECR
GitHub-->>EKS: Update Kube Config
GitHub-->>EKS: Deploy to EKS Cluster
EKS-->>Backend: Deploy Backend Service
Backend-->>EKS: Service Running
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Summary by CodeRabbit
New Features
Bug Fixes
Improvements
docker-compose.yml
with renamed services and improved configurations.Dependencies
package.json
for improved performance and security.