Compare commits
2 Commits
update-tod
...
71809fd623
| Author | SHA1 | Date | |
|---|---|---|---|
| 71809fd623 | |||
|
|
9a4ec5ba8c |
6
TODO.md
6
TODO.md
@@ -54,7 +54,7 @@
|
|||||||
- [x] View deployment history per app
|
- [x] View deployment history per app
|
||||||
- [x] Container logs viewing
|
- [x] Container logs viewing
|
||||||
- [ ] Deployment rollback to previous image
|
- [ ] Deployment rollback to previous image
|
||||||
- [x] Deployment cancellation
|
- [ ] Deployment cancellation
|
||||||
|
|
||||||
### Manual Container Controls
|
### Manual Container Controls
|
||||||
- [x] Restart container
|
- [x] Restart container
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
- [x] Deployment history page
|
- [x] Deployment history page
|
||||||
- [x] Login page
|
- [x] Login page
|
||||||
- [x] Setup page
|
- [x] Setup page
|
||||||
- [ ] Container logs page
|
- [x] Container logs page
|
||||||
- [ ] Webhook event history page
|
- [ ] Webhook event history page
|
||||||
- [ ] Settings page (webhook secret, SSH public key)
|
- [ ] Settings page (webhook secret, SSH public key)
|
||||||
- [ ] Real-time deployment log streaming (WebSocket/SSE)
|
- [ ] Real-time deployment log streaming (WebSocket/SSE)
|
||||||
@@ -211,7 +211,7 @@ Protected Routes (require auth):
|
|||||||
|
|
||||||
### 3.3 Deployment Cancellation
|
### 3.3 Deployment Cancellation
|
||||||
- [x] Add cancellation context to deploy service
|
- [x] Add cancellation context to deploy service
|
||||||
- [x] Add `POST /apps/:id/deployments/:id/cancel` endpoint
|
- [ ] Add `POST /apps/:id/deployments/:id/cancel` endpoint
|
||||||
- [x] Handle cleanup of partial builds/containers
|
- [x] Handle cleanup of partial builds/containers
|
||||||
|
|
||||||
## Phase 4: Lower Priority (Nice to Have)
|
## Phase 4: Lower Priority (Nice to Have)
|
||||||
|
|||||||
Reference in New Issue
Block a user