n8n/packages/workflow/src
2024-09-11 14:12:33 +02:00
..
errors fix: Show a more user friendly error message if initial Db connection times out (#10682) 2024-09-06 10:33:53 +02: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(If Node): Update copy for type conversion parameter (#10769) 2024-09-11 14:12:33 +02:00
AugmentObject.ts refactor: Fix TypeScript errors workflow package (#9437) 2024-05-17 11:28:13 +02:00
Authentication.ts refactor(core)!: Remove basic-auth, external-jwt-auth, and no-auth options (#6362) 2023-06-22 20:03:47 +02:00
Constants.ts fix: Disable errors obfuscation (no-changelog) (#10617) 2024-08-30 10:59:30 +03:00
Cron.ts refactor(core): Centralize CronJob management (#10033) 2024-07-16 20:42:48 +02:00
DeferredPromise.ts fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
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(core): Filter out prototype and constructor lookups in expressions (#10382) 2024-08-13 17:57:01 +02:00
ExpressionEvaluatorProxy.ts fix(core): Filter out prototype and constructor lookups in expressions (#10382) 2024-08-13 17:57:01 +02:00
ExpressionSandboxing.ts fix(core): Filter out prototype and constructor lookups in expressions (#10382) 2024-08-13 17:57:01 +02:00
GlobalState.ts refactor(core): Avoid passing around static state like default timezone (no-changelog) (#7221) 2023-10-27 14:17:52 +02:00
index.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
Interfaces.ts fix(core): Update subworkflow execution status correctly (#10764) 2024-09-11 10:39:18 +02:00
LoggerProxy.ts refactor(core): Convert verbose to debug logs (#10574) 2024-08-28 09:32:53 +02:00
MessageEventBus.ts fix(core): Filter out certain executions from crash recovery (#9904) 2024-07-02 17:07:07 +02:00
NodeHelpers.ts fix: Fix the issue in Trigger Nodes where poll time was not loaded (#10695) 2024-09-05 17:52:51 +01:00
ObservableObject.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
RoutingNode.ts refactor(core): Allow custom types on getCredentials (no-changelog) (#10567) 2024-08-27 15:23:58 +02:00
TelemetryHelpers.ts feat(AI Transform Node): Telemetry (no-changelog) (#10398) 2024-08-14 16:41:35 +03:00
type-guards.ts feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
types.d.ts fix(core): Serialize BigInts (#6805) 2023-07-31 16:53:30 +02:00
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 refactor: rename NodeVersionedType to VersionedNodeType and move it to the workflow package (#4443) 2022-10-25 21:33:12 +02:00
Workflow.ts refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
WorkflowDataProxy.ts refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04: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