Commit Graph

2881 Commits

Author SHA1 Message Date
bymyself
babe324f8b [tests] Update useServerLogs test after log subscription change
The test was expecting subscribeLogs(false) to be called, but this was commented out in commit 33d64475 to fix logs stopping after the first of multiple queue tasks. Updated test to reflect this temporary change.
2025-07-11 01:00:03 -07:00
bymyself
a83a7faea4 remove the temporary check for legacy custom node version of manager 2025-07-11 01:00:03 -07:00
bymyself
dc8589672c fix: logs stops listening after 1st of multiple queue tasks 2025-07-11 01:00:03 -07:00
bymyself
0f7e3f7100 [tests] Update useServerLogs test to handle task-started events
Update test to simulate cm-task-started events before logs events to match the actual behavior of the composable.
2025-07-11 01:00:03 -07:00
Christian Byrne
8fbd076b9c [Manager] Fix: failed tasks logs not correctly partitioned in UI (#4242) 2025-07-11 01:00:03 -07:00
bymyself
096e0c9ad0 fix failed task tab state binding 2025-07-11 01:00:03 -07:00
Christian Byrne
60e2f14516 [Manager] Filter task queue and history by client id (#4241) 2025-07-11 01:00:03 -07:00
github-actions
0f9d1f833d Update locales [skip ci] 2025-07-11 01:00:02 -07:00
bymyself
4249fe7a76 fix rebase errors 2025-07-11 00:59:30 -07:00
bymyself
5e4371507f [manager] Fix test failures and missing type definitions
- Fix ManagerProgressDialogContent test mock to include all required store methods
- Add missing MergedNodePack, RegistryPack type definitions and isMergedNodePack type guard
- Ensure all unit tests (548 passed) and component tests (174 passed) are working
- Fix TypeScript compilation errors related to manager store interfaces
2025-07-11 00:59:30 -07:00
bymyself
39ad01826a [manager] Update tests for new manager API
Updated tests for manager queue composable, server logs composable, and manager store to work with the new API signatures and functionality.
2025-07-11 00:59:30 -07:00
bymyself
b683a81239 [manager] Update UI components for new manager interface
Updated manager dialog components, pack cards, version selectors, and action buttons to work with the new manager API and state management structure.
2025-07-11 00:59:30 -07:00
bymyself
ba1d067c04 [manager] Update composables and state management
Updated manager queue composable, server logs composable, workflow packs composable, and manager store to support the new manager API structure and state management patterns.
2025-07-11 00:56:30 -07:00
bymyself
f241b7f7a0 [manager] Update core services for new manager API
Updated ComfyUI Manager service and dialog service to support the new menu items structure and API endpoints.
2025-07-11 00:56:30 -07:00
bymyself
b3486695d3 [manager] Update type definitions and schemas for menu items migration
Updated ComfyUI Manager types and API schemas to support the new menu items structure and manager functionality.
2025-07-11 00:56:30 -07:00
github-actions
7725b87c80 Update locales [skip ci] 2025-07-11 00:56:30 -07:00
bymyself
ced03ceee8 [Update to v2 API] update WS done message 2025-07-11 00:56:30 -07:00
bymyself
4a67a83252 dont show missing nodes button in legacy manager mode 2025-07-11 00:56:30 -07:00
bymyself
3862d78fb3 improve command names 2025-07-11 00:56:30 -07:00
bymyself
05ec65f636 use correct response shape 2025-07-11 00:56:30 -07:00
github-actions
dc2a4708f3 Update locales [skip ci] 2025-07-11 00:56:30 -07:00
bymyself
eee3b74547 add "Check for Updates", "Install Missing" menu items 2025-07-11 00:56:30 -07:00
github-actions
3c8adf4f80 Update locales [skip ci] 2025-07-11 00:56:30 -07:00
bymyself
d3a629ce89 Add banner indicating how to use legacy manager UI 2025-07-11 00:56:30 -07:00
bymyself
7c14b26321 move legacy option to startup arg 2025-07-11 00:55:24 -07:00
bymyself
5867103981 await promises. update settings schema 2025-07-11 00:55:02 -07:00
bymyself
363a46b1bf re-arrange menu items 2025-07-11 00:55:02 -07:00
bymyself
1f41367454 switch to v2 manager API endpoints 2025-07-11 00:55:02 -07:00
github-actions
2aed31ade1 Update locales [skip ci] 2025-07-11 00:55:02 -07:00
bymyself
366c55070c migrate manager menu items 2025-07-11 00:55:02 -07:00
filtered
5c119fcbda Improve execution logic / Fix group node execution (#4422) 2025-07-11 00:40:48 -07:00
Comfy Org PR Bot
998abbbdbd [chore] Update litegraph to 0.16.7 (#4424)
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com>
2025-07-11 00:22:05 -07:00
filtered
696c8720b6 [CI] Improve claude code release command (#4413) 2025-07-11 00:19:59 -07:00
ComfyUI Wiki
80e5cf1b9d Update template translation (#4396)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-10 23:10:42 -07:00
Deep Roy
7cf5d1e86b Add prompt ID to interrupt API call (#4393) 2025-07-10 17:24:21 -07:00
Emanuel F.
ab43b5e421 Menu bar mobile behavior change (#4312) 2025-07-10 15:08:51 -07:00
ComfyUI Wiki
43f73f8856 Correct the translation for 'Credits' in the zh-TW locale. (#4415) 2025-07-10 12:44:25 +00:00
filtered
0b5ade3a3b [chore] Update docs - node.js versions (#4414) 2025-07-10 05:34:28 -07:00
Christian Byrne
eb63b5c536 [feat] Add Traditional Chinese language support (#4410)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-10 01:52:47 -07:00
Christian Byrne
e6d78ab22c docs: Add Claude Code command to create release (#4408) 2025-07-09 22:53:07 -07:00
Christian Byrne
bc4753e119 [docs] Improve language contribution process (#4409) 2025-07-09 22:51:12 -07:00
Comfy Org PR Bot
733c9f81b0 1.24.0 (#4406)
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
v1.24.0
2025-07-09 17:20:33 -07:00
filtered
1afae4f723 [CI] Fix frontend package release skipped (#4404) 2025-07-09 16:28:55 -07:00
bmcomfy
1632798fd2 [System Pop Up] Improve help center and what's new popup UI (#4395)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-09 16:17:50 -07:00
Christian Byrne
103139fdab 1.24.0 (#4401)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-09 15:00:20 -07:00
filtered
834ac3ea61 [CodeHealth] Simplify code as follow-up to #4354 (#4400) 2025-07-09 13:08:33 -07:00
Christian Byrne
22c70d5d1b [fix] use getter functions for sidebar tab command labels to resolve i18n collection issues (#4370)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-08 23:50:49 -07:00
bmcomfy
f5b03f323d [System Pop Up] Hide hidden and deprecated settings from search results (#4390) 2025-07-08 17:19:37 -07:00
bmcomfy
d6f6407c44 [System Pop Up] Add setting to disable version update notifications (#4388) 2025-07-08 14:43:11 -07:00
Christian Byrne
2906ea3fd9 [fix] Correct API node pricing discrepancies (#4381) 2025-07-07 23:33:55 -07:00