upaas/internal/service/deploy
clawbot 95a690e805 fix: use strings.HasPrefix instead of manual slice comparison
- Replace entry.Name()[:len(prefix)] == prefix with strings.HasPrefix
- Applied consistently in both deploy.go and export_test.go
2026-02-19 20:17:27 -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: clean up orphan resources on deploy cancellation (closes #89) 2026-02-19 20:15:22 -08:00
deploy.go fix: use strings.HasPrefix instead of manual slice comparison 2026-02-19 20:17:27 -08:00
export_test.go fix: use strings.HasPrefix instead of manual slice comparison 2026-02-19 20:17:27 -08:00