- Database schema for notification services and history tracking
- Notifier interface with Discord webhook implementation
- UI for creating/editing/managing notification services
- Integration with job completion events
- Service-level enable/disable and notification type filtering
- Test notifications and notification history view
- Extract pure backup logic to /src/jobs/logic/createBackup.ts
- Update job definition to use extracted logic
- Fix absolute path parsing for tar command
- Add 7 tests: success cases, filename format, file extraction,
error handling (non-existent dir, file instead of dir), empty dir
- Uses BaseTest framework with temp directories and tar extraction
- Add LoggerConfig interface for dependency injection
- Logger class now accepts optional config in constructor
- Default singleton still uses system config/database (no breaking changes)
- Enables standalone usage for testing without full system init
- Add auto-creation of logs directory if missing
- Remove rotation_strategy and max_file_size settings
- Always use YYYY-MM-DD.log format for log files
- Update cleanup job to parse dates from filenames
- Simplify settings UI to retention days only