Richard Yu
7649feb47f
[feat] Update history API to v2 array format and add comprehensive tests
...
- Migrate from object-based to array-based history response format
- Update /history endpoint to /history_v2 with max_items parameter
- Add lazy loading of workflows via /history_v2/:prompt_id endpoint
- Implement comprehensive browser tests for history API functionality
- Add unit tests for API methods and queue store
- Update TaskItemImpl to support history workflow loading
- Add proper error handling and edge case coverage
- Follow established test patterns for better maintainability
This change improves performance by reducing initial payload size
and enables on-demand workflow loading for history items.
2025-08-29 02:30:31 -07:00
Christian Byrne
c42c9315f4
[refactor] Replace lodash with es-toolkit ( #4935 )
2025-08-12 12:22:09 -07:00
Christian Byrne
7b32a2fb6e
[tests] Add browser tests for subgraph functionalities ( #4495 )
2025-07-22 10:35:49 -07:00
Chenlei Hu
ac53296b2e
Support associated socket for widgets ( #3326 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-06 11:50:21 -04:00
Christian Byrne
26a7ebdd77
Fix uploaded image not forcing re-render ( #3115 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 20:13:05 -04:00
Chenlei Hu
20d2eca51e
[Test] Add playwright test on litegraph native reroute ( #3033 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-13 21:06:07 -04:00
Chenlei Hu
cdf42d5ad7
[Refactor] Move zod schemas to schemas/ folder ( #2753 )
2025-02-27 13:05:01 -05:00
Chenlei Hu
d7a0ee8703
Update litegraph 0.8.76 ( #2496 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-10 15:30:46 -05:00
Chenlei Hu
5f850ddaa4
[BrowserTest] Add test on boolean widget ( #2421 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-04 17:28:32 -05:00
bymyself
842a9f74fc
[BrowserTest] Fix flaky gallery test ( #2150 )
2025-01-17 17:11:49 -05:00
Chenlei Hu
174a9a114a
Expose dialogService to extensionManager ( #2113 )
2024-12-31 17:01:37 -05:00
bymyself
74b02237db
Add virtual scroll to Queue Tab for improved performance ( #2108 )
2024-12-31 12:35:29 -05:00
Chenlei Hu
d8f074fea0
[Lint] Sort imports ( #2104 )
2024-12-30 17:26:37 -05:00
Chenlei Hu
2d1b2cb1cc
Fix group node playwright tests ( #1849 )
...
* Fix group node playwright tests
* nit
* nit
2024-12-08 20:21:59 -05:00
Chenlei Hu
59c999324e
Split ComfyPage fixture ( #1305 )
...
* Split down page components
* Move litegraph utils
* nit
2024-10-25 08:29:02 -04:00