Commit graph

1137 commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 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)
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
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)
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
कारतोफ्फेलस्क्रिप्ट™ 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)
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-11 23:11:14 +01:00
Iván Ovejero b479f14ef5
fix(core): Fix $getWorkflowStaticData on task runners (#12153)
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: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-12-11 20:48:36 +02: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
Milorad FIlipović 67ed1d2c3c
feat(editor): Implementing the Easy AI Workflow experiment (#12043) 2024-12-06 14:23:39 +01:00
कारतोफ्फेलस्क्रिप्ट™ 60b3dccf93
feat(core): Parent workflows should wait for sub-workflows to finish (#11985) 2024-12-06 12:20:34 +01:00
Danny Martini 2b6a72f128
fix: Chat triggers don't work with the new partial execution flow (#11952) 2024-12-04 15:33:46 +01:00
github-actions[bot] 0e26f58ae6
🚀 Release 1.71.0 (#12037)
Co-authored-by: mutdmour <4711238+mutdmour@users.noreply.github.com>
2024-12-04 14:14:45 +01:00
Mutasem Aldmour abc851c0cf
fix: Load workflows with unconnected Switch outputs (#12020) 2024-12-04 13:44:25 +01:00
कारतोफ्फेलस्क्रिप्ट™ 969439ce56
fix(core): Fix .map calls on NodeExecutionOutput (no-changelog) (#11955) 2024-12-02 16:55:01 +01:00
Thomas B 90f8b09af0
docs: Update Skip SSL to mention it is insecure (no-changelog) (#11935) 2024-12-02 13:56:14 +00:00
कारतोफ्फेलस्क्रिप्ट™ f1ecd9b68c
fix(core): Stop reporting ExpressionError to Sentry (no-changelog) (#11943) 2024-11-28 14:49:21 +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
github-actions[bot] 2d89f5cb64
🚀 Release 1.70.0 (#11927)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-27 14:36:59 +01:00
Eugene 845ba6c917
feat(core): Initial TestRunner service with basic test execution (no-changelog) (#11735) 2024-11-26 16:04:24 +01:00
Danny Martini 3320436a6f
fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
Bin Chang adf026c201
fix: Fix some comments (no-changelog) (#11816)
Signed-off-by: binchengqu <bincheng@before.tech>
2024-11-22 13:31:52 +01:00
github-actions[bot] 4435b14424
🚀 Release 1.69.0 (#11812)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-20 16:22:11 +01:00
Raúl Gómez Morales cd5ad65e90
fix(editor): Fix executions sorting (#11808) 2024-11-20 15:33:16 +01:00
Mutasem Aldmour fd3254d587
feat(core): Improve debugging of sub-workflows (#11602)
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-11-14 23:04:43 +01:00
github-actions[bot] a91abeeff5
🚀 Release 1.68.0 (#11725)
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
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-13 19:06:31 +01:00
कारतोफ्फेलस्क्रिप्ट™ 0d8aada490
feat(core): Make all http requests made with httpRequestWithAuthentication abortable (#11704) 2024-11-13 14:18:21 +01:00
oleg 565f8cd8c7
feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00