n8n/packages/core/src
2024-02-06 19:38:36 +01:00
..
BinaryData fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
errors refactor(core): Reorganize error hierarchy in core and workflow packages (no-changelog) (#7820) 2023-11-27 15:33:21 +01:00
ObjectStore fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
ActiveWorkflows.ts fix(core): Fix removal of triggers and pollers from memory on deactivation in multi-main setup (#8416) 2024-01-23 12:34:40 +01:00
Cipher.ts refactor(core): Migrate from crypto-js to native crypto (#7556) 2023-11-03 13:26:20 +01:00
ClassLoader.ts feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
Constants.ts feat(HTTP Request Node): Add pagination support (#5993) 2023-11-01 14:24:43 +01:00
Credentials.ts fix(core): Prevent issues with missing or mismatching encryption key (#8332) 2024-01-16 18:25:53 +01:00
DirectoryLoader.ts refactor(core): Switch plain errors in core to ApplicationError (no-changelog) (#7873) 2023-11-30 09:06:19 +01:00
ExecutionMetadata.ts refactor(core): Reorganize error hierarchy in core and workflow packages (no-changelog) (#7820) 2023-11-27 15:33:21 +01:00
ExtractValue.ts feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
index.ts refactor(core): Reorganize error hierarchy in core and workflow packages (no-changelog) (#7820) 2023-11-27 15:33:21 +01:00
InstanceSettings.ts fix(core): Prevent issues with missing or mismatching encryption key (#8332) 2024-01-16 18:25:53 +01:00
Interfaces.ts feat(core): Remove own execution-process mode (#8490) 2024-01-30 12:51:40 +01:00
NodeExecuteFunctions.ts fix(core): Use hostname from URL instead of Host header for SNI (#8562) 2024-02-06 19:38:36 +01:00
Secrets.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
utils.ts fix(core): Ensure waiting executions account for workflow timezone (#8340) 2024-01-16 18:28:19 +01:00
WorkflowExecute.ts fix(core): Errors are returned on the success branch if error item has other keys in addition to 'error' (#8380) 2024-01-18 17:35:59 +02:00