mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-27 21:25:48 +00:00
When restarting the proxy on localhost (where Coolify is running), the UI becomes inaccessible because the connection is lost. This change makes all proxy restarts run as background jobs with WebSocket notifications, allowing the operation to complete even after connection loss. Changes: - Enhanced ProxyStatusChangedUI event to carry activityId for log monitoring - Updated RestartProxyJob to dispatch status events and track activity - Simplified Navbar restart() to always dispatch job for all servers - Enhanced showNotification() to handle activity monitoring and new statuses - Added comprehensive unit and feature tests Benefits: - Prevents localhost lockout during proxy restarts - Consistent behavior across all server types - Non-blocking UI with real-time progress updates - Automatic activity log monitoring - Proper error handling and recovery 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ApplicationConfigurationChanged.php | ||
| ApplicationStatusChanged.php | ||
| BackupCreated.php | ||
| CloudflareTunnelChanged.php | ||
| CloudflareTunnelConfigured.php | ||
| DatabaseProxyStopped.php | ||
| DatabaseStatusChanged.php | ||
| DockerCleanupDone.php | ||
| FileStorageChanged.php | ||
| ProxyStatusChanged.php | ||
| ProxyStatusChangedUI.php | ||
| RestoreJobFinished.php | ||
| S3RestoreJobFinished.php | ||
| ScheduledTaskDone.php | ||
| SentinelRestarted.php | ||
| ServerPackageUpdated.php | ||
| ServerReachabilityChanged.php | ||
| ServerValidated.php | ||
| ServiceChecked.php | ||
| ServiceStatusChanged.php | ||
| TestEvent.php | ||