coolify/app/Livewire/Settings
Andras Bacsai 31555f9e8a fix(jobs): prevent non-due jobs firing on restart and enrich skip logs with resource links
- Refactor shouldRunNow() to only fire on first run (empty cache) if actually due by cron schedule, preventing spurious executions after cache loss or service restart
- Add enrichSkipLogsWithLinks() method to fetch and populate resource names and links for tasks, backups, and docker cleanup jobs in skip logs
- Update skip logs UI to display resource column with links to related resources, improving navigation and context
- Add fallback display when linked resources are deleted
- Expand tests to cover both restart scenarios: non-due jobs (should not fire) and due jobs (should fire)
2026-02-28 18:03:29 +01:00
..
Advanced.php chore: remove unused $server property and add missing import 2026-01-01 15:42:21 +01:00
Index.php fix(validation): enforce url validation for instance domain (#8078) 2026-02-03 22:00:12 +01:00
ScheduledJobs.php fix(jobs): prevent non-due jobs firing on restart and enrich skip logs with resource links 2026-02-28 18:03:29 +01:00
Updates.php fix(settings): fix 404 on /settings for root user on cloud instance 2025-12-28 13:55:55 +01:00