baktainer/app/lib
James Paterni 6688145ff2
Some checks are pending
Test and Build Docker Image / test (push) Waiting to run
Test and Build Docker Image / build (push) Blocked by required conditions
Add missing BackupMonitor methods for health check endpoints
- Add get_recent_backups method to return recent backup history
- Add get_failed_backups method to return failed backup history
- Add get_container_backup_history method for container-specific history
- All methods are thread-safe with mutex synchronization
- Methods return data in reverse chronological order (newest first)

This fixes the 'undefined method get_recent_backups' error in health endpoints.
2025-07-14 23:16:17 -04:00
..
baktainer Add missing BackupMonitor methods for health check endpoints 2025-07-14 23:16:17 -04:00
baktainer.rb Fix health check server by using Puma with Rack directly 2025-07-14 23:15:26 -04:00