Merge branch 'dev' into feature/session-persistence-new

This commit is contained in:
2026-03-17 18:40:22 +05:30
257 changed files with 32250 additions and 1272 deletions

View File

@@ -2,16 +2,10 @@
<!-- Provide a clear and concise description of your changes -->
---
## 🔗 Related Issues
<!-- Link any related issues using #issue_number -->
Closes #
Related to #
---
## 🎯 Type of Change
@@ -26,8 +20,6 @@ Related to #
- [ ] 🎨 **Style** (formatting, linting, or minor code style changes)
- [ ] 🏗️ **Architecture** (significant structural changes)
---
## 📦 Affected Areas
<!-- Mark the relevant areas that were modified -->
@@ -39,8 +31,6 @@ Related to #
- [ ] 🚀 **CI/CD** (GitHub Actions, deployment configs)
- [ ] 📚 **Documentation** (Docs, onboarding guides)
---
## ✅ Testing
<!-- Describe how you tested these changes -->
@@ -48,9 +38,6 @@ Related to #
**Test Details:**
<!-- Provide specific test cases or scenarios -->
---
## 🔄 Breaking Changes
<!-- Are there any breaking changes? If yes, describe them -->
@@ -61,9 +48,6 @@ Related to #
**Details:**
<!-- Describe migration path or deprecation period if applicable -->
---
## 🎯 Checklist
<!-- Complete this before requesting review -->
@@ -79,15 +63,10 @@ Related to #
- [ ] Sensitive data is not committed
- [ ] Environment variables documented (if added)
---
## 📝 Additional Notes
<!-- Any additional context, decisions, or considerations -->
---
## 🔍 Review Checklist for Maintainers
- [ ] Code quality and readability

View File

@@ -26,6 +26,14 @@ jobs:
make -n backend-smoke-core ENV=dev
make -n backend-smoke-commands ENV=dev
make -n backend-logs-core ENV=dev
make -n backend-bootstrap-v2-dev ENV=dev
make -n backend-deploy-core-v2 ENV=dev
make -n backend-deploy-commands-v2 ENV=dev
make -n backend-deploy-query-v2 ENV=dev
make -n backend-smoke-core-v2 ENV=dev
make -n backend-smoke-commands-v2 ENV=dev
make -n backend-smoke-query-v2 ENV=dev
make -n backend-logs-core-v2 ENV=dev
backend-services-tests:
runs-on: ubuntu-latest
@@ -34,6 +42,7 @@ jobs:
service:
- backend/core-api
- backend/command-api
- backend/query-api
defaults:
run:
working-directory: ${{ matrix.service }}