Commit Graph

1164 Commits

Author SHA1 Message Date
Charlie Kolb
11cf1cd23a feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
कारतोफ्फेलस्क्रिप्ट™
dbb9475b7b refactor(core): Remove NodeExecutionOutput. Add execution hints directly to the context (#13111) 2025-02-10 16:51:01 +01: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
Iván Ovejero
e59d9830bf fix(core): Fix high volume of node operation errors in Sentry (#13053) 2025-02-06 15:32:12 +01:00
github-actions[bot]
700dd916f6 🚀 Release 1.78.0 (#13096)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
2025-02-06 14:04:06 +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
Charlie Kolb
21773764d3 feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
Dana
ddc40ef7de chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817) 2025-02-04 18:03:19 +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
कारतोफ्फेलस्क्रिप्ट™
65ec6ae0c8 refactor(core): Consolidate execution lifecycle hooks even more + additional tests (#12898) 2025-02-04 10:17:44 +01:00
Danny Martini
a15504329b fix: Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-02-03 14:17:31 +01:00
Milorad FIlipović
066908060f feat(editor): Relocate workflow ID expression notice (no-changelog) (#12942) 2025-01-31 12:32:18 +01:00
Dana
0da1114981 feat(n8n Form Node): Add Hidden Fields (#12803) 2025-01-29 16:56:47 +01:00
github-actions[bot]
812619e375 🚀 Release 1.77.0 (#12918)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-01-29 13:18:50 +01:00
Milorad FIlipović
de49c23971 feat(editor): Execute sub-workflow UX and copy updates (no-changelog) (#12834) 2025-01-28 11:33:23 +01:00
Charlie Kolb
13652c5ee2 chore: Move AIParametersParser to n8n-workflow (no-changelog) (#12671) 2025-01-28 10:47:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
3049cf85a6 Merge tag 'n8n@1.76.0' 2025-01-22 14:50:51 +01:00
Dana
ba8aa39216 feat(n8n Form Node): Add read-only/custom HTML form elements (#12760) 2025-01-22 13:05:30 +01:00
github-actions[bot]
e59a2af858 🚀 Release 1.76.0 (#12779)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-01-22 13:00:06 +01:00
कारतोफ्फेलस्क्रिप्ट™
36bc164da4 fix(core): AugmentObject should handle the constructor property correctly (#12744) 2025-01-21 11:49:43 +01:00
Michael Kret
652b8d170b fix(Wait Node): Fix for hasNextPage in waiting forms (#12636) 2025-01-20 11:41:50 +02: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
github-actions[bot]
9798009dd3 🚀 Release 1.75.0 (#12618)
Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
2025-01-15 15:09:46 +01: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
github-actions[bot]
326a221f36 🚀 Release 1.74.0 (#12508)
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2025-01-08 13:41:33 +00:00
feelgood-interface
3006ccf41b feat(Microsoft Entra ID Node): New node (#11779)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-01-08 11:49:26 +01:00
Iván Ovejero
ac497c8a67 chore(core): Mark item.index as deprecated (#12494) 2025-01-08 11:26:45 +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
Charlie Kolb
c03fe0af38 feat(Execute Workflow Node): Remove ignoreTypeMismatch option (no-changelog) (#12482) 2025-01-07 15:57:03 +01:00
Ricardo Espinoza
61993c3906 feat: Add telemetry events for free AI credits feature (no-changelog) (#12459) 2025-01-07 08:42:19 -05:00
Mutasem Aldmour
76dded4bea feat: Allow using Vector Stores directly as Tools (#12311)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-01-06 09:07:59 +01:00
Iván Ovejero
2241eef8cf chore: Upgrade tournament to 1.0.6 (#12440) 2025-01-03 10:43:17 +01:00
Iván Ovejero
9432aa0b00 feat(core): Offload manual executions to workers (#11284) 2025-01-03 10:43:05 +01:00
Iván Ovejero
096329db51 refactor(core): Rename some runners files and classes for clarity (#12410) 2024-12-31 12:21:04 +01:00
Milorad FIlipović
9117718cc9 feat(editor): Add support for project icons (#12349) 2024-12-27 19:00:40 +01:00
Ricardo Espinoza
ac4e042231 feat(core): Add endpoint to create free AI credits (#12362) 2024-12-27 09:46:57 -05:00
कारतोफ्फेलस्क्रिप्ट™
371a09de96 refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375) 2024-12-26 16:09:42 +01:00
कारतोफ्फेलस्क्रिप्ट™
471d7b9420 refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01: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
कारतोफ्फेलस्क्रिप्ट™
a8dd35b0f0 refactor(core): Break up more code in the execution engine, and add tests (no-changelog) (#12320) 2024-12-20 14:40:06 +01:00
github-actions[bot]
441d71e35d 🚀 Release 1.73.0 (#12302)
Co-authored-by: r00gm <22072110+r00gm@users.noreply.github.com>
2024-12-19 11:19:39 +01:00
Dana
92af245d1a fix(Extract from File Node): Detect file encoding (#12081)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-18 16:59:12 +01:00
Charlie Kolb
54b02acdd7 chore: Remove unused @ts-ignore's (no-changelog) (#12198) 2024-12-18 08:35:53 +01:00
कारतोफ्फेलस्क्रिप्ट™
2ce1644d01 refactor(core): Shovel around more of AI code (no-changelog) (#12218) 2024-12-16 13:46:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
5a055ed526 refactor(core): Move execution engine code out of n8n-workflow (no-changelog) (#12147) 2024-12-12 13:54:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
614aad55f0 chore(editor): Fix editor development environment (no-changelog) (#12173) 2024-12-11 23:11:14 +01:00