coolify/resources/views/livewire/project/application
Hendrik Kleinwaechter 60d8aba323 feat: configurable stop grace period for applications
Adds stop_grace_period to application settings (seconds, 1-3600, default 30).
Used in place of the hardcoded docker stop -t 30 in the four places that
stop application containers: rolling update shutdown, manual stop, stop on
another server, and preview deployment stop.

Non-positive values fall back to the default via ($val > 0) ? $val : default,
with tests covering 0 and -10 so the cast does not blow up if a bad value
ever lands in the db.

Picks up Jack Coy's work from #7125 which went dormant. His commits are
squashed here with credit below.

Co-authored-by: Jack Coy <jackman3000@gmail.com>
2026-04-22 21:18:18 +02:00
..
deployment fix(deployments): use full-height deployment logs layout 2026-04-09 19:27:19 +02:00
preview feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
advanced.blade.php feat: configurable stop grace period for applications 2026-04-22 21:18:18 +02:00
configuration.blade.php chore(swarm): mark docker swarm as deprecated 2026-04-17 23:41:39 +02:00
deployment-navbar.blade.php Add log search, download, and collapsible sections with lazy loading 2025-12-04 10:57:58 +01:00
destination.blade.php fix 2023-06-16 12:35:40 +02:00
general.blade.php Merge remote-tracking branch 'origin/next' into domain-info-addition 2026-04-14 11:17:40 +02:00
heading.blade.php fix(ui): improve responsive project headings and controls 2026-04-09 19:51:31 +02:00
previews-compose.blade.php fix: remove {{port}} template variable and ensure ports are always appended to preview URLs 2025-12-07 21:53:47 +01:00
previews.blade.php feat(deployments): support Docker image tags for preview deployments 2026-03-30 13:35:35 +02:00
rollback.blade.php Add server-level toggle to disable application image retention 2025-12-05 12:22:20 +01:00
source.blade.php refactor(application-source): use Laravel helpers for null checks 2026-03-09 17:23:34 +01:00
swarm.blade.php chore(swarm): mark docker swarm as deprecated 2026-04-17 23:41:39 +02:00