coolify/app/Livewire/Server
Andras Bacsai 1936bb08bf feat(server): auto-fetch server metadata after validation
Server metadata is now automatically gathered when server validation completes successfully, both in the async job and Livewire component. This ensures server details (OS, CPU count, etc.) are populated immediately after validation passes, improving the user experience without requiring manual metadata fetching.

Tests added to verify gatherServerMetadata is called on successful validation and skipped when validation fails.
2026-03-13 17:07:50 +01:00
..
CaCertificate chore: prepare for PR 2026-02-25 12:00:24 +01:00
CloudProviderToken improved hetzner features 2025-10-09 12:53:57 +02:00
New chore: prepare for PR 2026-03-03 11:51:38 +01:00
PrivateKey feat(private-key-refresh): add refresh dispatch on private key update and connection check 2025-09-23 16:49:59 +02:00
Proxy Add ValidProxyConfigFilename rule for dynamic proxy config validation 2025-12-09 16:12:45 +01:00
Security feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Advanced.php Add deployment queue limit to prevent queue bombing 2025-12-04 13:52:27 +01:00
Charts.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CloudflareTunnel.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Create.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Delete.php feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Destinations.php Optimize PushServerUpdateJob performance with batch updates and async jobs 2025-12-15 14:06:32 +01:00
DockerCleanup.php chore: prepare for PR 2026-02-25 12:07:29 +01:00
DockerCleanupExecutions.php feat: Docker cleanup executions UI 2025-01-15 20:11:40 +01:00
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
LogDrains.php fix(log-drain): prevent command injection by base64-encoding environment variables 2026-03-10 22:22:51 +01:00
Navbar.php Fix ineffective restartInitiated guard with proper debouncing 2025-12-04 08:57:03 +01:00
Proxy.php feat(proxy): add database-backed config storage with disk backups 2026-03-11 14:11:31 +01:00
Resources.php Fix server resources tab 500 error with mixed model types 2025-12-17 18:13:55 +01:00
Sentinel.php fix(sentinel): add token validation to prevent command injection 2026-03-10 22:19:19 +01:00
Show.php feat(server): add server metadata collection and display 2026-03-11 16:21:05 +01:00
Swarm.php refactor: move Swarm and Sentinel to dedicated sidebar menu items 2025-12-18 12:18:22 +01:00
ValidateAndInstall.php feat(server): auto-fetch server metadata after validation 2026-03-13 17:07:50 +01:00