n8n/packages/workflow/src
Michael Kret 0de9d56619
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
feat(AI Transform Node): New node (#9990)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-08-07 18:07:48 +03:00
..
errors fix(core): Move error obfuscation to FE (no-changelog) (#10237) 2024-08-05 16:42:06 +03:00
Extensions fix: Better error message when calling data transformation functions on a null value (#10210) 2024-07-26 20:04:55 +03:00
NativeMethods refactor: Fix TypeScript errors workflow package (#9437) 2024-05-17 11:28:13 +02:00
NodeParameters fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023) 2024-07-12 11:13:17 +03:00
AugmentObject.ts refactor: Fix TypeScript errors workflow package (#9437) 2024-05-17 11:28:13 +02:00
Authentication.ts
Constants.ts feat: Collect sub-workflow IDs in node graph string (no-changelog) (#9939) 2024-07-04 15:16:15 +03:00
Cron.ts refactor(core): Centralize CronJob management (#10033) 2024-07-16 20:42:48 +02:00
DeferredPromise.ts
ErrorReporterProxy.ts refactor(core): Display stack trace in error reporter (no-changelog) (#10225) 2024-07-29 17:27:02 +02:00
ExecutionStatus.ts refactor(core): Remove unused execution status warning (no-changelog) (#9759) 2024-06-17 13:00:04 +02:00
Expression.ts fix: Don't throw errors for NaN in number operators in the filter component (#9506) 2024-05-30 13:51:45 +02:00
ExpressionEvaluatorProxy.ts
GlobalState.ts
index.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
Interfaces.ts feat(AI Transform Node): New node (#9990) 2024-08-07 18:07:48 +03:00
LoggerProxy.ts
MessageEventBus.ts fix(core): Filter out certain executions from crash recovery (#9904) 2024-07-02 17:07:07 +02:00
NodeHelpers.ts fix(OpenAI Chat Model Node): Respect baseURL override for /models (#10076) 2024-07-17 08:25:16 +02:00
ObservableObject.ts
RoutingNode.ts refactor: Upgrade to TypeScript 5.5 (no-changelog) (#9828) 2024-06-24 17:49:59 +02:00
TelemetryHelpers.ts feat: Collect sub-workflow IDs in node graph string (no-changelog) (#9939) 2024-07-04 15:16:15 +03:00
type-guards.ts
types.d.ts
TypeValidation.ts feat: Recovery option for jsonParse helper (#10182) 2024-07-26 20:05:25 +03:00
utils.ts feat: Recovery option for jsonParse helper (#10182) 2024-07-26 20:05:25 +03:00
VersionedNodeType.ts
Workflow.ts fix(core): Fix expressions in webhook nodes(Form, Webhook) to access previous node's data (#10247) 2024-08-01 11:21:58 +03:00
WorkflowDataProxy.ts fix(editor): Use pinned data to resolve expressions in unexecuted nodes (#9693) 2024-06-27 10:49:53 +02:00
WorkflowDataProxyHelpers.ts fix(editor): Use pinned data to resolve expressions in unexecuted nodes (#9693) 2024-06-27 10:49:53 +02:00
WorkflowHooks.ts refactor: Upgrade to TypeScript 5.5 (no-changelog) (#9828) 2024-06-24 17:49:59 +02:00