n8n/packages/cli/src
2022-12-08 13:32:33 +01:00
..
api feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
commands feat: Reduce initial memory spike at server startup (no-changelog) (#4735) 2022-11-28 17:41:44 +01:00
CommunityNodes feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
config fix: Make nodes.exclude and nodes.include work with lazy-loaded nodes (#4833) 2022-12-06 19:15:15 +01:00
credentials fix(core): OAuth2 scopes does not save 2022-12-05 18:28:34 +02:00
databases feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
events fix: Remove unnecessary console message (no-changelog) (#4848) 2022-12-07 12:40:38 +01:00
executions fix: Issue listing executions with Postgres (#4856) 2022-12-08 10:49:48 +01:00
middlewares fix: Upgrade sse-channel to mitigate CVE-2019-10744 (#4835) 2022-12-07 15:13:36 +01:00
PublicApi refactor: Consolidate .prettierignore patterns (no-changelog) (#4692) 2022-11-22 14:11:29 +01:00
role refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
telemetry feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
user refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
UserManagement ci: Make end-to-end testing independent of development environments (no-changelog) (#4709) 2022-11-24 12:49:01 +01:00
workflows refactor: Reactivate workflow locking (#4770) 2022-12-06 09:25:39 +01:00
ActiveExecutions.ts fix: Enable source-maps on WorkflowRunnerProcess in own mode (#4832) 2022-12-06 12:16:49 +01:00
ActiveWorkflowRunner.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: Reduce initial memory spike at server startup (no-changelog) (#4735) 2022-11-28 17:41:44 +01:00
CrashJournal.ts fix: Disable some error tracking (#4579) 2022-11-10 21:44:31 +01:00
CredentialsHelper.ts test(editor): Fix flaky e2e tests (#4779) 2022-12-07 18:16:38 +01:00
CredentialsOverwrites.ts fix: Credential overwrites should take precedence over credential default values (#4782) 2022-12-02 09:46:19 +01:00
CredentialTypes.ts fix: Lazy load nodes for credentials testing (#4760) 2022-11-30 10:28:18 +01:00
curlconverter.d.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CurlConverterHelper.ts refactor(core): fix for no-uncaught-json-parse warnings 2022-10-21 21:52:43 +03:00
Db.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
ErrorReporting.ts feat: Use longer stack-traces when error-reporting is enabled (#4674) 2022-11-21 17:54:29 +01:00
ExternalHooks.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
GenericHelpers.ts feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
index.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
Interfaces.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
InternalHooks.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
InternalHooksManager.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
License.ts refactor: Upgrade license package version and create tenant id variable (no-changelog) (#4744) 2022-11-28 17:39:34 +01:00
LoadNodesAndCredentials.ts fix: Register community nodes as known nodes (no-changelog) (#4775) 2022-11-30 18:17:57 +01:00
Logger.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
NodeTypes.ts fix: Lazy load nodes for credentials testing (#4760) 2022-11-30 10:28:18 +01:00
Push.ts fix: Upgrade sse-channel to mitigate CVE-2019-10744 (#4835) 2022-12-07 15:13:36 +01:00
Queue.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
requests.d.ts feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
ResponseHelper.ts fix: Stop returning UNKNOWN ERROR in the response if an actual error message is available (#4859) 2022-12-08 13:32:33 +01:00
Server.ts fix: Upgrade sse-channel to mitigate CVE-2019-10744 (#4835) 2022-12-07 15:13:36 +01:00
sse-channel.d.ts fix: Upgrade sse-channel to mitigate CVE-2019-10744 (#4835) 2022-12-07 15:13:36 +01:00
TagHelpers.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
TestWebhooks.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
TranslationHelpers.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
utils.ts fix(core): fix workflow hasing for MySQL (#4491) 2022-11-01 13:51:13 +01:00
WaitingWebhooks.ts refactor: Improve error logging/reporting for cli (#4691) 2022-11-22 14:00:36 +01:00
WaitTracker.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
WebhookHelpers.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
WebhookServer.ts fix: Upgrade sse-channel to mitigate CVE-2019-10744 (#4835) 2022-12-07 15:13:36 +01:00
WorkflowCredentials.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
WorkflowExecuteAdditionalData.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00
WorkflowHelpers.ts feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
WorkflowRunner.ts feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
WorkflowRunnerProcess.ts feat(core): Workflow Execution Statistics (#4200) 2022-12-06 14:55:40 +00:00