Commit Graph

73 Commits

Author SHA1 Message Date
Mutasem Aldmour
aa273745ec
fix: Run evaluations successfully when offload manual executions is true with queue mode (#16307)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-13 15:33:48 +02:00
Danny Martini
879114b572
fix: Postgres node with ssh tunnel getting into a broken state and not being recreated (#16054) 2025-06-13 14:38:21 +02:00
Suguru Inoue
b2eb33351f
fix(editor): Logs not shown when tools are partially executed (#16274) 2025-06-13 10:09:52 +02:00
Charlie Kolb
4e94488622
feat(editor): Change default node names depending on node operation and resource (#16188) 2025-06-12 13:57:26 +02:00
Elias Meire
e58de1a6e4
fix(core): Fix http requests by using correct agent (#16258) 2025-06-12 10:50:06 +02:00
Elias Meire
e3675bdfb4
fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092) 2025-06-10 14:42:51 +02:00
Charlie Kolb
d17a15ef9a
Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Charlie Kolb
c92701cbdf
feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
कारतोफ्फेलस्क्रिप्ट™
2258a74518
refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532
refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Iván Ovejero
c229e915ea
refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
Alex Grozav
e704077864
refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
oleg
b6370fb2ec
fix(editor): Fix partial chat executions (#15379) 2025-05-15 17:12:08 +02:00
Ricardo Espinoza
726438d95e
feat(editor): Improve manual description in nodes as tools (#15373) 2025-05-15 10:45:16 -04:00
Yiorgis Gozadinos
cd1d6c9dfc
fix(AI Agent Node): Fix tool calling when tools run in a loop (#15250)
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-13 14:40:07 +02:00
Benjamin Schroth
8b467e3f56
feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
oleg
86807978c1
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)
Co-authored-by: autologie <suguru@n8n.io>
2025-05-07 08:55:58 +02:00
Iván Ovejero
e86edf536f
fix(core): Fix task runner logging to browser console (#15111) 2025-05-06 09:42:46 +02:00
oleg
07e6c7e13f
feat(core): Improve nodeNameToToolName special characters normalization (#15126) 2025-05-06 09:31:43 +02:00
Charlie Kolb
1d4f63985b
fix(core): Use manual tool description if neither resources or operations exist (#15093) 2025-05-05 11:44:28 +02:00
Benjamin Schroth
5fa41bd73a
fix(core): Error in partial execution of vector stores (#15019) 2025-05-01 00:54:02 +02:00
Mutasem Aldmour
b4a06aaff9
fix(core): Increment executionIndex in partial executions (no-changelog) (#14946)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-30 13:16:27 +02:00
Iván Ovejero
9c0e0f0d2e
refactor(core): Decouple leadership-change handlers using decorators (#15009) 2025-04-30 12:59:57 +02:00
Danny Martini
a33e3a807a
fix(core): Don't create additional nodeExecuteBefore message (#14958) 2025-04-29 15:07:30 +02:00
कारतोफ्फेलस्क्रिप्ट™
2212aeba30
refactor(core): Move the Memoized decorator to @n8n/decorators (no-changelog) (#14952) 2025-04-28 14:16:00 +02:00
Benjamin Schroth
bc6f98928e
feat(core): Implement partial execution of tool nodes (no-changelog) (#14939) 2025-04-28 13:24:56 +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
कारतोफ्फेलस्क्रिप्ट™
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
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
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
कारतोफ्फेलस्क्रिप्ट™
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
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
कारतोफ्फेलस्क्रिप्ट™
1d03c2c8ca
chore: More tests for Workflow.ts (#13349) 2025-02-19 15:44:39 +01:00