Skip to content
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): Set RunData outputIndex based on incoming data #12182

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

CharlieKolb
Copy link
Contributor

Summary

This helps avoid some edge cases related to a node receiving multiple branches of the same input.

Note that we encountered another bug in the output panel we'll handle as a follow-up, see https://linear.app/n8n/issue/ADO-3009/bug-output-panel-breaks-if-first-branch-of-input-with-multiple

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/ADO-2931/community-issue-code-node-doesnt-show-input-data-if-connected-to-if
#11877

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/editor-ui/src/components/RunData.vue 90.90% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Dec 12, 2024
@CharlieKolb CharlieKolb marked this pull request as ready for review December 12, 2024 14:05
Copy link

cypress bot commented Dec 17, 2024

n8n    Run #8370

Run Properties:  status check passed Passed #8370  •  git commit e7831aabe2: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Project n8n
Branch Review ADO-2931_alternative_a
Run status status check passed Passed #8370
Run duration 04m 36s
Commit git commit e7831aabe2: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Committer Charlie Kolb
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 2
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 481
View all changes introduced in this branch ↗︎

Copy link
Contributor

✅ All Cypress E2E specs passed

@CharlieKolb CharlieKolb merged commit dc4261a into master Dec 17, 2024
37 checks passed
@CharlieKolb CharlieKolb deleted the ADO-2931_alternative_a branch December 17, 2024 09:59
@github-actions github-actions bot mentioned this pull request Dec 19, 2024
@janober
Copy link
Member

janober commented Dec 19, 2024

Got released with n8n@1.73.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants