coolify/app/Livewire/Project
Andras Bacsai 2692496726 fix(database): refresh SSL/status state and harden clone writes
Handle database status updates more reliably by listening for `ServiceChecked`
and using explicit `refresh()` handlers in Livewire database components.

Also switch guarded clone/create paths to `forceFill`/`forceCreate` in helper
flows to avoid missing persisted attributes during app/service cloning.

Update log/terminal font stacks to Geist (with bundled variable fonts) and add
coverage for SSL status refresh, persistent volume UUID cloning, and log font
styling.
2026-03-31 09:29:36 +02:00
..
Application fix(validation): add input validation for port exposes and port mappings fields (#9240) 2026-03-30 21:02:50 +02:00
Database fix(database): refresh SSL/status state and harden clone writes 2026-03-31 09:29:36 +02:00
New refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Resource refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Service fix(validation): add input validation for database public port and proxy timeout 2026-03-29 19:11:28 +05:30
Shared fix(validation): add input validation for resource limit fields (#9238) 2026-03-30 21:04:10 +02:00
AddEmpty.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
CloneMe.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
DeleteEnvironment.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
DeleteProject.php refactor: scope server and project queries to current team 2026-03-28 12:29:08 +01:00
Edit.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
EnvironmentEdit.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Show.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00