-
Notifications
You must be signed in to change notification settings - Fork 28.4k
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions #15049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions #15049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mrge reviewed 5 files and found no issues. Review this PR in mrge.io.
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for porting implementations/tests to the V2 function! I tested both versions locally and worked well. Left question comments about some details.
packages/core/src/execution-engine/node-execution-context/supply-data-context.ts
Outdated
Show resolved
Hide resolved
✅ All Cypress E2E specs passed |
Got released with |
…n-io#15049) Co-authored-by: autologie <[email protected]>
…n-io#15049) Co-authored-by: autologie <[email protected]>
Summary
This PR fixes an issue in the AI logs view where executions of a sub-node connected to multiple root nodes would appear in each parent node's logs, creating duplicate entries. Now, executions are correctly filtered to appear only in the logs of the parent node that triggered them.
Changes
Backend
Frontend
CleanShot.2025-05-02.at.09.23.27.mp4
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)