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): Color node connections correctly in execution preview for nodes that have pinned data #9669

Merged

Conversation

tomi
Copy link
Contributor

@tomi tomi commented Jun 7, 2024

Summary

Fix connection colors for pinned data nodes in execution preview

Also contains fixes to some misspellings and eslint issues

Before:

Production execution:
image

Manual Execution:
image

After:

Production execution:
image

Manual Execution:
image

Related tickets and issues

https://linear.app/n8n/issue/ADO-2106/bug-pinned-item-shows-over-success-in-executions

Review / Merge checklist

  • PR title and summary are descriptive. Remember, the title automatically goes into the changelog. Use (no-changelog) otherwise. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.

    A bug is not considered fixed, unless a test is added to prevent it from happening again.
    A feature is not complete without tests.

@tomi tomi requested a review from mutdmour June 7, 2024 12:50
Copy link
Contributor

@mutdmour mutdmour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the e2e tests

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Jun 7, 2024
Copy link

cypress bot commented Jun 7, 2024

1 flaky test on run #5363 ↗︎

0 364 0 0 Flakiness 1

Details:

🌳 🖥️ browsers:node18.12.0-chrome107 🤖 tomi 🗃️ e2e/*
Project: n8n Commit: b9800fa339
Status: Passed Duration: 04:47 💡
Started: Jun 7, 2024 1:05 PM Ended: Jun 7, 2024 1:10 PM
Flakiness  cypress/e2e/5-ndv.cy.ts • 1 flaky test

View Output Video

Test Artifacts
NDV > should not retrieve remote options when required params throw errors Screenshots Video

Review all test suite changes for PR #9669 ↗︎

Copy link
Contributor

github-actions bot commented Jun 7, 2024

✅ All Cypress E2E specs passed

@tomi tomi merged commit ebba7c8 into master Jun 7, 2024
28 checks passed
@tomi tomi deleted the ado-2106-bug-pinned-item-shows-over-success-in-executions branch June 7, 2024 13:13
MiloradFilipovic added a commit that referenced this pull request Jun 7, 2024
* master:
  fix: Fix typo with submitted (no-changelog) (#9662)
  refactor(core): Revamp crash recovery mechanism for main mode (#9613)
  fix(editor): Improve dragndrop of input pills with spaces (#9656)
  fix(editor): Indent on tabs in expression fields (#9659)
  fix(editor): Color node connections correctly in execution preview for nodes that have pinned data (#9669)
  fix(core): Fix optional chaining in continue on fail check (#9667)
  feat(OpenAI Node): Allow to select Image analyze model & improve types (#9660)
RicardoE105 pushed a commit that referenced this pull request Jun 9, 2024
MiloradFilipovic added a commit that referenced this pull request Jun 10, 2024
* master:
  feat(editor): Harmonize rendering of new-lines in RunData (#9614)
  refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
  fix(editor): Remove template creds setup from workflow when copied (no-changelog) (#9673)
  refactor(editor): Stop expecting `null` execution status (no-changelog) (#9672)
  fix: Fix typo with submitted (no-changelog) (#9662)
  refactor(core): Revamp crash recovery mechanism for main mode (#9613)
  fix(editor): Improve dragndrop of input pills with spaces (#9656)
  fix(editor): Indent on tabs in expression fields (#9659)
  fix(editor): Color node connections correctly in execution preview for nodes that have pinned data (#9669)
  fix(core): Fix optional chaining in continue on fail check (#9667)
  feat(OpenAI Node): Allow to select Image analyze model & improve types (#9660)
@github-actions github-actions bot mentioned this pull request Jun 12, 2024
@janober
Copy link
Member

janober commented Jun 12, 2024

Got released with n8n@1.46.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