upaas/internal/models
sneak b3ac3c60c2 Add deployment improvements and UI enhancements
- Clone specific commit SHA from webhook instead of just branch HEAD
- Log webhook payload in deployment logs
- Add build/deploy timing to ntfy and Slack notifications
- Implement container rollback on deploy failure
- Remove old container only after successful deployment
- Show relative times in deployment history (hover for full date)
- Update port mappings UI with labeled text inputs
- Add footer with version info, license, and repo link
- Format deploy key comment as upaas_DATE_appname
2025-12-30 15:05:26 +07:00
..
app.go Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
deployment.go Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
env_var.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
label.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models_test.go Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
port.go Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
user.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
volume.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
webhook_event.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00