n8n/packages/cli/src
2025-06-11 13:37:22 +02:00
..
__tests__ test(core): Unskip and fix workflow runner test (#16227) 2025-06-11 13:37:22 +02:00
auth perf(core): Lazyload LDAP during bootup (#15907) 2025-06-02 15:04:54 +02:00
collaboration refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
commands fix(core): Don't load task-runner on main instances when manual executions are offloaded to workers (#15986) 2025-06-06 10:28:58 +02:00
concurrency refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
config refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
controllers refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
credentials refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
databases ci: Drop support for Node.js 18 (#15146) 2025-06-04 15:54:57 +02:00
deduplication refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
deprecation ci: Fix InstanceType import in DeprecationService tests (#16050) 2025-06-05 11:58:52 +02:00
environments.ee feat(core): Validate commit content for project admin role (#15687) 2025-06-03 11:33:01 +02:00
errors chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
evaluation.ee refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
eventbus fix(core): Prevent worker from recovering finished executions (#16094) 2025-06-10 11:12:17 +02:00
events refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
execution-lifecycle refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
executions fix(core): Prevent worker from recovering finished executions (#16094) 2025-06-10 11:12:17 +02:00
ldap.ee perf(core): Lazyload LDAP during bootup (#15907) 2025-06-02 15:04:54 +02:00
license refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
metrics fix(core)!: Change last activity to use unix time (#15951) 2025-06-03 16:55:55 +03:00
mfa feat(core): Invalidate all sessions when MFA is enabled/disabled (#15524) 2025-05-21 08:59:22 +02:00
middlewares feat(core): Update data model for Evaluations (no-changelog) (#15520) 2025-05-22 12:55:31 +02:00
modules fix(core): Remove duplicated logs for insights (#16228) 2025-06-11 13:36:29 +02:00
permissions.ee feat(core): Handle scoped resource not existing with 404 (#16022) 2025-06-11 11:19:18 +02:00
posthog refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
public-api feat(core): Handle scoped resource not existing with 404 (#16022) 2025-06-11 11:19:18 +02:00
push refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
scaling fix(core): Ensure queue is ready when enqueueing (#16098) 2025-06-10 10:09:26 +02:00
security-audit refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
services refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
shutdown refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
sso.ee refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
task-runners ci: Drop support for Node.js 18 (#15146) 2025-06-04 15:54:57 +02:00
telemetry refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
user-management/email refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
utils refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
webhooks perf(core): Populate cache only with static webhooks (#16048) 2025-06-05 12:02:06 +02:00
workflows feat(core): Link 'Error Trigger' nodes to the parent execution that errored (#16016) 2025-06-04 19:09:13 +03:00
abstract-server.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
activation-errors.service.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
active-executions.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
active-workflow-manager.ts refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
constants.ts feat(editor): Evaluations frontend (no-changelog) (#15550) 2025-05-26 12:26:28 +02:00
controller.registry.ts feat(core): Handle scoped resource not existing with 404 (#16022) 2025-06-11 11:19:18 +02:00
crash-journal.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
credential-types.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
credentials-helper.ts fix(core): Don't swallow connection errors when fetching credentials (#16181) 2025-06-11 10:08:09 +02:00
credentials-overwrites.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
external-hooks.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
generic-helpers.ts feat(core): Update data model for Evaluations (no-changelog) (#15520) 2025-05-22 12:55:31 +02:00
help.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
index.ts ci: Refactor cli tests to speed up CI (no-changelog) (#5718) 2023-03-17 17:24:05 +01:00
interfaces.ts feat(editor): Evaluations frontend (no-changelog) (#15550) 2025-05-26 12:26:28 +02:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
load-nodes-and-credentials.ts fix(core): Unloading a community package should also unload all its files from require.cache (#16072) 2025-06-05 21:48:19 +02:00
manual-execution.service.ts Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
node-types.ts feat(MCP Client Tool Node): Add MCP Client Tool Node to connect to MCP servers over SSE (#14464) 2025-04-09 17:31:53 +02:00
requests.ts feat: Community Nodes in the Nodes Panel (#13923) 2025-05-09 11:14:41 +01:00
response-helper.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
server.ts refactor(core): Convert external-secrets code into a backend module (#15769) 2025-06-05 14:21:29 +02:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
utlity.types.ts refactor(core): Make all pubsub messages type-safe (#10990) 2024-09-27 12:35:01 +02:00
wait-tracker.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
workflow-execute-additional-data.ts refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
workflow-helpers.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
workflow-runner.ts fix(core): Ensure queue is ready when enqueueing (#16098) 2025-06-10 10:09:26 +02:00