[Phase 1] Endpoint Model Restructure - Schema + Model + Repository
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Overview
Restructure endpoint model following K8s Service/ReplicaSet pattern. Create new deployment tables and migrate existing data while maintaining backward compatibility.
## Scope
- Create deployment_revisions, deployment_auto_scaling_policies, deployment_policies tables
- Update EndpointRow and RoutingRow with new columns
- Implement SQLAlchemy models and Repository CRUD methods
- Migrate existing endpoint data to new structure
- Ensure existing API compatibility
JIRA Issue: BA-3416
Contributor guide
Assessment
This issue has not been assessed yet.