Commit Graph

739 Commits

Author SHA1 Message Date
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
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
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) 2024-11-14 23:04:43 +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
Iván Ovejero
4c41575098
refactor(core): Mark finished as deprecated (#11682) 2024-11-11 18:12:41 +01:00
कारतोफ्फेलस्क्रिप्ट™
600479bf36
fix(core): Make push work for waiting webhooks (#11678) 2024-11-11 17:15:27 +01:00
oleg
9b6123dfb2
fix(AI Agent Node): Throw better errors for non-tool agents when using structured tools (#11582) 2024-11-08 16:15:33 +01:00
Eugene
57467d0285
fix(core): Improve model sub-nodes error handling (#11418) 2024-11-08 10:17:11 +01:00
Alex Grozav
93fae5d8a7
fix: Fix loading workflows with null connection value (no-changelog) (#11592) 2024-11-06 16:16:47 +02:00
कारतोफ्फेलस्क्रिप्ट™
ccd2564cd4
refactor(core): Extract execute-single context out of NodeExecutionFunctions (no-changelog) (#11543) 2024-11-06 10:36:21 +01:00
Michael Kret
8a484077af
feat(AI Transform Node): UX improvements (#11280)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-05 18:47:52 +00:00
कारतोफ्फेलस्क्रिप्ट™
3eb05e6df9
chore(core): Change NodeOperationError default level to warning (no-changelog) (#11542) 2024-11-04 17:43:11 +01:00
कारतोफ्फेलस्क्रिप्ट™
19a5c2fcf1
refactor(core): Extract hook context out of NodeExecutionFunctions (no-changelog) (#11537) 2024-11-04 16:27:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
a092b8e972
fix(core): Use the correct docs URL for regular nodes when used as tools (#11529) 2024-11-04 12:31:17 +01:00
Tomi Turtiainen
e4aa1d01f3
feat: Only send needed data to task runner (no-changelog) (#11487) 2024-11-04 11:13:09 +02:00
कारतोफ्फेलस्क्रिप्ट™
2104fa1733
refactor(core): Extract poll context out of NodeExecutionFunctions (no-changelog) (#11449) 2024-11-04 09:49:52 +01:00
कारतोफ्फेलस्क्रिप्ट™
8f5fe05a92
refactor(core): All calls to supplyData should use a distinct context type (no-changelog) (#11421) 2024-10-28 11:37:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
5341ed228d
fix(core): Do not report instances of FilterError to Sentry (no-changelog) (#11388) 2024-10-24 17:56:32 +02: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
Michael Kret
643d66c0ae
feat(n8n Form Page Node): New node (#10390)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-10-17 14:59:53 +01:00
feelgood-interface
785b47feb3
feat(Gong Node): New node (#10777) 2024-10-16 10:23:09 +01:00
Mutasem Aldmour
d3b05f1c54
feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
Iván Ovejero
873851b54e
refactor(core): Revamp logs for scaling mode (#11244) 2024-10-14 15:15:42 +02:00
Iván Ovejero
a7fc7fc229
fix(core): Ensure error reporter does not promote info to error messages (#11245) 2024-10-14 13:26:13 +02:00
Tomi Turtiainen
1078fa662a
fix: Make sure errors are transferred correctly from js task runner (no-changelog) (#11214) 2024-10-10 21:01:38 +03:00
Shireen Missi
52dd2c7619
feat(core): Dedupe (#10101)
Co-authored-by: Jan Oberhauser <jan@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2024-10-10 16:12:05 +01:00
Tomi Turtiainen
e94cda3837
feat: Add support for $env in the js task runner (no-changelog) (#11177) 2024-10-09 17:31:45 +03:00
Iván Ovejero
4c7caf734c
chore(core): Better debug logs for local dev (#11096) 2024-10-07 16:57:06 +02:00
Michael Kret
41228b472d
feat: Human in the loop (#10675)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-10-07 16:45:22 +03:00
oleg
ef5b7cf9b7
feat(core): Implement Dynamic Parameters within regular nodes used as AI Tools (#10862) 2024-10-02 13:31:22 +02:00
Val
27d83e0d91
feat: Initial Code Task Runners support (no-changelog) (#10698)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-10-02 09:31:56 +01:00
oleg
b5f4afe12e
fix(Chat Trigger Node): Fix Allowed Origins paramter (#11011) 2024-09-30 15:42:37 +02:00
Michael Kret
2df5a5b649
fix(Respond to Webhook Node): Node does not work with Wait node (#10992) 2024-09-27 15:23:31 +03:00
Iván Ovejero
afda049491
refactor(core): Separate execution startedAt from createdAt (#10810) 2024-09-27 13:32:12 +02:00
Elias Meire
7073ec6fe5
fix(editor): Fix performance issue in credentials list (#10988) 2024-09-27 12:04:00 +02:00
Danny Martini
2a084f96f8
feat: Implement new partial execution logic for acyclic workflows (no-changelog) (#10256)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-09-18 15:06:36 +02:00
Tomi Turtiainen
4f0a1a953f
refactor: Enable import/order for design-system, workflow and @n8n packages (#10847) 2024-09-18 10:19:33 +03:00
कारतोफ्फेलस्क्रिप्ट™
430c14ad19
refactor(core): Move frontend settings to @n8n/api-types (no-changelog) (#10856) 2024-09-17 17:21:11 +02:00
कारतोफ्फेलस्क्रिप्ट™
cef64329a9
refactor(core): Simplify createDeferredPromise, and add tests (no-changelog) (#10811) 2024-09-13 15:53:03 +02:00
Iván Ovejero
c133a6ef89
refactor(core): Include AI events in log streaming relay (#10768) 2024-09-12 12:02:47 +02:00
कारतोफ्फेलस्क्रिप्ट™
7d6ec6544e
fix(core): Fix the type for InstalledNodes.latestVersion (no-changelog) (#10782) 2024-09-12 11:14:03 +02:00
Elias Meire
ee5fbc543c
fix(If Node): Update copy for type conversion parameter (#10769) 2024-09-11 14:12:33 +02:00