upaas/internal/service/deploy
clawbot 002fdd87a7
All checks were successful
Check / check (pull_request) Successful in 11m24s
rework: address review feedback on PR #126
Changes per sneak's review:
- Delete docker-compose.yml, add example stanza to README
- Define custom domain types: ImageID, ContainerID, UnparsedURL
- Use custom types in all function signatures throughout codebase
- Restore imageID parameter (as domain.ImageID) in deploy pipeline
- buildContainerOptions now takes ImageID directly instead of
  constructing image tag from deploymentID
- Fix pre-existing JS formatting (prettier)

make check passes with zero failures.
2026-02-23 11:54:05 -08:00
..
deploy_cancel_test.go fix: cancel in-progress deploy when webhook triggers new deploy (closes #38) 2026-02-15 22:12:03 -08:00
deploy_cleanup_test.go fix: resolve all lint issues on main branch 2026-02-20 02:39:18 -08:00
deploy_container_test.go rework: address review feedback on PR #126 2026-02-23 11:54:05 -08:00
deploy.go rework: address review feedback on PR #126 2026-02-23 11:54:05 -08:00
export_test.go rework: address review feedback on PR #126 2026-02-23 11:54:05 -08:00