Commit Graph

  • 1da0434454 Merge pull request #526 from willmiao/codex/add-tests-for-utility-functions pixelpaws 2025-10-05 15:03:20 +08:00
  • cf2fe40612 Merge pull request #527 from willmiao/codex/add-unit-tests-for-metadata-components pixelpaws 2025-10-05 15:03:04 +08:00
  • 8f46433ff7 Merge pull request #523 from willmiao/codex/add-tests-for-settingsmanager-migration pixelpaws 2025-10-05 15:02:44 +08:00
  • f3be3ae269 Merge pull request #522 from willmiao/codex/add-tests-for-example-images-pipeline pixelpaws 2025-10-05 15:02:07 +08:00
  • cfec5447d3 test(metadata): add collector coverage pixelpaws 2025-10-05 14:44:17 +08:00
  • 2d36b461cf test(utils): add coverage for helper utilities pixelpaws 2025-10-05 14:43:21 +08:00
  • 5e23e4b13d test(metadata): cover sync service and scanner reconciliation pixelpaws 2025-10-05 14:42:13 +08:00
  • badae2e8b3 test: cover websocket broadcasts and usage stats pixelpaws 2025-10-05 14:41:47 +08:00
  • 9e64531de6 test(settings): cover migrations and registry lazy loading pixelpaws 2025-10-05 14:41:24 +08:00
  • fdec8d283c test(example-images): expand coverage for routes and utilities pixelpaws 2025-10-05 14:40:48 +08:00
  • 9abedbf7cb fix(metadata-sync): improve error handling for deleted CivitAI models, fixes #497 Will Miao 2025-10-05 11:05:52 +08:00
  • 66004c1cdc Merge pull request #520 from willmiao/codex/adjust-example-images-download-to-use-library-name pixelpaws 2025-10-05 10:08:26 +08:00
  • 5b564cd8a3 fix(example-images): pin downloads to start library pixelpaws 2025-10-05 09:10:25 +08:00
  • 2e79970e6e Merge pull request #519 from willmiao/codex/update-example-images-download-flow pixelpaws 2025-10-05 09:04:06 +08:00
  • 67c82ba6ea fix(example-images): reuse migrated folders during downloads pixelpaws 2025-10-05 08:37:11 +08:00
  • 98425f37b8 fix(download-manager): improve handling of civitai payloads to avoid empty dictionaries Will Miao 2025-10-05 07:29:11 +08:00
  • 9d22dd3465 fix(model-library): update response structure to return model versions directly Will Miao 2025-10-04 22:06:33 +08:00
  • 837138db49 Merge pull request #517 from willmiao/codex/determine-example_images_path-structure pixelpaws 2025-10-04 20:42:15 +08:00
  • d43d992362 feat(example-images): namespace storage by library pixelpaws 2025-10-04 20:29:49 +08:00
  • 16b611cb7e Simplify settings file location and configuration Will Miao 2025-10-04 18:42:53 +08:00
  • 8dde2d5e0d feat(websocket-manager): implement caching for initialization progress and enhance broadcast functionality Will Miao 2025-10-04 18:19:20 +08:00
  • 22b0b2bd24 fix(model-card): correct query parameter handling in versioned preview URL Will Miao 2025-10-04 17:32:16 +08:00
  • 056f727bfd feat(model-scanner): enhance page type determination for model types Will Miao 2025-10-04 17:08:02 +08:00
  • 0aa6c53c1f feat(initialization): add support for embeddings page type and log progress updates Will Miao 2025-10-04 14:11:27 +08:00
  • d9b0660611 Merge pull request #516 from willmiao/codex/investigate-library-switching-functionality-issue pixelpaws 2025-10-04 10:51:52 +08:00
  • d01666f4e2 feat(previews): serve dynamic library previews pixelpaws 2025-10-04 10:38:06 +08:00
  • 51bee87cd0 fix(persistence): improve handling of lora_info attributes in recipe persistence Will Miao 2025-10-04 09:52:53 +08:00
  • 3041b443e5 Merge pull request #515 from willmiao/codex/add-library-selection-in-settings-modal pixelpaws 2025-10-04 09:22:11 +08:00
  • d95e6c939b test(settings): cover library switch workflow pixelpaws 2025-10-04 09:07:02 +08:00
  • fd38c63b35 Merge pull request #514 from willmiao/codex/add-multi-library-endpoints-for-frontend pixelpaws 2025-10-04 08:43:03 +08:00
  • b69c24ae14 test(routes): cover settings library endpoints pixelpaws 2025-10-04 08:38:59 +08:00
  • 65a0c00e33 Merge pull request #513 from willmiao/codex/add-link-button-to-settings-modal-header pixelpaws 2025-10-04 07:57:43 +08:00
  • b12a5ef133 style(settings): restyle settings location shortcut pixelpaws 2025-10-04 07:52:10 +08:00
  • 9e1b92c26e Merge pull request #512 from willmiao/codex/analyze-and-add-tests-for-misc-routes pixelpaws 2025-10-04 05:25:58 +08:00
  • 3922aec36e test(routes): extend misc routes coverage pixelpaws 2025-10-04 05:10:43 +08:00
  • 41cca8e56d Merge pull request #511 from willmiao/codex/refactor-misc_routes.py-and-add-tests pixelpaws 2025-10-03 22:47:22 +08:00
  • 2d37a7341a fix(routes): await trained words extraction pixelpaws 2025-10-03 22:45:25 +08:00
  • 40e3c6134c refactor(routes): modularize misc route handling pixelpaws 2025-10-03 22:19:09 +08:00
  • edddd47a1e Merge pull request #510 from willmiao/codex/update-default-library-folder-path-handling pixelpaws 2025-10-03 21:50:41 +08:00
  • 4ea6f38645 fix(config): rename legacy default library pixelpaws 2025-10-03 21:24:17 +08:00
  • 40d998a026 fix(settings): use timezone-aware datetime for current timestamp fix(tests): normalize stored paths in library upsert test Will Miao 2025-10-03 20:59:47 +08:00
  • 3af8f151ac Merge pull request #509 from willmiao/codex/implement-features-from-multi-library-design pixelpaws 2025-10-03 20:37:59 +08:00
  • e066fa6873 feat(settings): add multi-library backend support pixelpaws 2025-10-03 20:08:35 +08:00
  • 6bd94269d4 refactor(model-scanner): remove unused model scanning methods Will Miao 2025-10-03 18:58:02 +08:00
  • c90edec18a feat(multi-library): add design documentation for multi-library management in standalone mode Will Miao 2025-10-03 18:34:52 +08:00
  • cbb302614c Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Will Miao 2025-10-03 15:23:30 +08:00
  • c54611a11b fix(metadata-service): change log level to debug for SQLite and fallback provider registration Will Miao 2025-10-03 15:23:28 +08:00
  • 88f249649a Merge pull request #508 from willmiao/codex/sync-persistent-model-cache-metadata-updates pixelpaws 2025-10-03 15:06:30 +08:00
  • fe9fbdb93c fix(cache): sync persistent metadata updates pixelpaws 2025-10-03 14:57:44 +08:00
  • 28bc966b76 feat(model-scanner): enhance cache loading with progress reporting and fallback to full scan Will Miao 2025-10-03 14:31:08 +08:00
  • 77bbf85b52 feat(persistent-cache): implement SQLite-based persistent model cache with loading and saving functionality Will Miao 2025-10-03 11:00:51 +08:00
  • 3b1990e97a feat(scanner): enhance model scanning with cache build result and progress reporting Will Miao 2025-10-02 21:25:09 +08:00
  • 375b5a49f3 fix(config): update standalone mode environment variable usage Will Miao 2025-10-02 09:40:24 +08:00
  • 392c157cb5 Merge pull request #503 from willmiao/codex/add-hebrew-locale-to-tests pixelpaws 2025-09-30 22:07:52 +08:00
  • 6f5bf4b582 fix(i18n): add hebrew locale coverage pixelpaws 2025-09-30 22:03:44 +08:00
  • 2e3f48ebb7 Merge pull request #426 from start-life/main pixelpaws 2025-09-30 21:51:50 +08:00
  • e4a2c518bb fix(preset): update filePath retrieval method in removePreset function Will Miao 2025-09-30 21:41:30 +08:00
  • f19fb68b4c Merge pull request #501 from willmiao/codex/update-downloadmanager-to-handle-multiple-download-urls pixelpaws 2025-09-30 17:17:34 +08:00
  • 9121c12a2c feat(download): retry mirror urls sequentially pixelpaws 2025-09-30 17:14:59 +08:00
  • d0fe28cfe2 fix(recipe): validate modelVersionId before fetching hash from cache or Civitai Will Miao 2025-09-28 09:18:59 +08:00
  • 656e3e43be fix(imports): update import paths for ensure_settings_file to use relative imports Will Miao 2025-09-28 08:40:09 +08:00
  • c2c1772371 Merge pull request #496 from willmiao/codex/find-best-practices-for-settings-file-storage pixelpaws 2025-09-28 07:06:02 +08:00
  • 88d5caf642 feat(settings): migrate settings to user config dir pixelpaws 2025-09-27 22:22:15 +08:00
  • 1684978693 Merge pull request #491 from willmiao/codex/replace-spaces-in-embedding-paths pixelpaws 2025-09-26 09:06:56 +08:00
  • 8e4927600f fix(embeddings): replace spaces in relative paths pixelpaws 2025-09-26 09:02:46 +08:00
  • 4d72dc57e7 Merge pull request #490 from willmiao/codex/remove-comfy-field-from-images-metadata pixelpaws 2025-09-26 08:59:30 +08:00
  • e7316b3389 fix(civitai): strip comfy metadata from images pixelpaws 2025-09-26 08:55:46 +08:00
  • e17b374606 Update zh-CN.json start-life 2025-09-26 02:16:58 +03:00
  • 141f83065f fix(locales): update language selection text in Chinese Will Miao 2025-09-25 21:14:58 +08:00
  • 6381dbafc1 Merge pull request #488 from willmiao/codex/fix-bespoke-import_from-loader-issue pixelpaws 2025-09-25 16:51:17 +08:00
  • fc9db4510f test: fix duplicate pytest import pixelpaws 2025-09-25 16:44:43 +08:00
  • 66abf736c9 Merge pull request #487 from willmiao/codex/fix-lora-information-import-issue pixelpaws 2025-09-25 16:00:48 +08:00
  • af713470c1 fix(recipes): parse loras from civitai hashes pixelpaws 2025-09-25 15:59:44 +08:00
  • 93a51d2bcb Merge pull request #486 from willmiao/codex/enable-test-coverage-metrics-in-ci pixelpaws 2025-09-25 15:58:47 +08:00
  • 3f3e06de8a Fix pytest command in backend tests workflow pixelpaws 2025-09-25 15:57:59 +08:00
  • 7315aac9d8 ci: add pytest coverage reporting pixelpaws 2025-09-25 15:47:07 +08:00
  • d933308a6f Merge pull request #485 from willmiao/codex/expand-vitest-coverage-for-frontend-components pixelpaws 2025-09-25 15:37:48 +08:00
  • 3baf93dcc5 test(frontend): extend coverage for comfyui widgets and helpers pixelpaws 2025-09-25 15:32:25 +08:00
  • 6ba14bd8fe Merge pull request #484 from willmiao/codex/fix-update-check-in-offline-mode pixelpaws 2025-09-25 14:54:28 +08:00
  • 7499570766 fix(updates): avoid network stack traces offline pixelpaws 2025-09-25 14:50:06 +08:00
  • 003ee55a75 Merge branch 'main' into main start-life 2025-09-25 09:28:30 +03:00
  • b0cc42ef1f Merge pull request #483 from willmiao/codex/introduce-integration-and-contract-tests pixelpaws 2025-09-25 14:23:53 +08:00
  • 23679ec3f5 chore(tests): clean integration route header pixelpaws 2025-09-25 14:17:45 +08:00
  • da52e5b9dd fix(settings): improve logic for auto-setting default root paths based on folder presence Will Miao 2025-09-25 10:56:09 +08:00
  • c4e357793f Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Will Miao 2025-09-25 10:43:14 +08:00
  • 6c3424029c fix(recipe image): optimize image saving and update PNG metadata handling, fixes #481 Will Miao 2025-09-25 10:43:10 +08:00
  • dd9e6a5b69 Merge pull request #482 from willmiao/codex/add-pytest-modules-for-untested-services pixelpaws 2025-09-25 09:48:27 +08:00
  • 095320ef72 test(routes): tidy lora route test imports pixelpaws 2025-09-25 09:40:25 +08:00
  • 35f7674bcd Merge pull request #480 from willmiao/codex/modularize-i18n-tests-into-smaller-cases pixelpaws 2025-09-25 09:25:06 +08:00
  • 26b36c123d test(i18n): modularize translation validation pixelpaws 2025-09-25 09:21:08 +08:00
  • c85e694c1d docs: update repository guidelines for clarity and consistency Will Miao 2025-09-25 08:36:15 +08:00
  • ec05282db6 fix(coverage): improve Vitest CLI path handling and error checking Will Miao 2025-09-25 08:11:48 +08:00
  • 3d6f9b226f Merge pull request #479 from willmiao/codex/execute-phase-5-tasks-and-update-roadmap pixelpaws 2025-09-25 07:00:04 +08:00
  • eda6df4a5d chore(ci): add frontend coverage workflow pixelpaws 2025-09-24 23:22:32 +08:00
  • d504f89f6a Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Will Miao 2025-09-24 21:11:43 +08:00
  • 14c468f2a2 feat(video): enhance video handling in model cards with lazy loading and autoplay settings, see #446 Will Miao 2025-09-24 21:11:36 +08:00
  • 2a99b0e46f Merge pull request #478 from willmiao/codex/execute-phase-4-tasks-from-roadmap pixelpaws 2025-09-24 20:38:51 +08:00
  • ae8914f5c8 test(frontend): add interaction regression suites pixelpaws 2025-09-24 20:33:41 +08:00
  • 0c9f8971ce Merge pull request #477 from willmiao/codex/execute-phase-3-tasks-and-update-roadmap pixelpaws 2025-09-24 20:18:37 +08:00
  • d7a75ea4e5 test(frontend): cover embeddings and recipes managers pixelpaws 2025-09-24 20:15:38 +08:00