1
0
원본 프로젝트 : sneak/upaas

Compare commits

...

2 커밋

작성자 SHA1 메시지 날짜
96a91b09ca Merge branch 'main' into update-todo-md 2026-02-16 09:26:01 +01:00
6696db957d Update TODO.md: check off deployment cancellation 2026-02-16 09:12:08 +01:00

파일 보기

@@ -54,7 +54,7 @@
- [x] View deployment history per app
- [x] Container logs viewing
- [ ] Deployment rollback to previous image
- [ ] Deployment cancellation
- [x] Deployment cancellation
### Manual Container Controls
- [x] Restart container
@@ -210,9 +210,9 @@ Protected Routes (require auth):
- [ ] Update deploy service to save previous image before building new one
### 3.3 Deployment Cancellation
- [ ] Add cancellation context to deploy service
- [ ] Add `POST /apps/:id/deployments/:id/cancel` endpoint
- [ ] Handle cleanup of partial builds/containers
- [x] Add cancellation context to deploy service
- [x] Add `POST /apps/:id/deployments/:id/cancel` endpoint
- [x] Handle cleanup of partial builds/containers
## Phase 4: Lower Priority (Nice to Have)