n8n/packages/cli/src
Eugene 0a355ccadb
feat(ai-builder): Send workflow validation issues to telemetry (#21837)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2025-11-18 16:30:16 +00:00
..
__tests__ refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
auth feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00
chat fix: Enable respond to chat node as tool (#21253) 2025-11-13 13:46:26 +00:00
collaboration refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
commands feat: Support custom encryption keys for imports / exports (#21863) 2025-11-14 12:47:51 +00:00
concurrency refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
config refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
controllers fix(MCP Client Tool Node): DCR not working on cloud (#21808) 2025-11-14 10:47:23 +02:00
credentials feat(MCP Client Tool Node): Add multiple headers authentication option (#21435) 2025-11-17 10:35:24 +02:00
databases/repositories/__tests__ test: Configures integration tests to run in src (#19640) 2025-09-17 17:36:39 +01:00
deduplication refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
deprecation refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
environments.ee feat(core): Handle project variables sync on source control (#21001) 2025-10-22 10:26:22 +02:00
errors feat(core): Implement EULA acceptance handling in license activation process (#21095) 2025-10-28 16:21:40 +01:00
evaluation.ee refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
eventbus chore(core): Improvements to log stream sending (#21448) 2025-11-13 17:47:14 +01:00
events fix(core): Include role in user-invite-email-click (#21546) 2025-11-04 16:26:35 +01:00
execution-lifecycle refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
executions refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
ldap.ee feat: Prevent ldap email based account when there are deplicate emails (#21745) 2025-11-13 16:07:35 +00:00
license feat(core): Implement EULA acceptance handling in license activation process (#21095) 2025-10-28 16:21:40 +01:00
metrics feat(core): Configurable workflow statistics metrics (#18241) 2025-11-18 08:22:24 +01:00
mfa chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
middlewares feat(core): Add workflow descriptions (#21526) 2025-11-07 08:49:57 +01:00
modules fix(core): Prevent worker instance from running insights collection (#21610) 2025-11-18 11:46:49 +01:00
permissions.ee chore(core): Use dynamic role resolution for access control (#19400) 2025-09-17 11:15:31 +02:00
posthog chore: Remove telemetry debug logging (no-changelog) (#20875) 2025-10-16 18:39:27 +02:00
public-api feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
push perf(editor): Omit execution data from executionFinished event (#20001) 2025-09-30 15:07:52 +02:00
scaling feat: Add patch endpoint and reload mechanisms for sso provisioning configuration (#20904) 2025-10-21 12:47:51 +01:00
security-audit fix: Update links (#20022) 2025-10-03 12:28:15 +01:00
services feat(ai-builder): Send workflow validation issues to telemetry (#21837) 2025-11-18 16:30:16 +00:00
shutdown refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
sso.ee feat: Disable user invites on SSO systems (#21806) 2025-11-13 14:17:56 +00:00
task-runners fix(core): Enforce timeout for task requests (#21493) 2025-11-11 10:50:41 +01:00
telemetry fix(editor): Limit telemetry event size to 32kb (#21312) 2025-11-03 14:46:36 +01: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): Adjust n8n email template styling (#19969) 2025-09-25 14:43:59 +03:00
utils chore(core): Improvements to log stream sending (#21448) 2025-11-13 17:47:14 +01:00
webhooks refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
workflows fix(core): Add project id on /new and /from-url endpoints to add project scope auth (#21865) 2025-11-18 16:16:51 +01:00
abstract-server.ts fix(core): Add timeout and recovery for database connection health checks (#21506) 2025-11-17 10:40:43 +01: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): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
active-workflow-manager.ts feat(core): Use project variable in executions (#20275) 2025-10-07 11:01:12 +02:00
command-registry.ts refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
constants.ts fix(MCP Client Tool Node): Scope is not working if use credential without DRC on (Scope set but pass to /auth endpoint is null) (#21520) 2025-11-11 10:58:17 +02:00
controller.registry.ts feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05: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 feat(MCP Client Tool Node): Add support for OAuth2 with Dynamic Client Registration (#21034) 2025-10-27 15:03:50 +00:00
credentials-overwrites.ts chore(core): Add support for persisting and synchronizing credential overwrites (#19919) 2025-09-25 14:26:08 +02:00
external-hooks.ts fix(MCP Client Tool Node): DCR not working on cloud (#21808) 2025-11-14 10:47:23 +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 chore(core): Propagate execution context (#21880) 2025-11-17 10:23:39 +01:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
load-nodes-and-credentials.ts fix(ai-builder): AI builder memory consumption issue (#20982) 2025-10-21 10:23:07 +02:00
manual-execution.service.ts refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +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(core): Implement EULA acceptance handling in license activation process (#21095) 2025-10-28 16:21:40 +01:00
response-helper.ts feat(core): Implement EULA acceptance handling in license activation process (#21095) 2025-10-28 16:21:40 +01:00
server.ts feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +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): Redact secrets from credential test error message (#18386) 2025-08-20 10:01:52 +02:00
utlity.types.ts build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
wait-tracker.ts fix(core): Only resume waiting parent workflows (#20342) 2025-10-07 11:58:04 +02:00
workflow-execute-additional-data.ts refactor(core): Add factory functions to create instances of IRunExecutionData (#21554) 2025-11-17 20:19:50 +02:00
workflow-helpers.ts fix(core): Only resume waiting parent workflows (#20342) 2025-10-07 11:58:04 +02:00
workflow-runner.ts feat(core): New 'chat' execution mode for Chat hub (no-changelog) (#21306) 2025-10-29 14:24:37 +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