Commit Graph

152 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™
3bdbdfe6ce ci: Drop support for Node.js 18 (#15146) 2025-06-04 15:54:57 +02:00
Benjamin Schroth
8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Danny Martini
a33e3a807a fix(core): Don't create additional nodeExecuteBefore message (#14958) 2025-04-29 15:07:30 +02:00
Benjamin Schroth
bc6f98928e feat(core): Implement partial execution of tool nodes (no-changelog) (#14939) 2025-04-28 13:24:56 +02:00
कारतोफ्फेलस्क्रिप्ट™
9ba58ca80b refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
Alex Grozav
beb0dcabea fix: Add type shims to core package for nodes-base imports (no-changelog) (#14284) 2025-03-31 11:53:05 +03: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
कारतोफ्फेलस्क्रिप्ट™
d41ca832dc refactor(core): Move ExecutionLifecycleHooks to core (#13042) 2025-02-07 18:16:37 +01:00
कारतोफ्फेलस्क्रिप्ट™
05858c2153 refactor(core): Reorganize n8n-core and enforce file-name casing (no-changelog) (#12667) 2025-01-17 15:17:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
c55dac66ed fix(core): Update isDocker check to return true on kubernetes/containerd (#12603) 2025-01-17 13:10:51 +01:00
कारतोफ्फेलस्क्रिप्ट™
b2cbed9865 fix(core): Fix node exclusion on the frontend types (#12544) 2025-01-10 15:13:31 +01:00
Tomi Turtiainen
68da9bb164 fix(core): Filter out task runner errors originating from user code from sentry (no-changelog) (#12537) 2025-01-10 15:22:03 +02:00
कारतोफ्फेलस्क्रिप्ट™
39d5e0ff87 refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-06 10:21:24 +01:00
Iván Ovejero
3ff902feb9 refactor(core): Hide stack trace for warning-level errors (#12411) 2025-01-02 17:48:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
11e8520b70 refactor(core): Add more workflow engine tests (no-changelog) (#12385)
Co-authored-by: Danny Martini <danny@n8n.io>
2024-12-30 16:28:46 +01:00
Tomi Turtiainen
f08db47077 chore: Clean up some code (#12287) 2024-12-30 16:32:09 +02:00
कारतोफ्फेलस्क्रिप्ट™
471d7b9420 refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
कारतोफ्फेलस्क्रिप्ट™
6c323e4e49 ci: Shim WebCrypto on node.js 18 for core tests (#12335) 2024-12-20 16:47:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
f924f2a6d7 fix(core): Register workflows as active only after all of the triggers and pollers setup successfully (#12244) 2024-12-20 15:25:33 +01:00
Tomi Turtiainen
0f1461f2d5 fix(core): Fix binary data helpers (like prepareBinaryData) with task runner (#12259) 2024-12-18 18:45:05 +02:00
कारतोफ्फेलस्क्रिप्ट™
2ce1644d01 refactor(core): Shovel around more of AI code (no-changelog) (#12218) 2024-12-16 13:46:19 +01:00
Iván Ovejero
120499291d refactor(core): Unify error reporters in core and task runners (#12168)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-13 17:34:37 +01:00
कारतोफ्फेलस्क्रिप्ट™
785549cbec refactor(core): Add support for memoized evaluation on getters (no-changelog) (#12185)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-13 12:52:36 +01:00
कारतोफ्फेलस्क्रिप्ट™
5a055ed526 refactor(core): Move execution engine code out of n8n-workflow (no-changelog) (#12147) 2024-12-12 13:54:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
73145b70b8 chore: Convert ErrorReporting to a Service to use DI. Add some tests (no-changelog) (#11279) 2024-12-11 15:36:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
c572c0648c fix(core): Fix support for multiple invocation of AI tools (#12141)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-12-11 13:47:13 +01:00
कारतोफ्फेलस्क्रिप्ट™
2d36b42798 fix(core): Fix supportedNodes for non-lazy loaded community packages (no-changelog) (#11329) 2024-12-10 14:48:39 +01:00
Danny Martini
c4e4d37a87 fix(core): Remove run data of nodes unrelated to the current partial execution (#12099) 2024-12-09 13:15:17 +01:00
Danny Martini
891dd7f995 fix(core): Execute nodes after loops correctly with the new partial execution flow (#11978) 2024-12-09 08:59:02 +01:00
कारतोफ्फेलस्क्रिप्ट™
0ad3871141 refactor: Refactor axios invocation code, and add tests (no-changelog) (#12070) 2024-12-06 13:42:38 +01:00
Danny Martini
40a41dd192 refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
कारतोफ्फेलस्क्रिप्ट™
41e9e39b5b fix(core): Improve header parameter parsing on http client responses (#11953) 2024-11-28 15:53:18 +01:00
कारतोफ्फेलस्क्रिप्ट™
461b39c5df fix(HTTP Request Node): Use iconv-lite to decode http responses, to support more encoding types (#11930) 2024-11-28 14:31:54 +01:00
Raúl Gómez Morales
b8da4ff9ed fix(editor): Implement dirty nodes for partial executions (#11739)
Co-authored-by: Danny Martini <danny@n8n.io>
2024-11-28 14:04:55 +01:00
Danny Martini
3320436a6f fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
75e2b6fd9e refactor(core): Extract ExecuteContext out of NodeExecutionFunctions (no-changelog) (#11853) 2024-11-26 12:10:42 +01:00
कारतोफ्फेलस्क्रिप्ट™
17ef2c63f6 fix(core): Delete binary data parent folder when pruning executions (#11790) 2024-11-19 14:24:13 +01:00
Shireen Missi
6d5ee83296 fix(core): Continue with error output reverse items in success branch (#11684) 2024-11-13 15:23:24 +00:00
Tomi Turtiainen
c078a516be feat(core): Enforce config file permissions on startup (#11328)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2024-10-23 12:54:53 +03:00
Iván Ovejero
05467fd101 refactor(core): Move queueModeId as hostId to InstanceSettings (#11262) 2024-10-15 14:55:13 +02:00
कारतोफ्फेलस्क्रिप्ट™
b1ab21aa04 refactor(core): Deregistering cronjobs should also release them (no-changelog) (#11179) 2024-10-09 12:11:46 +02:00
oleg
ef5b7cf9b7 feat(core): Implement Dynamic Parameters within regular nodes used as AI Tools (#10862) 2024-10-02 13:31:22 +02:00
Tomi Turtiainen
d2238b9eac refactor: Enable import/order rule for n8n-core (#11016) 2024-09-30 16:38:56 +03:00
कारतोफ्फेलस्क्रिप्ट™
cef64329a9 refactor(core): Simplify createDeferredPromise, and add tests (no-changelog) (#10811) 2024-09-13 15:53:03 +02:00
oleg
da44fe4b89 feat(core): Implement wrapping of regular nodes as AI Tools (#10641)
Co-authored-by: JP van Oosten <jp@n8n.io>
2024-09-04 12:06:17 +02:00
Ricardo Espinoza
c4eb3746d7 refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
कारतोफ्फेलस्क्रिप्ट™
3428f28a73 fix(core): Scheduler tasks should not trigger on follower instances (#10507) 2024-08-22 11:46:13 +02:00
Iván Ovejero
4f392b5e3e fix(core): Prevent XSS via static cache dir (#10339) 2024-08-09 16:40:50 +02:00
jeanpaul
1a7713ef26 fix(core): Fix missing successful items on continueErrorOutput with multiple outputs (#10218) 2024-07-29 17:08:20 +02:00
कारतोफ्फेलस्क्रिप्ट™
09f2cf9eaf refactor(core): Centralize CronJob management (#10033) 2024-07-16 20:42:48 +02:00