upaas/internal/models
sneak c4362c3143 Add commit URL to Slack notifications with link and backtick formatting
- Add commit_url column to webhook_events and deployments tables
- Extract commit URL from webhook payload (from commit object or repo URL)
- Format Slack messages with backticks for branch and commit SHA
- Link commit SHA to the actual commit URL on the git server
- Keep plain text format for ntfy notifications
2025-12-31 16:29:22 -08:00
..
app.go Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
deployment.go Add commit URL to Slack notifications with link and backtick formatting 2025-12-31 16:29:22 -08: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 Add commit URL to Slack notifications with link and backtick formatting 2025-12-31 16:29:22 -08:00