Adam Ladachowski
e257a029da
Phase 6: Tests for database, server, and client modules
...
- Add tests/test_db.py with 33 tests for Database class:
- Schema initialization and migrations
- Local file CRUD operations (scan, list, link)
- CivitAI model caching (cache_model, tags, versions, files)
- Query operations (search, get_model, get_triggers)
- Statistics and context manager
- Extend tests/test_server.py with 27 tests for API endpoints:
- Gallery endpoints (list, get, meta, edit, delete, stats)
- Database endpoints (files, models, stats)
- Gallery class unit tests
- Add tests/test_client.py with 33 tests for TsrClient:
- Server status operations
- Gallery image operations (list, get, delete, edit, download)
- Model management (list, active, switch, loras)
- Image generation
- CivitAI download operations
- Database query operations
- Error handling and context manager
Total: 191 tests passing with 61% coverage
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-14 01:54:00 +01:00
Adam Ladachowski
61e68fee15
Turn server wrapper into transparent proxy with /reload
...
Replace management endpoints (/start, /stop, /restart) with a transparent
reverse proxy and hot-reload architecture. The wrapper now sits in front of
sd-server, forwarding all requests and adding a /reload endpoint for model
swapping without restarting the wrapper itself.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-12 20:51:16 +00:00