Will Miao
|
656f1755fd
|
feat: add cleanup example image folders functionality and UI integration
|
2025-09-23 20:35:35 +08:00 |
|
Will Miao
|
49fa37f00d
|
Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager
|
2025-09-23 19:31:19 +08:00 |
|
pixelpaws
|
9f83548cf3
|
Merge pull request #466 from willmiao/refactor
Refactor
|
2025-09-23 19:29:54 +08:00 |
|
pixelpaws
|
6054d95e85
|
Update py/services/model_query.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-23 19:25:12 +08:00 |
|
pixelpaws
|
8c9bb35824
|
Update tests/services/test_base_model_service.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-23 19:25:02 +08:00 |
|
Will Miao
|
3eacf9558a
|
docs: remove outdated developer notes and add example image route architecture documentation
|
2025-09-23 15:39:56 +08:00 |
|
pixelpaws
|
fee37172b4
|
Merge pull request #465 from willmiao/codex/add-async-tests-for-concurrent-behavior
Add async tests for example image download concurrency
|
2025-09-23 15:00:31 +08:00 |
|
pixelpaws
|
e128c80eb1
|
test(services): add async example image download tests
|
2025-09-23 14:58:35 +08:00 |
|
pixelpaws
|
5cc735ed57
|
Merge pull request #464 from willmiao/codex/refactor-websocket-integration-for-downloading
refactor: align example image downloads with websocket manager
|
2025-09-23 14:43:37 +08:00 |
|
pixelpaws
|
43fcce6361
|
refactor(example-images): inject websocket manager
|
2025-09-23 14:40:43 +08:00 |
|
pixelpaws
|
49b7126278
|
Merge pull request #463 from willmiao/codex/refactor-downloadmanager-to-instance-based
refactor: convert example image download manager to service instance
|
2025-09-23 13:08:08 +08:00 |
|
pixelpaws
|
679cfb5c69
|
refactor(example-images): encapsulate download manager state
|
2025-09-23 13:07:11 +08:00 |
|
pixelpaws
|
50616bc680
|
Merge pull request #462 from willmiao/codex/wrap-long-running-flows-in-use-cases
feat(example-images): add use case orchestration
|
2025-09-23 11:55:06 +08:00 |
|
pixelpaws
|
aaad270822
|
feat(example-images): add use case orchestration
|
2025-09-23 11:47:12 +08:00 |
|
pixelpaws
|
bd10280736
|
Merge pull request #461 from willmiao/codex/refactor-example-images-routes
Add regression tests for example images routes
|
2025-09-23 11:31:22 +08:00 |
|
Will Miao
|
d477050239
|
feat: add global context menu with actions and integration
|
2025-09-23 11:19:36 +08:00 |
|
pixelpaws
|
85f79cd8d1
|
refactor(routes): introduce example images controller
|
2025-09-23 11:12:08 +08:00 |
|
pixelpaws
|
613cd81152
|
refactor(routes): add registrar for example images
|
2025-09-23 11:12:05 +08:00 |
|
pixelpaws
|
e0aba6c49a
|
test(example-images): add route regression harness
|
2025-09-23 10:41:56 +08:00 |
|
pixelpaws
|
d78bcf2494
|
Merge pull request #459 from willmiao/codex/complete-refactor-with-tests-and-documentation
Add recipe route integration tests and update architecture docs
|
2025-09-22 14:19:41 +08:00 |
|
pixelpaws
|
f7cffd2eba
|
test(recipes): add route smoke tests and docs
|
2025-09-22 14:15:24 +08:00 |
|
pixelpaws
|
0d0b91aa80
|
Merge pull request #458 from willmiao/codex/expose-first-class-operations-on-recipescanner
feat: expose recipe scanner mutation APIs
|
2025-09-22 13:54:49 +08:00 |
|
pixelpaws
|
42872e6d2d
|
feat(recipes): expose recipe scanner mutation apis
|
2025-09-22 13:45:40 +08:00 |
|
Will Miao
|
b91f06405d
|
feat: support clip strength in LoRA usage tips, fixes #401
|
2025-09-22 13:42:36 +08:00 |
|
pixelpaws
|
dac4c688d6
|
Merge pull request #456 from willmiao/codex/refactor-http-handlers-with-recipe-services
Refactor recipe handlers to use dedicated services
|
2025-09-22 13:30:05 +08:00 |
|
pixelpaws
|
097a68ad18
|
refactor(recipes): introduce dedicated services for handlers
|
2025-09-22 13:25:21 +08:00 |
|
pixelpaws
|
4a98710db0
|
Merge pull request #455 from willmiao/codex/refactor-reciperoutes-into-handler-objects
refactor: split recipe routes into dedicated handlers
|
2025-09-22 13:02:39 +08:00 |
|
pixelpaws
|
d033a374dd
|
refactor(routes): split recipe handlers into dedicated classes
|
2025-09-22 12:57:37 +08:00 |
|
pixelpaws
|
6aa23fe36a
|
Merge pull request #454 from willmiao/codex/migrate-recipe-http-layer-architecture
Refactor recipe routes to use registrar scaffolding
|
2025-09-22 12:42:37 +08:00 |
|
pixelpaws
|
3220cfb79c
|
test(recipe-routes): add scaffolding baseline
|
2025-09-22 12:41:37 +08:00 |
|
pixelpaws
|
b92e7aa446
|
chore(routes): dedupe os import
|
2025-09-22 12:15:12 +08:00 |
|
Will Miao
|
c3b9c73541
|
refactor: remove ModelRouteUtils usage and implement filtering directly in services
|
2025-09-22 09:09:40 +08:00 |
|
pixelpaws
|
81c6672880
|
Merge pull request #453 from willmiao/codex/evaluate-need-for-further-refactoring
refactor: migrate model lifecycle handlers to dedicated service
|
2025-09-22 08:37:40 +08:00 |
|
pixelpaws
|
08baf884d3
|
refactor(routes): migrate lifecycle mutations to service
|
2025-09-22 08:28:30 +08:00 |
|
Will Miao
|
1c4096f3d5
|
test(routes): add tests for service readiness and error handling in download model
|
2025-09-22 06:28:30 +08:00 |
|
Will Miao
|
66a3f3f59a
|
refactor(tests): enhance async test handling in pytest_pyfunc_call
|
2025-09-22 05:37:24 +08:00 |
|
pixelpaws
|
624df1328b
|
Merge pull request #452 from willmiao/codex/create-application-level-use-case-services
feat(routes): extract orchestration use cases
|
2025-09-22 05:27:19 +08:00 |
|
pixelpaws
|
c063854b51
|
feat(routes): extract orchestration use cases
|
2025-09-22 05:25:27 +08:00 |
|
Will Miao
|
8cf99dd928
|
refactor(tests): remove deprecated test runner script
|
2025-09-21 23:39:21 +08:00 |
|
pixelpaws
|
c07e885725
|
Merge pull request #451 from willmiao/codex/refactor-routes_common.py-into-services
Refactor model route utilities into dedicated services
|
2025-09-21 23:38:38 +08:00 |
|
pixelpaws
|
21772feadd
|
refactor(routes): extract route utilities into services
|
2025-09-21 23:34:46 +08:00 |
|
Will Miao
|
2d00cfdd31
|
refactor: enhance BaseModelService initialization and improve filtering logic
|
2025-09-21 23:13:30 +08:00 |
|
pixelpaws
|
49e03d658b
|
Merge pull request #450 from willmiao/codex/refactor-basemodelroutes-for-better-separation
refactor(routes): extract registrar and handlers
|
2025-09-21 22:46:13 +08:00 |
|
Will Miao
|
fec85bcc08
|
refactor: unify standalone mode check using environment variable
|
2025-09-21 22:45:11 +08:00 |
|
pixelpaws
|
0e93a6bcb0
|
refactor(routes): extract registrar and handlers
|
2025-09-21 20:52:08 +08:00 |
|
pixelpaws
|
7e20f738fb
|
Merge pull request #449 from willmiao/codex/document-and-map-basemodelroutes-contracts
docs(routes): map base model dependencies and contracts
|
2025-09-21 20:40:44 +08:00 |
|
pixelpaws
|
24090e6077
|
docs(routes): map base model dependencies and contracts
|
2025-09-21 20:34:45 +08:00 |
|
Will Miao
|
1022b07f64
|
feat: enhance model metadata provider with import error handling and mock setup for tests
|
2025-09-21 19:57:49 +08:00 |
|
pixelpaws
|
4faf912c6f
|
Merge pull request #448 from willmiao/codex/create-documentation-and-tests-for-model-routes
test(routes): add base model route smoke coverage
|
2025-09-21 17:19:52 +08:00 |
|
pixelpaws
|
56e4b24b07
|
test(routes): clean smoke test module
|
2025-09-21 17:15:24 +08:00 |
|