upaas/internal/handlers
sneak ab7e917b03 Add real-time deployment updates and refactor JavaScript
- Add deploy stats (last deploy time, total count) to dashboard
- Add recent-deployments API endpoint for real-time updates
- Add live build logs to deployments history page
- Fix git clone regression (preserve entrypoint for simple clones)
- Refactor JavaScript into shared app.js with page init functions
- Deploy button disables immediately on click
- Auto-refresh deployment list and logs during builds
- Format JavaScript with Prettier (4-space indent)
2026-01-01 05:22:56 +07:00
..
app.go Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07: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