coolify/app/Services
Andras Bacsai fef8e0b622 refactor: remove verbose logging and use explicit exception types
- Remove verbose warning/debug logs from ServerConnectionCheckJob and ContainerStatusAggregator
- Silently ignore expected errors (e.g., deleted Hetzner servers)
- Replace generic RuntimeException with DeploymentException for deployment command failures
- Catch both RuntimeException and DeploymentException in command retry logic
2026-03-20 15:57:26 +01:00
..
ChangelogService.php fix(ui): images inside coolify changelog (#7357) 2026-01-04 21:59:34 +01:00
ConfigurationGenerator.php refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration 2025-09-11 16:51:56 +02:00
ConfigurationRepository.php refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
ContainerStatusAggregator.php refactor: remove verbose logging and use explicit exception types 2026-03-20 15:57:26 +01:00
DockerImageParser.php feat(docker): enhance Docker image handling with new validation and parsing logic 2025-10-03 11:31:00 +02:00
HetznerService.php feat: add Hetzner Cloud server linking for manually-added servers 2025-12-11 22:14:41 +01:00
ProxyDashboardCacheService.php refactor(proxy): streamline proxy status handling and improve dashboard availability checks 2025-06-11 12:02:39 +02:00
SchedulerLogParser.php feat(scheduler): add pagination to skipped jobs and filter manager start events 2026-02-28 16:23:58 +01:00