Will Miao
8e724538bd
fix(types): resolve pre-existing basedpyright errors in py/ and standalone.py
...
Fix ~950 basedpyright errors across the backend:
- Convert ineffective # type: ignore comments to # pyright: ignore[rule]
- Add missing generic type arguments (Dict[str, Any], list[Any], ...)
- Annotate dynamic dict literals and runtime-initialized attributes
- Widen CivitAI provider tuple signatures in recipe parsers
- Remove dead LoraRoutes handlers calling nonexistent LoraService methods
- Suppress unavoidable ServiceRegistry import cycles (basedpyright counts
function-local imports as cycle edges)
2026-08-08 20:12:52 +08:00
Will Miao
778ad8abd2
feat(cache): add cache health monitoring and validation system, see #730
...
- Add cache entry validator service for data integrity checks
- Add cache health monitor service for periodic health checks
- Enhance model cache and scanner with validation support
- Update websocket manager for health status broadcasting
- Add initialization banner service for cache health alerts
- Add comprehensive test coverage for new services
- Update translations across all locales
- Refactor sync translation keys script
2026-02-02 08:30:59 +08:00
Will Miao
ab85ba54a9
feat: Implement recipe repair cancellation with UI support and refactor LoadingManager to a singleton.
2026-01-02 20:03:27 +08:00
Will Miao
6330c65d41
feat: Add recipe metadata repair functionality with UI, API, and progress tracking.
2025-12-23 21:50:58 +08:00
pixelpaws
055c1ca0d4
test(downloads): cover pause and resume flows
2025-10-13 21:30:23 +08:00
pixelpaws
eb76468280
feat(downloads): expose throughput metrics in progress APIs
2025-10-13 14:39:31 +08:00
Will Miao
8dde2d5e0d
feat(websocket-manager): implement caching for initialization progress and enhance broadcast functionality
2025-10-04 18:19:20 +08:00
Will Miao
bb43f047c2
feat: Add auto-organize progress tracking and WebSocket broadcasting in BaseModelRoutes and WebSocketManager
2025-08-16 21:11:33 +08:00
Will Miao
0dbb76e8c8
feat: Add download progress endpoint and implement progress tracking in WebSocketManager
2025-07-12 10:11:16 +08:00
Will Miao
79011bd257
refactor: Update model_id and model_version_id types to integers and add validation in routes
2025-07-09 14:21:49 +08:00
Will Miao
7a4b5a4667
feat: Implement download progress WebSocket and enhance download manager with unique IDs
2025-07-02 23:48:35 +08:00
Will Miao
971cd56a4a
feat: Update WebSocket endpoint for checkpoint progress and adjust related routes
2025-07-02 18:38:02 +08:00
Will Miao
76fc9e5a3d
feat: Add WebSocket support for checkpoint download progress and update related components
2025-04-13 21:31:01 +08:00
Will Miao
0b11e6e6d0
feat: Enhance initialization component with progress tracking and UI improvements
2025-04-13 12:58:38 +08:00
Will Miao
a043b487bd
feat: Add initialization progress WebSocket and UI components
...
- Implement WebSocket route for initialization progress updates
- Create initialization component with progress bar and stages
- Add styles for initialization UI
- Update base template to include initialization component
- Enhance model scanner to broadcast progress during initialization
2025-04-13 10:41:27 +08:00
Will Miao
2d72044d66
Reorganize python files
2025-02-24 20:41:16 +08:00