diff --git a/TODO.md b/TODO.md index 4efa4f6..91852cb 100644 --- a/TODO.md +++ b/TODO.md @@ -116,7 +116,7 @@ - [x] Deployment history page - [x] Login page - [x] Setup page -- [ ] Container logs page +- [x] Container logs page - [ ] Webhook event history page - [ ] Settings page (webhook secret, SSH public key) - [ ] Real-time deployment log streaming (WebSocket/SSE) @@ -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 +- [x] Add cancellation context to deploy service - [ ] Add `POST /apps/:id/deployments/:id/cancel` endpoint -- [ ] Handle cleanup of partial builds/containers +- [x] Handle cleanup of partial builds/containers ## Phase 4: Lower Priority (Nice to Have)