baktainer/app/lib/baktainer
James Paterni 1fa85dac55
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
Fix container running state detection for different Docker API versions
- Handle both string and hash formats for container.info['State']
- Add fallback to container.json['State'] when needed
- Fix "Container not running" error when containers are actually running
- Support multiple Docker API response formats

The Docker API gem can return State as either:
- A simple string: "running"
- A hash: {"Status": "running", "Running": true, ...}

This fix ensures compatibility with different Docker daemon versions
and API response formats.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 08:18:46 -04:00
..
backup_command.rb Implement comprehensive security fixes and enhancements 2025-07-14 10:19:18 -04:00
backup_encryption.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
backup_monitor.rb Fix method visibility in BackupMonitor for health check endpoints 2025-07-14 23:22:16 -04:00
backup_orchestrator.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
backup_rotation.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
backup_strategy.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
backup_strategy_factory.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
configuration.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
container.rb Fix container running state detection for different Docker API versions 2025-07-15 08:18:46 -04:00
container_validator.rb Fix container running state detection for different Docker API versions 2025-07-15 08:18:46 -04:00
dashboard.html Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
dependency_container.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
dynamic_thread_pool.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
file_system_operations.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
health_check_server.rb Fix health check server by using Puma with Rack directly 2025-07-14 23:15:26 -04:00
label_validator.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
logger.rb Initial Commit 2025-04-14 09:39:37 -04:00
mariadb.rb Add comprehensive RSpec testing infrastructure and enhance CI/CD pipeline 2025-07-13 23:12:59 -04:00
mysql.rb Initial Commit 2025-04-14 09:39:37 -04:00
notification_system.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
postgres.rb Implement comprehensive security fixes and enhancements 2025-07-14 10:19:18 -04:00
simple_thread_pool.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
sqlite.rb Add comprehensive RSpec testing infrastructure and enhance CI/CD pipeline 2025-07-13 23:12:59 -04:00
streaming_backup_handler.rb Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00