Allow rolling back to the previous successful deployment.
Scope
Store previous_image_id in apps table
POST /apps/:id/rollback endpoint
Save previous image before building new one
Create deployment record for rollback
Ref: TODO.md Phase 3.2
Allow rolling back to the previous successful deployment.
## Scope
- Store `previous_image_id` in apps table
- `POST /apps/:id/rollback` endpoint
- Save previous image before building new one
- Create deployment record for rollback
Ref: TODO.md Phase 3.2
The rollback feature is already implemented on main (migration 006, Rollback method, POST /apps/:id/rollback endpoint, UI button). I added the missing test coverage in PR #78.
The rollback feature is already implemented on main (migration 006, `Rollback` method, `POST /apps/:id/rollback` endpoint, UI button). I added the missing test coverage in PR #78.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Allow rolling back to the previous successful deployment.
Scope
previous_image_idin apps tablePOST /apps/:id/rollbackendpointRef: TODO.md Phase 3.2
make me a PR for this
The rollback feature is already implemented on main (migration 006,
Rollbackmethod,POST /apps/:id/rollbackendpoint, UI button). I added the missing test coverage in PR #78.