Commit Graph

611 Commits

Author SHA1 Message Date
Iván Ovejero
e6381e09e3
refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
कारतोफ्फेलस्क्रिप्ट™
3e5e3a585c
refactor(core): Trim down NodeHelpers (no-changelog) (#14829) 2025-04-23 13:46:46 +02:00
Michael Kret
b615e51f13
feat: Option to skip validation in getNodeParameter (#14726) 2025-04-18 10:05:25 +03:00
Danny Martini
ddfe594cf0
fix(core): Prefer triggers with run data during partial executions (#14691) 2025-04-17 11:09:54 +02:00
Jaakko Husso
302258dda2
feat(editor): Align DynamicStructuredTool and DynamicTool name fields (#14604)
feat(Code Tool Node): Use node's name instead of separate name field as tool name

feat(Vector Store Tool Node): Use node's name instead of separate name field as tool name

feat(Custom n8n Workflow Tool Node): Use node's name instead of separate name field as tool name
2025-04-16 09:53:53 +03:00
Charlie Kolb
d42e61bc35
feat(HTTP Request Node): Port optimizeResponse from httpRequest tool to standalone node (no-changelog) (#14307) 2025-04-16 08:48:16 +02:00
कारतोफ्फेलस्क्रिप्ट™
2ca742cb15
refactor(core): Migrate binary-data config to a decorated config class (#14616) 2025-04-15 10:32:38 +02:00
Dana
7723a138a1
feat(core): Add support for signed URLs for binary data (#14492)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-14 19:59:40 +02:00
कारतोफ्फेलस्क्रिप्ट™
de03452631
fix(core): Fix missing encryption key check on workers (#14603) 2025-04-14 16:58:22 +02:00
कारतोफ्फेलस्क्रिप्ट™
965baae093
feat(core): Add a new option to customize SSH tunnel idle timeout (#14522) 2025-04-10 14:35:10 +02:00
jeanpaul
8360283c6f
feat(MCP Server Trigger Node): Add MCP Server Trigger node to expose tools to MCP clients (#14403)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-09 14:45:24 +02:00
कारतोफ्फेलस्क्रिप्ट™
9ba58ca80b
refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
Charlie Kolb
73748e300e
feat(core): Add special @tool displayOption (#14318)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-04 09:22:13 +02:00
कारतोफ्फेलस्क्रिप्ट™
73e8d76e13
refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
Charlie Kolb
88f58514e6
feat(core): Explicitly warn if tool passed binary data to Agent (#14071) 2025-03-28 11:55:08 +01:00
Alex Grozav
8215e0b59f
refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Danny Martini
918cc51abc
fix(core): Don't fail partial execution when an unrelated node is dirty (#13925) 2025-03-18 12:27:49 +01:00
Michael Kret
3a4247a91c
fix: Execute method should be assigned to a Routing node even if it has webhook defined (#13910) 2025-03-14 10:56:34 +02:00
Danny Martini
b3f9cde3fd
fix(core): Clean run data for dirty nodes properly, including their children (#13821) 2025-03-11 16:53:51 +01:00
कारतोफ्फेलस्क्रिप्ट™
ec76505a87
refactor(core): Do not report Unrecognized node/credential type errors to Sentry (no-changelog) (#13822) 2025-03-11 11:32:47 +01:00
Danny Martini
cbf2476819
fix(core): Find correct start nodes when the first node after that has no run data has pinned data (#13784)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-03-10 14:52:56 +01:00
Michael Kret
e9a8a7f875
fix: In addNodeToBeExecuted if stillDataMissing allow more then 2 inputs (#13704) 2025-03-10 14:51:08 +02:00
कारतोफ्फेलस्क्रिप्ट™
be441fb91f
chore: Add unit tests for findTriggerForPartialExecution (#13541)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-03-04 13:31:36 +01:00
कारतोफ्फेलस्क्रिप्ट™
093cc982b8
fix(core): Pick up release version and date from package.json (no-changelog) (#13666) 2025-03-04 11:35:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
999fb8174a
fix(core): Gracefully handle missing tasks metadata (#13632) 2025-03-03 13:29:44 +01:00
Danny Martini
8a34f027c5
feat(core): Support executing single nodes not part of a graph as a partial execution (#13529) 2025-02-27 09:35:52 +01:00
कारतोफ्फेलस्क्रिप्ट™
223ec2d9c9
refactor(core): Prevent a server from starting if it's configured to use S3, but the license does not allow it (#13532) 2025-02-27 10:21:45 +02:00
Iván Ovejero
3ca99194c6
refactor(core): Migrate all errors in cli package to new hierarchy (#13478)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-27 09:30:55 +02:00
Michael Kret
97defb3a83
feat: WhatsApp Business Cloud Node - new operation sendAndWait (#12941)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-27 07:20:37 +02:00
Charlie Kolb
5334661b76
fix(Call n8n Workflow Tool Node): Support concurrent invocations of the tool (#13526)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-02-26 16:23:31 +01:00
कारतोफ्फेलस्क्रिप्ट™
ac1f651905
chore(core): Stop reporting errors to Sentry for older releases (no-changelog) (#13323) 2025-02-20 12:38:54 +01:00
कारतोफ्फेलस्क्रिप्ट™
1d03c2c8ca
chore: More tests for Workflow.ts (#13349) 2025-02-19 15:44:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
60ff82f648
refactor(core): Extract more code out in WorkflowExecute and add unit tests (#13327) 2025-02-19 13:42:37 +01:00
Tomi Turtiainen
2ab59d775b
refactor(core): Extend error hierarchy (#12267) 2025-02-18 17:47:11 +02:00
कारतोफ्फेलस्क्रिप्ट™
aedea7a76c
fix(core): Handle missing json property on nodeSuccessData (#13219) 2025-02-12 14:09:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
90d6f0020c
refactor(core): Move more code out of NodeExecutionFunctions, and add additional tests (no-changelog) (#13195) 2025-02-11 17:51:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
298a7b0038
fix(core): Do not save credential overwrites data into the database (#13170) 2025-02-10 17:24:36 +01:00
कारतोफ्फेलस्क्रिप्ट™
dbb9475b7b
refactor(core): Remove NodeExecutionOutput. Add execution hints directly to the context (#13111) 2025-02-10 16:51:01 +01:00
Shireen Missi
df8f059504
fix(core): Same version of merge node behaves differently after n8n update (#13106)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-10 14:01:26 +00:00
कारतोफ्फेलस्क्रिप्ट™
d41ca832dc
refactor(core): Move ExecutionLifecycleHooks to core (#13042) 2025-02-07 18:16:37 +01:00
कारतोफ्फेलस्क्रिप्ट™
4577ce0846
refactor(core): Move more code out of NodeExecutionFunctions, and add unit tests (no-changelog) (#13131) 2025-02-07 17:35:51 +01:00
oleg
9e4e1ca1f4
fix(Call n8n Sub-Workflow Tool Node): Fix json type when using $fromAI (#13102) 2025-02-06 17:58:43 +01:00
Elias Meire
a37c8e8fb8
fix(core): Only use new resource mapper type validation when it is enabled (#13099) 2025-02-06 13:21:13 +01:00
Elias Meire
fdcff9082b
fix(core): Do not enable strict type validation by default for resource mapper (#13037) 2025-02-04 12:31:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
e39928dde8
ci: Fix tests for declarative nodes (no-changelog) (#13013) 2025-02-03 15:04:03 +01:00
कारतोफ्फेलस्क्रिप्ट™
a65a9e631b
feat(core): Handle Declarative nodes more like regular nodes (#13007) 2025-02-03 14:00:53 +01:00
Mariana-na
7e1844757f
fix(GitHub Node): Don't truncate filenames retrieved from GitHub (#12923)
Co-authored-by: Dana Lee <dana@n8n.io>
2025-01-31 16:48:47 +00:00
Iván Ovejero
7031569a02
fix(core): Fix empty node execution stack (#12945) 2025-01-30 17:08:04 +01:00
Tomi Turtiainen
3d27a14987
fix(core): Validate credential data before encryption (#12885) 2025-01-29 09:10:04 +02:00
कारतोफ्फेलस्क्रिप्ट™
49b8693d7c
ci: Fix Credentials tests on node 18 (no-changelog) (#12889) 2025-01-28 13:17:35 +01:00