upaas/internal/handlers
sneak dc6500eac6 Fix repository cloning when running inside a container
Use DataDir/builds instead of /tmp for clone directories so that bind
mounts work correctly when upaas itself runs in a Docker container.
The /tmp directory inside the upaas container isn't accessible to the
Docker daemon on the host, causing bind mount failures.

Also fix test setups to pass Config to deploy service and add delay
to webhook test to avoid temp directory cleanup race with async
deployment goroutine.
2025-12-29 17:02:01 +07:00
..
app.go Improve deploy key and webhook URL display 2025-12-29 16:51:42 +07:00
auth.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
dashboard.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers_test.go Fix repository cloning when running inside a container 2025-12-29 17:02:01 +07:00
handlers.go Implement container logs handler 2025-12-29 15:48:23 +07:00
healthcheck.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
setup.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
webhook.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00