n8n/packages/cli/src
Nikhil Kuriakose fb94b779c8
fix(editor): Set warning limit to 80% of max limit for data tables (#20613)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-10-10 14:53:21 +02:00
..
__tests__ fix(core): Only resume waiting parent workflows (#20342) 2025-10-07 11:58:04 +02:00
auth feat: Add handling of MCP server API keys (no-changelog) (#20223) 2025-10-03 08:34:19 -04:00
chat feat(core): Use project variable in executions (#20275) 2025-10-07 11:01:12 +02:00
collaboration refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
commands fix(core): Fix worker setup completion (#20495) 2025-10-08 09:27:20 +02:00
concurrency refactor(core): Port concurrency config (#18324) 2025-08-15 10:47:11 +02:00
config refactor(core): Port timeout config (#18722) 2025-08-26 11:31:11 +02:00
controllers feat(core): Chat hub implementation continued (no-changelog) (#20567) 2025-10-09 11:32:16 +03:00
credentials chore(core): Use dynamic role resolution for access control (#19400) 2025-09-17 11:15:31 +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 fix: Disable warning about bare repositories in Git node on cloud (no-changelog) (#19958) 2025-09-25 10:18:55 +03:00
environments.ee feat(API): Add project and projectId fields to get and update a variable project (#20544) 2025-10-09 15:33:26 +02:00
errors fix(editor): Show correct error messages on Ask AI (#16913) 2025-07-02 14:00:23 +03:00
evaluation.ee fix(core): Add cancellation reasons (#20238) 2025-10-01 15:52:44 +02:00
eventbus fix(core): Support log streaming in webhook processors (#20215) 2025-09-30 16:48:43 +02:00
events feat(core): Track package_version of community nodes (#20428) 2025-10-09 14:08:56 +03:00
execution-lifecycle perf(editor): Omit execution data from executionFinished event (#20001) 2025-09-30 15:07:52 +02:00
executions fix(core): Add cancellation reasons (#20238) 2025-10-01 15:52:44 +02:00
ldap.ee chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
license perf(core): Eliminate unnecessary license server calls (#17047) 2025-07-07 10:55:40 +02:00
metrics feat(core): Unlock queue metrics for multi-main (#17977) 2025-08-08 13:42:36 +02:00
mfa chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
middlewares feat(editor): Update workflows list endpoint to support filter by node type (no-changelog) (#20158) 2025-09-30 10:26:38 +03:00
modules fix(editor): Set warning limit to 80% of max limit for data tables (#20613) 2025-10-10 14:53:21 +02:00
permissions.ee chore(core): Use dynamic role resolution for access control (#19400) 2025-09-17 11:15:31 +02:00
posthog refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
public-api feat(API): Add project and projectId fields to get and update a variable project (#20544) 2025-10-09 15:33:26 +02:00
push perf(editor): Omit execution data from executionFinished event (#20001) 2025-09-30 15:07:52 +02:00
scaling fix(core): Fix worker setup completion (#20495) 2025-10-08 09:27:20 +02:00
security-audit fix: Update links (#20022) 2025-10-03 12:28:15 +01:00
services refactor(core): Rename dataStore: scopes to dataTable: (no-changelog) (#20452) 2025-10-08 08:34:57 -04:00
shutdown refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
sso.ee chore(core): Hide OIDC warning for default configuration (#20212) 2025-09-30 16:55:44 +02:00
task-runners fix(core): Fix broker websocket connection closure on runner heartbeat failure (#20584) 2025-10-09 13:19:53 +02:00
telemetry feat: Proxy Posthog events through the backend (no-changelog) (#19824) 2025-10-08 08:22:34 -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): Adjust n8n email template styling (#19969) 2025-09-25 14:43:59 +03:00
utils fix: Update path.join -> safeJoinPath for compression utils (#20461) 2025-10-07 09:46:33 +01:00
webhooks fix(core): Only resume waiting parent workflows (#20342) 2025-10-07 11:58:04 +02:00
workflows feat(core): Chat hub implementation continued (no-changelog) (#20567) 2025-10-09 11:32:16 +03:00
abstract-server.ts chore(core): Log error when listen address is not available (#20066) 2025-09-26 15:32:54 +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 fix(core): Add cancellation reasons (#20238) 2025-10-01 15:52:44 +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(core): Fix broker websocket connection closure on runner heartbeat failure (#20584) 2025-10-09 13:19:53 +02:00
controller.registry.ts feat: Add handling of MCP server API keys (no-changelog) (#20223) 2025-10-03 08:34:19 -04: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: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01: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 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 chore(core): Track workflow crashes (#18261) 2025-10-08 13:57:16 +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 feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01:00
manual-execution.service.ts refactor: Clean up partial exec version flag (#19598) 2025-09-24 19:07:10 +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(API): Add project and projectId fields to get and update a variable project (#20544) 2025-10-09 15:33:26 +02:00
response-helper.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
server.ts feat: Proxy Posthog events through the backend (no-changelog) (#19824) 2025-10-08 08:22:34 -04: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 feat(core): Use project variable in executions (#20275) 2025-10-07 11:01:12 +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): Use project variable in executions (#20275) 2025-10-07 11:01:12 +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