upaas/internal/handlers
sneak 2cbcd3d72a Add build log file storage and download functionality
- Write deployment logs to files when deployment finishes (success or failure)
- Log files stored in DataDir/logs/<hostname>/<appname>/<appname>_<sha>_<timestamp>.log.txt
- Capture commit SHA for manual deploys by parsing git rev-parse HEAD after clone
- Add download endpoint for log files at /apps/{id}/deployments/{deploymentID}/download
- Add download link in deployment history view for finished deployments
2026-01-01 06:08:00 -08:00
..
app.go Add build log file storage and download functionality 2026-01-01 06:08:00 -08:00
auth.go Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
dashboard.go Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
handlers_test.go Fix repository cloning when running inside a container 2025-12-29 17:02:01 +07:00
handlers.go Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
healthcheck.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
setup.go Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
webhook.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00