coolify/app/Console/Commands
Andras Bacsai 64c4ce210e feat: add artisan command to clear global search cache
Add a new artisan command for manually clearing the global search cache
during development and testing. This is useful when testing new navigation
entries or updates to searchable resources without waiting for the 5-minute
cache TTL.

Command: php artisan search:clear

Usage options:
- search:clear              - Clear cache for current user's team
- search:clear --team=1     - Clear cache for specific team ID
- search:clear --all        - Clear cache for all teams

This helps developers test global search changes immediately, especially
when adding new navigation routes like cloud-init scripts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 13:36:14 +02:00
..
Cloud feat(user-deletion): implement file locking to prevent concurrent user deletions and enhance error handling 2025-09-29 14:03:49 +02:00
Generate feat: generate category for services 2025-08-18 17:28:20 +02:00
AdminRemoveUser.php Fix styling 2024-06-10 20:43:34 +00:00
CheckApplicationDeploymentQueue.php chore: Fix application deployment queue filter logic 2024-10-03 21:32:02 +02:00
CleanupApplicationDeploymentQueue.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CleanupDatabase.php chore: remove webhooks table cleanup 2025-09-10 19:56:15 +02:00
CleanupNames.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
CleanupRedis.php refactor(redis): enhance CleanupRedis command with dry-run option and improved key deletion logic 2025-07-07 09:47:11 +02:00
CleanupStuckedResources.php feat(cleanup): add force deletion of stuck servers and orphaned SSL certificates 2025-10-09 16:37:56 +02:00
CleanupUnreachableServers.php chore: remove commented out internal notification 2024-12-09 12:03:04 +01:00
ClearGlobalSearchCache.php feat: add artisan command to clear global search cache 2025-10-11 13:36:14 +02:00
Dev.php feat(dev-command): dispatch CheckHelperImageJob during instance initialization to enhance setup process 2025-09-09 16:46:24 +02:00
Emails.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Horizon.php fix confs etc 2024-12-10 10:46:05 +01:00
HorizonManage.php refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Init.php refactor(command): streamline Init command by removing unnecessary options and enhancing error handling for various operations 2025-09-05 19:27:49 +02:00
Migration.php refactor: improve migration command and enhance application model with global scope and status checks 2024-12-11 17:18:32 +01:00
NotifyDemo.php reorder more stuff 2024-12-11 18:44:19 +01:00
RootChangeEmail.php Fix styling 2024-06-10 20:43:34 +00:00
RootResetPassword.php fix(console): handle missing root user in password reset command 2025-03-24 18:00:31 +01:00
RunScheduledJobsManually.php feat(scheduling): add frequency filter option for manual execution of scheduled jobs 2025-07-11 15:10:43 +02:00
Scheduler.php fix confs etc 2024-12-10 10:46:05 +01:00
Seeder.php feat: add seeder command and configuration for database seeding 2024-12-11 21:31:24 +01:00
ServicesDelete.php refactor(command): improve database collection logic for deletion command by using unique identifiers and enhancing user experience 2025-09-05 17:43:19 +02:00
SyncBunny.php feat(command): add option to sync GitHub releases to BunnyCDN and refactor sync logic 2025-09-01 16:14:02 +02:00
ViewScheduledLogs.php feat(logging): add frequency filters for scheduled logs command to support hourly, daily, weekly, and monthly job views 2025-07-11 19:26:42 +02:00