Jin Yi
f6f4ed3b8c
[refactor] node version status -> checkBannedStatus, checkPendingStatus
2025-07-30 12:56:48 +09:00
Jin Yi
b93d7aecc0
[refactor] WIP: checkNodeCompatibility refactor
2025-07-30 12:48:58 +09:00
Jin Yi
6c58d08f08
[refactor] WIP: pack card footer check conflict logic simplified
2025-07-30 12:09:18 +09:00
Jin Yi
2d9cb002f0
[refactor] WIP: python version, has_registry, security_pending deleted
2025-07-30 12:03:00 +09:00
Jin Yi
d3f0ae33be
[feat] Show conflicting status for installed packages with compatibility issues ( #4579 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 17:31:57 +09:00
Jin Yi
b7c43707d3
[debug] Conflict detection debugging ( #4577 )
2025-07-29 17:30:47 +09:00
Jin Yi
c1577aac48
[Design] Update InfoPanel styling and layout ( #4553 )
2025-07-29 14:01:05 +09:00
Jin Yi
c3b655afd6
[feat] Add bulk import failure info API and improve conflict detection ( #4550 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-28 14:13:01 -07:00
Jin Yi
60ae1cf994
[Design] Update PackVersionSelectorPopover styling ( #4554 )
2025-07-28 14:02:24 -07:00
Jin Yi
fd66f593ad
[fix] Simplify PackEnableToggle state management ( #4551 )
2025-07-27 19:39:03 +09:00
Jin Yi
d73c955b80
[Manager] Optimize conflict detection with bulk API and version support ( #4538 )
2025-07-27 08:06:09 +09:00
Jin Yi
7ca43c65b7
[Manager] Fix version selector conflict detection and UI improvements ( #4539 )
2025-07-26 08:44:22 +09:00
Jin Yi
0721cdbd64
[Manager] Fix banned status logic to only check Registry status ( #4535 )
2025-07-26 07:14:38 +09:00
Jin Yi
24ae277ebe
[Manager] Fix toggle modal dismiss bug ( #4534 )
2025-07-26 07:14:24 +09:00
Jin Yi
63dd800a66
chore: delete unnecessary description
2025-07-25 14:15:41 +09:00
comfy-jinyi
7c2a648ab8
[Manager] Fix package version matching in conflict detection ( #4530 )
...
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-25 14:10:55 +09:00
Jin Yi
b169772f9f
Manager Conflict Nofitication ( #4443 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-25 08:35:46 +09:00
Jin Yi
0a2f2d8368
[Manager] Compatibility Detection Logic ( #4348 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-21 17:43:43 +09:00
github-actions
5055092cc5
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
github-actions
c2bd1668e1
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
github-actions
7c9c8b97ae
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
github-actions
dc00274cd9
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
Jin Yi
0c4f6205e7
[test] Update PackVersionBadge test to use role selector instead of Button component
2025-07-21 17:43:42 +09:00
github-actions
a9d08c927b
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
bymyself
e4e5e4d331
fix rebase error
2025-07-21 17:43:42 +09:00
Jin Yi
e31cf997c9
[Manager] “Restarting” state after clicking restart button ( #4269 )
2025-07-21 17:43:42 +09:00
Jin Yi
79bf5d9b67
[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-21 17:43:42 +09:00
bymyself
19f6138f92
[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-21 17:43:42 +09:00
bymyself
f11494bc70
remove the temporary check for legacy custom node version of manager
2025-07-21 17:43:42 +09:00
bymyself
ee7d07a0cd
fix: logs stops listening after 1st of multiple queue tasks
2025-07-21 17:43:42 +09:00
bymyself
b7c8180eb3
[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-21 17:43:42 +09:00
Christian Byrne
645e235dd6
[Manager] Fix: failed tasks logs not correctly partitioned in UI ( #4242 )
2025-07-21 17:43:42 +09:00
bymyself
f8f27aaf72
fix failed task tab state binding
2025-07-21 17:43:42 +09:00
Christian Byrne
ad6395933d
[Manager] Filter task queue and history by client id ( #4241 )
2025-07-21 17:43:42 +09:00
github-actions
388aebb37c
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
bymyself
db8563c5d1
fix rebase errors
2025-07-21 17:43:42 +09:00
bymyself
cc7c36620f
[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-21 17:43:42 +09:00
bymyself
a28aa80370
[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-21 17:43:42 +09:00
bymyself
5765e0f105
[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-21 17:43:42 +09:00
bymyself
d04a02e3c7
[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-21 17:43:42 +09:00
bymyself
b5b7945d8b
[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-21 17:43:42 +09:00
bymyself
e279bd4329
[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-21 17:43:42 +09:00
github-actions
3a6feae81b
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
bymyself
1b03813279
dont show missing nodes button in legacy manager mode
2025-07-21 17:43:42 +09:00
bymyself
7e1095dc89
use correct response shape
2025-07-21 17:43:42 +09:00
github-actions
db71360be4
Update locales [skip ci]
2025-07-21 17:43:42 +09:00
bymyself
7fe48ba5dc
add "Check for Updates", "Install Missing" menu items
2025-07-21 17:43:42 +09:00
bymyself
b200115b5b
move legacy option to startup arg
2025-07-21 17:43:42 +09:00
bymyself
fc9964031b
await promises. update settings schema
2025-07-21 17:43:42 +09:00
github-actions
9db37b7f56
Update locales [skip ci]
2025-07-21 17:43:42 +09:00