baktainer/app
James Paterni a68196431f
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 health check server by using Puma with Rack directly
- Replace Sinatra run! calls with direct Puma::Server usage
- Use Rack-compatible approach to avoid Sinatra::Wrapper issues
- Remove problematic set method calls and run! method calls
- Both integrated and standalone health servers now use same Puma/Rack approach
- Remove outdated baktainer/logger require from main file

This should resolve the undefined method errors with Sinatra::Wrapper.
2025-07-14 23:15:26 -04:00
..
bin Add comprehensive RSpec testing infrastructure and enhance CI/CD pipeline 2025-07-13 23:12:59 -04:00
lib Fix health check server by using Puma with Rack directly 2025-07-14 23:15:26 -04:00
spec Fix health check server by using Puma with Rack directly 2025-07-14 23:15:26 -04:00
.rspec Add comprehensive RSpec testing infrastructure and enhance CI/CD pipeline 2025-07-13 23:12:59 -04:00
app.rb Initial Commit 2025-04-14 09:39:37 -04:00
Gemfile Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
Gemfile.lock Major architectural overhaul: dependency injection, monitoring, and operational improvements 2025-07-14 22:58:26 -04:00
health_server.rb Fix health check server by using Puma with Rack directly 2025-07-14 23:15:26 -04:00
Rakefile Add comprehensive RSpec testing infrastructure and enhance CI/CD pipeline 2025-07-13 23:12:59 -04:00
TESTING.md Implement comprehensive security fixes and enhancements 2025-07-14 10:19:18 -04:00