Skip to content

feat(editor): Add follow up question nps #17459

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

Merged
merged 9 commits into from
Jul 25, 2025

Conversation

nikhilkuria
Copy link
Contributor

Summary

https://www.loom.com/share/fbcfc870b45e4c67a83eedaf82936dce

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/ADO-3808/feature-add-follow-up-question-to-nps

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)

@nikhilkuria nikhilkuria changed the title Feat ado 3808 add follow up question nps feat(editor): Add follow up question nps Jul 18, 2025
Copy link

bundlemon bot commented Jul 18, 2025

BundleMon

Unchanged files (2)
Status Path Size Limits
WASM Dependencies
tree-sitter-bash.wasm
181.26KB -
WASM Dependencies
tree-sitter.wasm
74.47KB -

No change in files bundle size

Groups updated (2)
Status Path Size Limits
**/*.js
5.3MB (+166.09KB +3.16%) -
**/*.css
184.62KB (+5.57KB +3.11%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Copy link

currents-bot bot commented Jul 18, 2025

E2E Tests: n8n tests passed after 4m 12.8s

🟢 521 · 🔴 0 · ⚪️ 1

View Run Details

Run Details

  • Project: n8n

  • Groups: 3

  • Framework: Playwright

  • Run Status: Passed

  • Commit: 1df2e15

  • Spec files: 110

  • Overall tests: 522

  • Duration: 4m 12.8s

  • Parallelization: 3

Groups

GroupId Results Spec Files Progress
mode:standard - Parallel 🟢 9 · 🔴 0 · ⚪️ 1 3 / 3
mode:standard - Sequential 🟢 4 · 🔴 0 · ⚪️ 0 2 / 2
No name 🟢 508 · 🔴 0 · ⚪️ 0 105 / 105


This message was posted automatically by currents.dev | Integration Settings

Copy link

cypress bot commented Jul 18, 2025

n8n    Run #12350

Run Properties:  status check failed Failed #12350  •  git commit e18ffe809c: 🌳 master 🤖 PR User 🗃️ e2e/*
Project n8n
Branch Review master
Run status status check failed Failed #12350
Run duration 04m 19s
Commit git commit e18ffe809c: 🌳 master 🤖 PR User 🗃️ e2e/*
Committer Nikhil Kuriakose
View all properties for this run ↗︎

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

Tests for review

Failed  6-code-node.cy.ts • 1 failed test

View Output Video

Test Artifacts
Code node > Code editor > should show lint errors in `runOnceForEachItem` mode Test Replay Screenshots Video
Failed  48-subworkflow-inputs.cy.ts • 0 failed tests

View Output

Test Artifacts
Failed  41-editors.cy.ts • 0 failed tests

View Output

Test Artifacts
Failed  11-inline-expression-editor.cy.ts • 0 failed tests

View Output

Test Artifacts
Failed  14-mapping.cy.ts • 0 failed tests

View Output

Test Artifacts

The first 5 failed specs are shown, see all 58 specs in Cypress Cloud.

Copy link

codecov bot commented Jul 18, 2025

Codecov Report

❌ Patch coverage is 0% with 38 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...es/frontend/editor-ui/src/components/NpsSurvey.vue 0.00% 38 Missing ⚠️

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added the n8n team Authored by the n8n team label Jul 18, 2025
@nikhilkuria nikhilkuria requested review from a team, dariacodes and CharlieKolb and removed request for a team and dariacodes July 18, 2025 16:31
@nikhilkuria nikhilkuria marked this pull request as ready for review July 18, 2025 16:31
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

cubic reviewed 4 files and found no issues. Review PR in cubic.dev.

CharlieKolb
CharlieKolb previously approved these changes Jul 21, 2025
Copy link
Contributor

@CharlieKolb CharlieKolb left a comment

Choose a reason for hiding this comment

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

🚀

if (form?.value?.value !== '') {
if (Number(form.value) > 7) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch!

CharlieKolb
CharlieKolb previously approved these changes Jul 22, 2025
Copy link

currents-bot bot commented Jul 25, 2025

E2E Tests: n8n tests failed after 1h 51m 34.8s

🟢 247 · 🔴 1 · ⚪️ 0

View Run Details

Run Details

  • Project: n8n

  • Groups: 1

  • Framework: Currents

  • Run Status: Failed

  • Commit: e6c4b24

  • Spec files: 31

  • Overall tests: 248

  • Duration: 1h 51m 34.8s

  • Parallelization: 1

Failed Spec Files

Spec File Failures
NpsSurvey 1


This message was posted automatically by currents.dev | Integration Settings

Copy link
Contributor

@CharlieKolb CharlieKolb left a comment

Choose a reason for hiding this comment

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

🚀

@nikhilkuria nikhilkuria merged commit e18ffe8 into master Jul 25, 2025
54 checks passed
@nikhilkuria nikhilkuria deleted the feat-ADO-3808-add-follow-up-question-nps branch July 25, 2025 15:26
This was referenced Jul 28, 2025
@janober
Copy link
Member

janober commented Jul 28, 2025

Got released with [email protected]

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants