Commit 692cde4
committed
feat: restore is_rolled_back on apps table and rollback UI badge
The cleanup branch incorrectly removed the is_rolled_back column from
the apps table and the dashboard's rollback badge. This restores it:
- Schema: keep is_rolled_back boolean on apps table
- Go handlers: rollback sets true, promote/deploy set false
- Dashboard: restore "Rolled Back" badge and warning row styling
- Docs: update workflow description to match explicit flag approach1 parent cd2d60b commit 692cde4
File tree
22 files changed
+75
-20
lines changed- cmd/dev/seed
- pkg/db
- queries
- svc/ctrl/worker/deploy
- web
- apps
- dashboard
- app/(app)/[workspaceSlug]/projects/[projectId]/(overview)/deployments/components/table
- utils
- lib
- collections/deploy
- trpc/routers/deploy/project
- engineering/content/docs/architecture/workflows
- internal/db/src/schema
22 files changed
+75
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments