Guillaume Jacquart
|
9e3bfff68d
|
fix(core): Fix getLiveExecutionRowsOnPostgres when there are multiple n8n schemas (#17635)
|
2025-07-28 12:30:21 +02:00 |
|
Charlie Kolb
|
a415dbfd96
|
feat(editor): Release the Focus Panel (#17734)
|
2025-07-28 12:10:29 +02:00 |
|
Iván Ovejero
|
08c38a76f3
|
feat(core): Increase Cron observability (#17626)
|
2025-07-28 11:54:33 +02:00 |
|
Mutasem Aldmour
|
921cdb6fd0
|
feat(editor): Add dragging and hiding for evaluation table columns (#17587)
|
2025-07-28 11:17:49 +02:00 |
|
shortstacked
|
49a52a1150
|
ci: Update Turbo config and GH actions (#17595)
|
2025-07-28 10:07:28 +01:00 |
|
shortstacked
|
edeb8ef8a4
|
fix: Update packages for security fixes (#17733)
|
2025-07-28 10:00:55 +01:00 |
|
Iván Ovejero
|
c41e1257f7
|
refactor(core): Port config for frontend hooks, Redis and AI features (#17728)
|
2025-07-28 10:55:16 +02:00 |
|
oleg
|
2df76e020e
|
fix(editor): Fix canvas layouting when tab is not active (#17638)
|
2025-07-28 10:54:59 +02:00 |
|
Romeo Balta
|
2043c6da53
|
feat(editor): Update suggested workflows experiment (no-changelog) (#17701)
|
2025-07-28 09:45:58 +01:00 |
|
RomanDavydchuk
|
980878398e
|
fix(Google Sheets Node): Get Rows operation returns an empty string when the cell has a value of 0 (#17642)
|
2025-07-28 11:43:33 +03:00 |
|
Guillaume Jacquart
|
e1ef35a2b4
|
feat(editor): Use remote filtering for error workflow search in settings (#17624)
|
2025-07-28 10:34:46 +02:00 |
|
RomanDavydchuk
|
a9c29e340a
|
fix(Telegram Node): Determine the MIME type when downloading the file (#17725)
|
2025-07-28 11:31:15 +03:00 |
|
oleg
|
e1aa60ce6f
|
fix: Minor streaming fixes (no-changelog) (#17683)
|
2025-07-28 10:18:00 +02:00 |
|
shortstacked
|
e0ffadef34
|
chore: Override form data to 4.0.4 (#17573)
|
2025-07-26 09:10:46 +01:00 |
|
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 |
|