n8n/packages/cli/src
2025-09-18 18:33:32 +03:00
..
__tests__ feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01:00
auth fix: Put static types files behind authentication (#18660) 2025-09-03 12:42:38 +01:00
chat refactor: Upgrade to TypeScript 5.9.2 (#17955) 2025-08-06 09:29:09 +02:00
collaboration refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
commands feat: PAY-3773 export entities tooling (#19658) 2025-09-18 08:20:36 +01: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 chore(core): Add timestamp fields to Role, and support counting role usages (#19171) 2025-09-17 09:21:40 +02: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 feat: Add N8N_GIT_NODE_DISABLE_BARE_REPOS environment variable to allow users to disable bare repositories in Git Node (#19559) 2025-09-18 18:33:32 +03:00
environments.ee fix: Always generate tags.json file when using environments (#19698) 2025-09-18 12:05:00 +01:00
errors fix(editor): Show correct error messages on Ask AI (#16913) 2025-07-02 14:00:23 +03:00
evaluation.ee fix(core): Fix metric default value handling and add AI model connection validation for setMetric operation in Evaluation (#18088) 2025-08-08 12:38:58 +02:00
eventbus chore: Enable ESLint rule consistent-type-exports (#18973) 2025-08-29 19:02:49 +02:00
events feat(core): Add retry execution endpoint to public api (#19132) 2025-09-11 10:12:53 +02:00
execution-lifecycle fix(editor): Update node execution itemCount to support multiple outputs (no-changelog) (#19646) 2025-09-18 12:11:04 +01:00
executions test: Configures integration tests to run in src (#19640) 2025-09-17 17:36:39 +01: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(core): Allow filtering workflows by availableInMCP (#18646) 2025-09-02 16:21:12 -04:00
modules test: Move insights pruning schedule tests to unit tests (#19707) 2025-09-18 16:08:11 +03: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 running status query on the executions public api endpoint (#19205) 2025-09-11 13:03:23 +01:00
push feat: Send node execution finished and node execution data in separate events (no-changelog) (#18875) 2025-09-12 13:56:13 +01:00
scaling chore(core): Synchronize SAML settings in multi-main (#19588) 2025-09-16 16:31:20 +02:00
security-audit refactor(core): Modularize community packages (#18641) 2025-08-22 12:19:01 +02:00
services feat: PAY-3773 export entities tooling (#19658) 2025-09-18 08:20:36 +01:00
shutdown refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
sso.ee chore(core): Synchronize SAML settings in multi-main (#19588) 2025-09-16 16:31:20 +02:00
task-runners refactor: Replace Pyodide with native Python with env flag is enabled (#19403) 2025-09-11 11:28:12 +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): Update email templates (#19137) 2025-09-04 10:19:17 +03:00
utils fix(editor): Update node execution itemCount to support multiple outputs (no-changelog) (#19646) 2025-09-18 12:11:04 +01:00
webhooks fix(core): Fix waiting webhooks validation when n8n is behind proxy (#18767) 2025-08-27 09:29:04 +03:00
workflows chore(core): Use dynamic role resolution for access control (#19400) 2025-09-17 11:15:31 +02: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 fix(core): Prevent re-entry during workflow activation (#17965) 2025-08-04 20:43:18 +02:00
command-registry.ts refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
constants.ts chore(core): Support state and nonce parameter for OIDC (#19098) 2025-09-03 12:33:56 +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 feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01: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 feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01: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 feat(core): Allow custom project roles from being set to a user project relation (#18926) 2025-09-01 10:22:33 +02:00
response-helper.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
server.ts chore(core): Synchronize OIDC settings updates in multi main (#19360) 2025-09-15 12:42:11 +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 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 refactor(core): Decouple datastore from workflow execution context (#18963) 2025-08-29 14:33:03 +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 refactor(core): Port timeout config (#18722) 2025-08-26 11:31:11 +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