coolify/app/Console/Commands
Andras Bacsai 6202803db2 fix(CleanupRedis): guard against scan() returning false and use lowercase option keys
- Change Redis scan() option keys from uppercase (MATCH, COUNT) to lowercase (match, count) to comply with PhpRedis requirements
- Add guard to handle scan() returning false and display error message
- Add comprehensive test coverage for scan() error handling scenarios
2025-11-11 21:22:29 +01:00
..
Cloud refactor: move RestoreDatabase command to Cloud namespace 2025-11-05 14:42:12 +01:00
Generate
AdminDeleteUser.php
CheckApplicationDeploymentQueue.php
CleanupApplicationDeploymentQueue.php
CleanupDatabase.php
CleanupNames.php
CleanupRedis.php fix(CleanupRedis): guard against scan() returning false and use lowercase option keys 2025-11-11 21:22:29 +01:00
CleanupStuckedResources.php fix: enhance error handling in initialization and cleanup process 2025-11-10 15:29:26 +01:00
CleanupUnreachableServers.php
ClearGlobalSearchCache.php
Dev.php feat(Cleanup): implement failure marking for stuck scheduled tasks and database backups during startup 2025-11-11 12:32:52 +01:00
Emails.php feat(BackupNotification): include database name in BackupFailed notification for better context 2025-11-11 15:27:57 +01:00
Horizon.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
HorizonManage.php
Init.php feat(Cleanup): implement failure marking for stuck scheduled tasks and database backups during startup 2025-11-11 12:32:52 +01:00
Migration.php
NotifyDemo.php
RootChangeEmail.php
RootResetPassword.php
RunScheduledJobsManually.php
Scheduler.php
Seeder.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ServicesDelete.php
SyncBunny.php fix: escape shell arguments in syncBunny command execution 2025-11-06 14:57:53 +01:00
UpdateServiceVersions.php Add artisan command to update service Docker image versions 2025-10-30 08:29:11 +01:00
ViewScheduledLogs.php