n8n/packages/cli/src
2025-08-05 13:52:16 +02:00
..
__tests__ fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
auth refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
chat feat: Respond to chat and wait for response (#12546) 2025-07-24 09:48:40 +01:00
collaboration refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
commands refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
community-packages fix: Fix issue with some community nodes not displaying correctly (#17866) 2025-08-01 09:16:19 +01:00
concurrency refactor(core): Rename @n8n/integration-test-utils to @n8n/backend-test-utils (#16444) 2025-06-17 18:09:44 +02:00
config refactor(core): Port config for frontend hooks, Redis and AI features (#17728) 2025-07-28 10:55:16 +02:00
controllers feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +02:00
credentials refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
databases/repositories/__tests__ refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
deduplication refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
deprecation refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
environments.ee fix(core): Allow undefined workflow owner on source control for retro compatibility (#17419) 2025-07-18 14:18:10 +02:00
errors fix(editor): Show correct error messages on Ask AI (#16913) 2025-07-02 14:00:23 +03:00
evaluation.ee feat: Track inputs and outputs in Evaluations (#17404) 2025-07-24 18:58:37 +02:00
eventbus fix(core): Decouple removing and closing destination from actually deleting it (#17614) 2025-07-24 11:21:42 +02:00
events refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
execution-lifecycle fix(core): Handle null workflow settings in toSaveSettings (#17972) 2025-08-04 17:12:07 +02:00
executions refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
ldap.ee refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
license perf(core): Eliminate unnecessary license server calls (#17047) 2025-07-07 10:55:40 +02:00
metrics refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
mfa refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
middlewares fix(core): Add headers to telemetry cross origin request (#17631) 2025-07-24 15:31:00 +02:00
modules restore tests 2025-08-05 13:52:16 +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 integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
public-api perf(core): Improvements to GET /workflows endpoint (#17086) 2025-07-08 14:40:55 -04:00
push refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
scaling refactor(core): Port config for frontend hooks, Redis and AI features (#17728) 2025-07-28 10:55:16 +02:00
security-audit refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
services feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +02:00
shutdown refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
sso.ee chore(core): Adapt OIDC to match SAML behavior for signup (#17234) 2025-07-11 18:06:42 +02:00
task-runners refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
telemetry fix: Stop telemetry events to Posthog (#16788) 2025-06-30 09:08:47 -04:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
user-management/email feat(core): Send email notification when a user invited to a project (#16687) 2025-06-26 11:43:59 +02:00
utils refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
webhooks feat: Env to disable webhook response iframe sandboxing (#17851) 2025-07-31 14:37:25 +03:00
workflows feat: Table in confirm modal to see all workflows using nodes before updating / uninstalling (#17488) 2025-08-01 09:41:04 +03:00
abstract-server.ts chore(core): Stop server when access to port is not allowed (#17334) 2025-07-22 11:39:26 +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 feat(core): Implement lifecycle hooks to support streaming responses (no-changelog) (#16391) 2025-06-24 15:38:03 +02:00
active-workflow-manager.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
command-registry.ts refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
constants.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
controller.registry.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +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 fix(core): Prevent mutation of credential type parents (#16841) 2025-06-30 17:32:51 +02:00
credentials-helper.ts fix(core): On OAuth access token update only update partial credential (#17135) 2025-07-09 12:35:22 +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 chore(core): Hide invite URL in users list if not an admin (#17101) 2025-07-09 15:58:20 +02:00
generic-helpers.ts feat(core): Update data model for Evaluations (no-changelog) (#15520) 2025-05-22 12:55:31 +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 refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
load-nodes-and-credentials.ts refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
manual-execution.service.ts fix(core): Remove default for manual trigger in manual executions (#16829) 2025-06-30 13:56:11 +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 self review 2025-08-04 11:39:40 +02: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): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
utlity.types.ts build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
wait-tracker.ts chore(core): Calculate workflow timeout based on startedAt date of execution (#17137) 2025-07-10 10:39:56 +02:00
workflow-execute-additional-data.ts fix(Execute Sub-workflow Node): Improve paired item handling for child workflows (#17065) 2025-07-09 11:01:57 +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: Minor streaming fixes (no-changelog) (#17683) 2025-07-28 10:18:00 +02:00
zod-alias-support.ts refactor(core): Overhaul commands setup. Add support for module commands (#16709) 2025-07-01 19:14:22 +02:00