bymyself
3fdbc28dac
Restore lost work from manager/menu-items-migration feature branch
...
This merge restores work that was lost during a bad rebase ~2 months ago.
Key restored functionality:
- ComfyUI Manager service with queue/task API endpoint
- Manager queue composable and WebSocket status handling
- Enhanced manager dialog commands and UI labels
- Manager websocket queue status enum types
- Server feature flag support functions
Resolves conflicts between recovery commit 730b278fa0 and
feature branch manager/menu-items-migration to combine all lost work.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-27 07:37:04 -07:00
bymyself
8075db41fa
[Update to v2 API] update WS done message
2025-07-19 10:32:55 -07:00
bymyself
4f9470751d
dont show missing nodes button in legacy manager mode
2025-07-19 10:32:55 -07:00
bymyself
f1610db470
improve command names
2025-07-19 10:29:12 -07:00
bymyself
1aee43425a
use correct response shape
2025-07-19 10:29:12 -07:00
github-actions
bdd1230902
Update locales [skip ci]
2025-07-19 10:29:12 -07:00
bymyself
b01056e31f
add "Check for Updates", "Install Missing" menu items
2025-07-19 10:28:57 -07:00
github-actions
e780e1d6d6
Update locales [skip ci]
2025-07-19 10:28:57 -07:00
bymyself
f8953a874d
Add banner indicating how to use legacy manager UI
2025-07-19 10:28:49 -07:00
bymyself
aba2e5edfc
move legacy option to startup arg
2025-07-19 10:27:16 -07:00
bymyself
eb5c49f67b
await promises. update settings schema
2025-07-19 10:26:33 -07:00
bymyself
54a0981031
re-arrange menu items
2025-07-19 10:26:33 -07:00
bymyself
de6ed34836
switch to v2 manager API endpoints
2025-07-19 10:26:33 -07:00
github-actions
588bd99c3a
Update locales [skip ci]
2025-07-19 10:26:33 -07:00
bymyself
c28d4514fc
migrate manager menu items
2025-07-19 10:23:58 -07:00
Comfy Org PR Bot
282f9ce27a
[chore] Update Comfy Registry API types from comfy-api@9ccb96a ( #4470 )
...
Co-authored-by: viva-jinyi <53567196+viva-jinyi@users.noreply.github.com >
2025-07-18 15:53:21 +09:00
Rizumu Ayaka
11eff4981f
Fix Help Center changelog toast overflows viewport ( #4469 )
2025-07-17 17:13:01 -07:00
Benjamin Lu
927773f553
Fix Danger.js Security Issues ( #4462 )
2025-07-16 12:15:05 -07:00
guill
1200c07fcd
Add support for Feature Flags ( #4439 )
2025-07-15 15:59:11 -07:00
Christian Byrne
be7edab141
[feat] Add GitHub Action for automated Claude PR reviews ( #4452 )
2025-07-14 16:44:51 -07:00
filtered
f3168aac89
Revert "[fix] Fix Danger CI permissions for PRs from forks" ( #4450 )
2025-07-15 04:52:01 +10:00
Benjamin Lu
2f3c762e85
[fix] Fix Danger CI permissions for PRs from forks ( #4449 )
...
It's good to have working and in ASAP, although better approaches are being researched and investigated
2025-07-14 14:08:44 -04:00
Benjamin Lu
8b8caa4b29
Add Danger PR Review ( #4442 )
2025-07-13 21:21:29 -07:00
Christian Byrne
a70d69cbd2
[fix] Sync subgraph node title changes with breadcrumb navigation ( #4394 )
2025-07-13 07:37:48 +10:00
filtered
01c735d943
Fix cannot check widget value if undefined ( #4433 )
2025-07-12 09:05:58 +10:00
Comfy Org PR Bot
f0bc4c6959
[chore] Update litegraph to 0.16.9 ( #4432 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-12 09:01:24 +10:00
Jin Yi
730b278fa0
[test] Update PackVersionBadge test to use role selector instead of Button component
2025-07-11 21:44:35 +09:00
filtered
19eaf6ecdc
Fix SubgraphNode widget values ignored ( #4429 )
2025-07-11 22:37:23 +10:00
Comfy Org PR Bot
054077c445
[chore] Update litegraph to 0.16.8 ( #4427 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 22:28:02 +10:00
filtered
ef9b625208
Fix DTO return type to allow clean test/merge ( #4426 )
2025-07-11 19:27:31 +10:00
github-actions
2e2647d1d0
Update locales [skip ci]
2025-07-11 08:26:14 +00:00
bymyself
7073c9d57f
fix rebase error
2025-07-11 01:21:18 -07:00
Comfy Org PR Bot
688193ad9a
1.24.1 ( #4425 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
v1.24.1
2025-07-11 18:13:36 +10:00
Jin Yi
1cb94ca677
[Manager] “Restarting” state after clicking restart button ( #4269 )
2025-07-11 01:00:32 -07:00
Jin Yi
558cfcc527
[Manager] Add update all button functionality
...
- Add PackUpdateButton component for bulk updates
- Add useUpdateAvailableNodes composable to track available updates
- Integrate update all button in RegistrySearchBar
- Add localization strings for update functionality
- Add comprehensive tests for update functionality
- Add loading state to PackActionButton
2025-07-11 01:00:03 -07:00
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