Commit Graph

231 Commits

Author SHA1 Message Date
Elias Meire
a0176ae973
Revert "fix: Fix paired item handling of multiple inputs" (#16261) 2025-06-12 09:32:22 +01:00
Elias Meire
50e00cdd6a
fix: Fix paired item handling of multiple inputs (#16153) 2025-06-12 08:52:39 +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
Charlie Kolb
eb71c41e93
fix(editor): In Sub-workflow Conversion handle standalone accessor and accessor[0] cases correctly (#16086) 2025-06-06 12:49:11 +02:00
कारतोफ्फेलस्क्रिप्ट™
3bdbdfe6ce
ci: Drop support for Node.js 18 (#15146) 2025-06-04 15:54:57 +02:00
Charlie Kolb
5985df6e51
feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538) 2025-06-02 12:17:27 +02:00
कारतोफ्फेलस्क्रिप्ट™
3a2a70f193
chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
Charlie Kolb
4661e39427
feat: Add sub-workflow extraction field utilities (no-changelog) (#14956) 2025-05-22 14:05:39 +02:00
Elias Meire
1ffc33dcc6
fix(HTTP Request Node): Fix prototype pollution vulnerability (#15463) 2025-05-20 15:39:33 +02:00
Dana
9834a49bd3
feat(n8n Evaluation Trigger Node): Add telemetry events (#15465) 2025-05-16 17:22:17 +02:00
Raúl Gómez Morales
0244f1d98b
refactor: Split paired item logic into more manageable methods (no-changelog) (#15337) 2025-05-16 15:31:04 +02:00
Yiorgis Gozadinos
64b3fa3d17
fix(core): Allow strings starting with numbers in alphanumeric string validator (#15425) 2025-05-16 09:38:21 +02:00
Ricardo Espinoza
726438d95e
feat(editor): Improve manual description in nodes as tools (#15373) 2025-05-15 10:45:16 -04:00
Iván Ovejero
131baabb7f
refactor(core): Remove legacy expression evaluator (#14518) 2025-05-13 17:29:48 +02:00
Eugene
a0a4476175
chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
Benjamin Schroth
8b467e3f56
feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Raúl Gómez Morales
be72f736ac
fix(editor): Fix Paired item error message (#15171) 2025-05-08 15:40:46 +02:00
Jaakko Husso
3a13139f78
feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Charlie Kolb
9f2182568a
feat: Add graphUtils for sub-workflow extraction (no-changelog) (#14781) 2025-04-28 10:51:15 +02:00
कारतोफ्फेलस्क्रिप्ट™
3e5e3a585c
refactor(core): Trim down NodeHelpers (no-changelog) (#14829) 2025-04-23 13:46:46 +02:00
Charlie Kolb
88bce7fd8b
chore: Extract node parsing from renameNode functionality (no-changelog) (#14822) 2025-04-23 13:22:08 +02:00
Guillaume Jacquart
3641c1fb87
fix(Wait Node): Validate datetime for specific time mode (#14701)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Elias Meire <elias@meire.dev>
2025-04-18 10:26:21 +02:00
Iván Ovejero
7c1be05845
fix(core): Allow $evaluateExpression to resolve in task runners (#14641) 2025-04-15 20:27:26 +02:00
Charlie Kolb
3db47504a2
feat(core): Expose $agentInfo variable for easy AI workflow (no-changelog) (#14445)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-04-10 13:10:26 +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
9104743a5f
fix(editor): Improve sub-workflow debugging for more node error types (#14347) 2025-04-04 08:33:29 +02: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
Dana
a031048b7f
feat(Merge Node): Add Telemetry for SQL query (no-changelog) (#13860) 2025-03-17 15:07:26 +01: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
jeanpaul
b6d5092258
fix(editor): Disable test step option in context menu for sub-nodes (#13816) 2025-03-11 14:56:49 +01:00
Dana
4e93ffda8b
feat(editor): Add toJsonString to string extensions (#13798) 2025-03-11 10:34:09 +01:00
autologie
75493ef6ef
feat(editor): Indicate dirty nodes with yellow borders/connectors on canvas (#13040) 2025-02-26 16:35:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
1e5feb195d
fix(core): Handle connections for missing nodes in a workflow (#13362) 2025-02-19 16:56:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
1d03c2c8ca
chore: More tests for Workflow.ts (#13349) 2025-02-19 15:44:39 +01:00
Tomi Turtiainen
2ab59d775b
refactor(core): Extend error hierarchy (#12267) 2025-02-18 17:47:11 +02:00
Charlie Kolb
11cf1cd23a
feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +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
Charlie Kolb
21773764d3
feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
Milorad FIlipović
066908060f
feat(editor): Relocate workflow ID expression notice (no-changelog) (#12942) 2025-01-31 12:32:18 +01:00
Charlie Kolb
13652c5ee2
chore: Move AIParametersParser to n8n-workflow (no-changelog) (#12671) 2025-01-28 10:47:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
36bc164da4
fix(core): AugmentObject should handle the constructor property correctly (#12744) 2025-01-21 11:49:43 +01:00
Tomi Turtiainen
395f2ad0dc
fix(core): Improve error message when resolving itemMatching with pinned data (no-changelog) (#12641) 2025-01-17 16:23:45 +02:00
कारतोफ्फेलस्क्रिप्ट™
bfe3c5611a
test: Add more tests for expression extensions (no-changelog) (#12598) 2025-01-14 15:54:11 +01:00
Michael Kret
7227a29845
fix(Google Calendar Node): Updates and fixes (#10715)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-01-10 11:16:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
0cdf393743
fix(core): AugmentObject should check for own propeties correctly (#12534) 2025-01-09 13:47:42 +01:00
Ricardo Espinoza
b1d17f5201
feat: Add more telemetry to free AI credits feature (no-changelog) (#12493) 2025-01-08 10:20:45 +03:00
Ricardo Espinoza
61993c3906
feat: Add telemetry events for free AI credits feature (no-changelog) (#12459) 2025-01-07 08:42:19 -05:00
Ivan Atanasov
d4116630a6
feat: (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-20 17:01:22 +01:00