pixelpaws
|
2d37a7341a
|
fix(routes): await trained words extraction
|
2025-10-03 22:45:25 +08:00 |
|
pixelpaws
|
40e3c6134c
|
refactor(routes): modularize misc route handling
|
2025-10-03 22:19:09 +08:00 |
|
pixelpaws
|
edddd47a1e
|
Merge pull request #510 from willmiao/codex/update-default-library-folder-path-handling
fix: rename legacy default library to comfyui
|
2025-10-03 21:50:41 +08:00 |
|
pixelpaws
|
4ea6f38645
|
fix(config): rename legacy default library
|
2025-10-03 21:24:17 +08:00 |
|
pixelpaws
|
3af8f151ac
|
Merge pull request #509 from willmiao/codex/implement-features-from-multi-library-design
feat: add multi-library backend support
|
2025-10-03 20:37:59 +08:00 |
|
pixelpaws
|
e066fa6873
|
feat(settings): add multi-library backend support
|
2025-10-03 20:08:35 +08:00 |
|
pixelpaws
|
88f249649a
|
Merge pull request #508 from willmiao/codex/sync-persistent-model-cache-metadata-updates
fix: sync persistent cache with metadata updates
|
2025-10-03 15:06:30 +08:00 |
|
pixelpaws
|
fe9fbdb93c
|
fix(cache): sync persistent metadata updates
|
2025-10-03 14:57:44 +08:00 |
|
pixelpaws
|
392c157cb5
|
Merge pull request #503 from willmiao/codex/add-hebrew-locale-to-tests
fix(i18n): add hebrew locale coverage
|
2025-09-30 22:07:52 +08:00 |
|
pixelpaws
|
6f5bf4b582
|
fix(i18n): add hebrew locale coverage
|
2025-09-30 22:03:44 +08:00 |
|
pixelpaws
|
2e3f48ebb7
|
Merge pull request #426 from start-life/main
Adding Hebrew language
|
2025-09-30 21:51:50 +08:00 |
|
pixelpaws
|
f19fb68b4c
|
Merge pull request #501 from willmiao/codex/update-downloadmanager-to-handle-multiple-download-urls
feat: retry mirror downloads sequentially
|
2025-09-30 17:17:34 +08:00 |
|
pixelpaws
|
9121c12a2c
|
feat(download): retry mirror urls sequentially
|
2025-09-30 17:14:59 +08:00 |
|
pixelpaws
|
c2c1772371
|
Merge pull request #496 from willmiao/codex/find-best-practices-for-settings-file-storage
feat(settings): persist settings in user config directory
|
2025-09-28 07:06:02 +08:00 |
|
pixelpaws
|
88d5caf642
|
feat(settings): migrate settings to user config dir
|
2025-09-27 22:22:15 +08:00 |
|
pixelpaws
|
1684978693
|
Merge pull request #491 from willmiao/codex/replace-spaces-in-embedding-paths
Fix embedding relative paths by replacing spaces
|
2025-09-26 09:06:56 +08:00 |
|
pixelpaws
|
8e4927600f
|
fix(embeddings): replace spaces in relative paths
|
2025-09-26 09:02:46 +08:00 |
|
pixelpaws
|
4d72dc57e7
|
Merge pull request #490 from willmiao/codex/remove-comfy-field-from-images-metadata
fix: strip comfy metadata from civitai model images
|
2025-09-26 08:59:30 +08:00 |
|
pixelpaws
|
e7316b3389
|
fix(civitai): strip comfy metadata from images
|
2025-09-26 08:55:46 +08:00 |
|
pixelpaws
|
6381dbafc1
|
Merge pull request #488 from willmiao/codex/fix-bespoke-import_from-loader-issue
test: standardize backend package imports
|
2025-09-25 16:51:17 +08:00 |
|
pixelpaws
|
fc9db4510f
|
test: fix duplicate pytest import
|
2025-09-25 16:44:43 +08:00 |
|
pixelpaws
|
66abf736c9
|
Merge pull request #487 from willmiao/codex/fix-lora-information-import-issue
fix: parse civitai image LoRAs from hash metadata
|
2025-09-25 16:00:48 +08:00 |
|
pixelpaws
|
af713470c1
|
fix(recipes): parse loras from civitai hashes
|
2025-09-25 15:59:44 +08:00 |
|
pixelpaws
|
93a51d2bcb
|
Merge pull request #486 from willmiao/codex/enable-test-coverage-metrics-in-ci
ci: add pytest coverage reporting
|
2025-09-25 15:58:47 +08:00 |
|
pixelpaws
|
3f3e06de8a
|
Fix pytest command in backend tests workflow
|
2025-09-25 15:57:59 +08:00 |
|
pixelpaws
|
7315aac9d8
|
ci: add pytest coverage reporting
|
2025-09-25 15:47:07 +08:00 |
|
pixelpaws
|
d933308a6f
|
Merge pull request #485 from willmiao/codex/expand-vitest-coverage-for-frontend-components
test(frontend): extend coverage for comfyui widgets and helpers
|
2025-09-25 15:37:48 +08:00 |
|
pixelpaws
|
3baf93dcc5
|
test(frontend): extend coverage for comfyui widgets and helpers
|
2025-09-25 15:32:25 +08:00 |
|
pixelpaws
|
6ba14bd8fe
|
Merge pull request #484 from willmiao/codex/fix-update-check-in-offline-mode
Fix offline update logging and respect update notification toggle
|
2025-09-25 14:54:28 +08:00 |
|
pixelpaws
|
7499570766
|
fix(updates): avoid network stack traces offline
|
2025-09-25 14:50:06 +08:00 |
|
pixelpaws
|
b0cc42ef1f
|
Merge pull request #483 from willmiao/codex/introduce-integration-and-contract-tests
test: add aiohttp integration coverage for ServiceRegistry
|
2025-09-25 14:23:53 +08:00 |
|
pixelpaws
|
23679ec3f5
|
chore(tests): clean integration route header
|
2025-09-25 14:17:45 +08:00 |
|
pixelpaws
|
dd9e6a5b69
|
Merge pull request #482 from willmiao/codex/add-pytest-modules-for-untested-services
Add backend service and route test coverage
|
2025-09-25 09:48:27 +08:00 |
|
pixelpaws
|
095320ef72
|
test(routes): tidy lora route test imports
|
2025-09-25 09:40:25 +08:00 |
|
pixelpaws
|
35f7674bcd
|
Merge pull request #480 from willmiao/codex/modularize-i18n-tests-into-smaller-cases
test(i18n): modularize translation validation
|
2025-09-25 09:25:06 +08:00 |
|
pixelpaws
|
26b36c123d
|
test(i18n): modularize translation validation
|
2025-09-25 09:21:08 +08:00 |
|
pixelpaws
|
3d6f9b226f
|
Merge pull request #479 from willmiao/codex/execute-phase-5-tasks-and-update-roadmap
Add frontend coverage workflow and reporting script
|
2025-09-25 07:00:04 +08:00 |
|
pixelpaws
|
eda6df4a5d
|
chore(ci): add frontend coverage workflow
|
2025-09-24 23:22:32 +08:00 |
|
pixelpaws
|
2a99b0e46f
|
Merge pull request #478 from willmiao/codex/execute-phase-4-tasks-from-roadmap
Add interaction-level frontend regression tests
|
2025-09-24 20:38:51 +08:00 |
|
pixelpaws
|
ae8914f5c8
|
test(frontend): add interaction regression suites
|
2025-09-24 20:33:41 +08:00 |
|
pixelpaws
|
0c9f8971ce
|
Merge pull request #477 from willmiao/codex/execute-phase-3-tasks-and-update-roadmap
test: add embeddings and recipes manager suites
|
2025-09-24 20:18:37 +08:00 |
|
pixelpaws
|
d7a75ea4e5
|
test(frontend): cover embeddings and recipes managers
|
2025-09-24 20:15:38 +08:00 |
|
pixelpaws
|
3ad8d8b17c
|
Merge pull request #476 from willmiao/codex/plan-next-tasks-based-on-roadmap-juork7
test(frontend): cover filtering flows for lora and checkpoints
|
2025-09-24 17:54:50 +08:00 |
|
pixelpaws
|
39225dc204
|
test(frontend): add filtering coverage for model pages
|
2025-09-24 17:50:04 +08:00 |
|
pixelpaws
|
4fb69f7d89
|
Merge pull request #475 from willmiao/codex/plan-next-tasks-based-on-roadmap-gpw3fe
Add checkpoints page smoke tests
|
2025-09-24 17:22:22 +08:00 |
|
pixelpaws
|
0890c6ad24
|
test(frontend): add checkpoints manager smoke tests
|
2025-09-24 17:18:20 +08:00 |
|
pixelpaws
|
dd81809589
|
Merge pull request #474 from willmiao/codex/plan-next-steps-for-roadmap-tasks
test(frontend): add loras page manager suite
|
2025-09-24 17:09:38 +08:00 |
|
pixelpaws
|
f0672beb46
|
test(frontend): add loras page manager suite
|
2025-09-24 16:22:17 +08:00 |
|
pixelpaws
|
cc5301e710
|
Merge pull request #473 from willmiao/codex/plan-next-tasks-based-on-roadmap
fix(frontend): validate AppCore initialization wiring
|
2025-09-24 16:15:05 +08:00 |
|
pixelpaws
|
9d5ec43c4e
|
fix(frontend): correct AppCore example images initialization
|
2025-09-24 16:10:27 +08:00 |
|
pixelpaws
|
6d41211b07
|
Merge pull request #472 from willmiao/codex/plan-and-update-frontend-testing-roadmap
Add AppCore page orchestration tests
|
2025-09-24 15:56:17 +08:00 |
|
pixelpaws
|
d58b61eed5
|
test(frontend): cover appcore page features
|
2025-09-24 15:55:50 +08:00 |
|
pixelpaws
|
4b53d98bfc
|
Merge pull request #471 from willmiao/codex/organize-frontend-tests-into-new-directories
test(frontend): document dom fixture workflow
|
2025-09-24 15:44:23 +08:00 |
|
pixelpaws
|
f51f354e48
|
test(frontend): add dom fixture helpers
|
2025-09-24 15:39:52 +08:00 |
|
pixelpaws
|
49e7c2e9f5
|
Merge pull request #470 from willmiao/codex/add-tests-for-storagehelpers-and-appcore
test: add vitest coverage for storage helpers and core
|
2025-09-24 05:21:02 +08:00 |
|
pixelpaws
|
4653c273e3
|
test(frontend): add storage and core initialization specs
|
2025-09-24 05:20:39 +08:00 |
|
pixelpaws
|
219cd242db
|
Merge pull request #467 from willmiao/codex/migrate-frontend-settings-to-backend
feat(settings): centralize settings loading and snake_case keys
|
2025-09-23 22:16:10 +08:00 |
|
pixelpaws
|
e5b712c082
|
fix(i18n): sync language with state settings
|
2025-09-23 22:00:31 +08:00 |
|
pixelpaws
|
4d2c60d59b
|
fix(settings): persist language preference
|
2025-09-23 22:00:20 +08:00 |
|
pixelpaws
|
1d2c1b114b
|
Merge pull request #469 from willmiao/codex/add-download-example-images-to-global-context-menu
feat: add download example images to global context menu
|
2025-09-23 20:58:35 +08:00 |
|
pixelpaws
|
2bde936d05
|
Merge pull request #468 from willmiao/codex/migrate-i18n-tests-to-tests-framework
Migrate i18n test script into pytest suite
|
2025-09-23 20:58:14 +08:00 |
|
pixelpaws
|
cd3e32bf4b
|
feat(context-menu): add example image download entry
|
2025-09-23 20:49:44 +08:00 |
|
pixelpaws
|
454536d631
|
test(i18n): migrate localization tests into pytest suite
|
2025-09-23 20:47:33 +08:00 |
|
pixelpaws
|
8aa76ce5c1
|
feat(settings): centralize frontend settings on backend
|
2025-09-23 20:28:32 +08:00 |
|
pixelpaws
|
9f83548cf3
|
Merge pull request #466 from willmiao/refactor
Refactor
|
2025-09-23 19:29:54 +08:00 |
|
 pixelpawsandCopilot
|
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 |
|
 pixelpawsandCopilot
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|