edge-connect-client/sdk/internal/apply
Waldemar 7e54e56c00
feat(apply): Implement resource management with parallel deployment and rollback
Phase 3 Complete: Resource Management
- Add EdgeConnectResourceManager with deployment execution
- Implement app creation with manifest file processing
- Support parallel instance deployment across multiple cloudlets
- Handle network configuration conversion to SecurityRules
- Add comprehensive rollback functionality for failed deployments
- Include detailed logging and progress tracking
- Create extensive test coverage with mock scenarios

Features:
- Parallel deployment with configurable limits
- Intelligent rollback in reverse order
- Manifest file reading and hash calculation
- Network rule conversion and validation
- Deployment progress tracking and logging
- Comprehensive error handling with detailed messages

Testing:
- 16 test scenarios covering success/failure cases
- Mock client interfaces for reliable testing
- Rollback testing with failure scenarios
- Configuration conversion validation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:46:34 +02:00
..
manager.go feat(apply): Implement resource management with parallel deployment and rollback 2025-09-29 16:46:34 +02:00
manager_test.go feat(apply): Implement resource management with parallel deployment and rollback 2025-09-29 16:46:34 +02:00
planner.go feat(apply): Implement deployment planning with intelligent state comparison 2025-09-29 16:36:21 +02:00
planner_test.go feat(apply): Implement deployment planning with intelligent state comparison 2025-09-29 16:36:21 +02:00
types.go feat(apply): Implement deployment planning with intelligent state comparison 2025-09-29 16:36:21 +02:00