Commit graph

1103 commits

Author SHA1 Message Date
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
कारतोफ्फेलस्क्रिप्ट™ 96ab5bc7e6
ci: Disable task runner for core and nodes tests (#12757)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2025-01-21 17:53:59 +01:00
Tomi Turtiainen 223ad7d71a
test: Fix failing core tests (#12752) 2025-01-21 14:47:21 +01:00
Danny Martini d25817c5cc
test(core): Fix a typo and add an additional test (#12725) 2025-01-20 16:56:12 +01:00
Danny Martini b66a9dc8fb
fix(core): Remove run data of utility nodes for partial executions v2 (#12673) 2025-01-20 14:05:58 +01:00
Michael Kret 652b8d170b
fix(Wait Node): Fix for hasNextPage in waiting forms (#12636) 2025-01-20 11:41:50 +02: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
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
Dana 562506e92a
fix(core): Validate values which are intentionally 0 (#12382)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-01-10 16:11:19 +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
Iván Ovejero 7583e2ad94
refactor(core): Report malformed execution data (#12525) 2025-01-09 11:51:07 +01:00
Iván Ovejero 88c0838dd7
fix(core): Fix Sentry error reporting on task runners (#12495)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2025-01-08 17:47:40 +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
Charlie Kolb c03fe0af38
feat(Execute Workflow Node): Remove ignoreTypeMismatch option (no-changelog) (#12482) 2025-01-07 15:57:03 +01:00
कारतोफ्फेलस्क्रिप्ट™ 39d5e0ff87
refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-01-06 10:21:24 +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 3ff902feb9
refactor(core): Hide stack trace for warning-level errors (#12411)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2025-01-02 17:48:39 +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
कारतोफ्फेलस्क्रिप्ट™ 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
Iván Ovejero 1e60bbcf16
feat(core): Comply with NO_COLOR in logs (#12347) 2024-12-30 14:54:52 +02:00
Iván Ovejero e26b406665
fix(core): Fix execution cancellation issues in scaling mode (#12343) 2024-12-30 13:17:55 +01:00
कारतोफ्फेलस्क्रिप्ट™ 471d7b9420
refactor(core): Move Logger to core (no-changelog) (#12310)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-12-23 13:46:13 +01:00
कारतोफ्फेलस्क्रिप्ट™ 724e08562f
refactor(core): Deduplicate isObjectLiteral, add docs and tests (#12332)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-12-20 18:41:05 +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
कारतोफ्फेलस्क्रिप्ट™ 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
कारतोफ्फेलस्क्रिप्ट™ 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
Iván Ovejero 95db031aa4
refactor: Introduce explicit-member-accessibility lint rule (#12325) 2024-12-20 11:44:01 +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
Tomi Turtiainen 0f1461f2d5
fix(core): Fix binary data helpers (like prepareBinaryData) with task runner (#12259)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-12-18 18:45:05 +02: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)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
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
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
कारतोफ्फेलस्क्रिप्ट™ dce0c58f86
fix(core): Fix race condition in AI tool invocation with multiple items from the parent (#12169) 2024-12-11 19:06:24 +01:00
Iván Ovejero 28f1f6b561
refactor(core): Move multi-main state to InstanceSettings (#12144) 2024-12-11 18:25:22 +01:00
कारतोफ्फेलस्क्रिप्ट™ 7f3bcb964e
Merge tag 'n8n@1.72.0' 2024-12-11 15:49:25 +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
github-actions[bot] c9d4de11ab
🚀 Release 1.72.0 (#12158)
Co-authored-by: dana-gill <152518854+dana-gill@users.noreply.github.com>
2024-12-11 14:47:47 +01:00
कारतोफ्फेलस्क्रिप्ट™ c572c0648c
fix(core): Fix support for multiple invocation of AI tools (#12141)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-12-11 13:47:13 +01:00
Michael Kret f4c2523419
fix(n8n Form Node): Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#11869) 2024-12-11 13:52:40 +02:00
कारतोफ्फेलस्क्रिप्ट™ ec54333f78
refactor(core): Refactor execution contexts to reduce code duplication, and improve type-safety (no-changelog) (#12138) 2024-12-11 11:26:27 +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