coolify/app/Actions/Service
Andras Bacsai c53988e91d Fix: Cancel in-progress deployments when stopping service
When stopping a service that's currently deploying, mark any IN_PROGRESS or QUEUED activities as CANCELLED. This prevents the status from remaining stuck at "starting" after containers are stopped.

Follows the existing pattern used in forceDeploy().
2025-12-04 08:23:32 +01:00
..
DeleteService.php fix(docker): volumes get delete when stopping a service if Delete Unused Volumes is activated (#6317) 2025-08-04 21:15:56 +02:00
RestartService.php feat(api): Add latest query param to Service restart API (#5881) 2025-05-27 15:03:17 +02:00
StartService.php refactor: improve command handling and ensure correct working directory for Docker operations 2025-11-10 14:40:03 +01:00
StopService.php Fix: Cancel in-progress deployments when stopping service 2025-12-04 08:23:32 +01:00