Commit Graph

14933 Commits

Author SHA1 Message Date
Nikhil Kuriakose
e18ffe809c feat(editor): Add follow up question nps (#17459) 2025-07-25 17:26:40 +02:00
shortstacked
d29e583c45 test: Add performance tests to Playwright (#17574) 2025-07-25 15:45:40 +01:00
Csaba Tuncsik
70eab1b2a0 fix(core): Optimize connection type lookups (#17585) 2025-07-25 16:12:21 +02:00
RomanDavydchuk
69beafbf71 fix(Webhook Node): Don't wrap response in an iframe if it doesn't have HTML (#17671) 2025-07-25 17:10:16 +03:00
Elias Meire
9c793a45c5 fix(editor): Make inline text edit component reactive to prop changes (#17557) 2025-07-25 16:04:38 +02:00
RomanDavydchuk
5a3b0a2481 fix(core): Fetching schema files in Docker (#17623) 2025-07-25 14:36:46 +01:00
Csaba Tuncsik
ae089173a7 fix(editor): Improve filter change handling with debounced updates for date fields (#17618) 2025-07-25 14:06:43 +02:00
Elias Meire
4de3759a59 fix(editor): Do not show new NDV for sticky notes (#17537)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
2025-07-25 13:58:27 +02:00
Suguru Inoue
408ccd2a58 feat(editor): Zoom in to node after creation (no-changelog) (#17617) 2025-07-25 12:36:09 +02:00
Charlie Kolb
4f01bd1ecf fix(editor): Use previous node for FocusPanel execution hint (no-changelog) (#17575) 2025-07-25 10:14:31 +02:00
Nikhil Kuriakose
8660057350 fix(editor): Add background same as that of the parent (#17625) 2025-07-25 09:44:16 +02:00
Mutasem Aldmour
c18fabb419 feat: Track inputs and outputs in Evaluations (#17404) 2025-07-24 18:58:37 +02:00
Alex Grozav
3f2e43e919 refactor(editor): Update RunDataAi helpers to use connections instead of Workflow object (no-changelog) (#17630) 2025-07-24 18:29:25 +03:00
Dana
4b626e5282 fix(MySQL Node): Do not replace $ values with null (#17327)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-07-24 16:53:52 +02:00
Nikhil Kuriakose
251e892a09 fix(core): Add headers to telemetry cross origin request (#17631) 2025-07-24 15:31:00 +02:00
RomanDavydchuk
1641d3964b fix(core): Remove non-included nodes regardless of the package when using NODES_INCLUDE (#17517) 2025-07-24 16:29:22 +03:00
Ricardo Espinoza
18c02dfa2b fix(editor): Make sure HTML editor field is not editable when workflow is in read only mode (#17561) 2025-07-24 09:12:54 -04:00
Suguru Inoue
733ada8999 chore(editor): Clean up warnings on the browser's console (#17307) 2025-07-24 15:03:39 +02:00
Alex Grozav
c044bc36e9 fix(editor): Use nodes and connection from passed in workflow in RunData (no-changelog) (#17628) 2025-07-24 15:52:48 +03:00
Alex Grozav
0574574b8f refactor(editor): Change document title function to be easier to update (no-changelog) (#17627) 2025-07-24 15:39:11 +03:00
Charlie Kolb
424c79c14b feat(editor): Add telemetry for focus panel (no-changelog) (#17159)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
2025-07-24 13:44:39 +02:00
Charlie Kolb
49dec19196 fix(editor): Add targetNodeParameterContext for remaining editors (no-changelog) (#17510) 2025-07-24 12:38:49 +02:00
Suguru Inoue
456c4e8167 fix(editor): Fix layout of binary data preview in the log view (#17584) 2025-07-24 11:57:12 +02:00
Alex Grozav
c30dbc6dd4 refactor(editor): Remove part of getCurrentWorkflow usages (#16148) 2025-07-24 12:51:32 +03:00
Guillaume Jacquart
b09f73701d fix(core): Decouple removing and closing destination from actually deleting it (#17614) 2025-07-24 11:21:42 +02:00
Michael Kret
a98ed2ca49 feat: Respond to chat and wait for response (#12546)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-07-24 09:48:40 +01:00
Marc Littlemore
e61b25c53f chore(core): Fix typo (#17611) 2025-07-24 09:24:24 +01:00
Suguru Inoue
46635c5941 fix(editor): Render HTML in the log view (#17586) 2025-07-24 10:21:41 +02:00
oleg
4713827813 fix: Prevent error when importing nodes with malformed collection params (#17580) 2025-07-24 09:40:10 +02:00
RomanDavydchuk
f30cc7b6cf fix(Google Gemini Node): Error when used as tool with "Message a model" operation (#17491) 2025-07-23 18:43:13 +01:00
Suguru Inoue
3825f8a806 fix(editor): Tweak configurable node width (#17512) 2025-07-23 17:08:52 +02:00
Jon
d520059ec3 feat(RSS Read Node): Add support for custom response fields (#16875) 2025-07-23 15:18:06 +01:00
Shireen Missi
a2f21a7615 feat(editor): Add settings icons to the node on canvas (#15467) 2025-07-23 14:32:28 +01:00
Ricardo Espinoza
5524b2137a feat: Proxy all RudderStack frontend telemetry events through the backend (#17177)
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
2025-07-23 15:17:01 +02:00
Csaba Tuncsik
e317c92916 fix(editor): Prevent default action on Enter key in commit and push dialog (#17578) 2025-07-23 14:35:39 +02:00
Guillaume Jacquart
01b95a9ee5 fix(core): Make the module loading for local dev more generic (#17547) 2025-07-23 14:13:50 +02:00
Suguru Inoue
7330e2d0af feat(editor): Improve UX of embedded NDV experiment (no-changelog) (#17515) 2025-07-23 14:04:16 +02:00
Csaba Tuncsik
4b2be26379 fix(editor): Persist SSO protocol setting properly in the UI (#17572) 2025-07-23 13:22:54 +02:00
Csaba Tuncsik
832b7fda3b fix(editor): Prevent unnecessary updates on model value change in InlineTextEdit component (#17553) 2025-07-23 13:19:56 +02:00
Elias Meire
f11ec538dc fix: Do not throw on tool errors, instead return error message (#17558) 2025-07-23 12:54:31 +02:00
Michael Kret
917eabe2f7 fix: Stringify data before sandboxing in sandboxHtmlResponse (no-changelog) (#17576) 2025-07-23 13:50:25 +03:00
RomanDavydchuk
2bd0aa38e2 fix(RabbitMQ Trigger Node): Respect the "Delete From Queue When" option with manual executions (#17554) 2025-07-23 13:06:21 +03:00
Raúl Gómez Morales
c790f7e047 feat(editor): Add WFD telemetry (no-changelog) (#17544)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-07-22 18:35:08 +02:00
Milorad FIlipović
77de3cd078 fix(editor): Only show AI starter pack experiment to cloud users (no-changelog) (#17550) 2025-07-22 16:35:57 +02:00
Ricardo Espinoza
c80688b3f9 fix: Check license in folder controller (no-changelog) (#16937) 2025-07-22 14:56:52 +02:00
Raúl Gómez Morales
9f45c284db feat(editor): Workflows Diff UI (no-changelog) (#17452) 2025-07-22 13:50:18 +02:00
Andreas Fitzek
f2ca2df90c chore(core): Stop server when access to port is not allowed (#17334) 2025-07-22 11:39:26 +02:00
Suguru Inoue
ee67e9e354 feat(editor): Update styling of embedded NDV (no-changelog) (#17366) 2025-07-22 11:39:14 +02:00
Charlie Kolb
c1aae67a04 fix(editor): Don't hide FocusPanel when NodeCreator is opened to avoid canvas shift (no-changelog) (#17454) 2025-07-22 10:44:57 +02:00
oleg
8fb3d8d587 fix(GitHub Document Loader Node): Fix node loading issue (#17494) 2025-07-22 10:41:14 +02:00