n8n/packages/cli/src
कारतोफ्फेलस्क्रिप्ट™ 9541b5bb07
fix(core): Revert back to the extended query-parser on express 5 (#15016)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-30 12:51:58 +02:00
..
__tests__ refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
auth feat(core): Allow customizing auth cookie samesite attribute and CSP headers (#13855) 2025-03-19 12:55:58 +01:00
collaboration refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
commands refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
concurrency fix(core): Handle cancellation of waiting executions correctly (#13051) 2025-02-07 12:34:03 +01:00
config chore(core): Add temporary CLI option to enable logs view (no-changelog) (#14899) 2025-04-25 15:44:55 +02:00
controllers refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
credentials refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
databases refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
deduplication refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
deprecation refactor(core): Move own mode to deprecation service (#14716) 2025-04-23 13:48:23 +02:00
environments.ee refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
errors refactor(core): Introduce @n8n/constants package (#14825) 2025-04-23 12:25:39 +02:00
evaluation.ee refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
eventbus refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
events refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
execution-lifecycle refactor(core): Introduce @OnLifecycleEvent decorator (#14987) 2025-04-30 10:15:56 +02:00
executions refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
external-secrets.ee feat(core): Add InstanceRole auth support for AWS external secrets (#14799) 2025-04-23 17:58:14 +02:00
ldap.ee refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
license refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
metrics feat(core): Add production root executions (#14845) 2025-04-29 11:32:47 +01:00
mfa refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
middlewares refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
modules refactor(core): Introduce @OnLifecycleEvent decorator (#14987) 2025-04-30 10:15:56 +02:00
permissions.ee feat(core): Implement API to retrieve summary metrics (#13927) 2025-03-24 14:10:24 +01:00
posthog refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
public-api refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
push refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
scaling refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
security-audit refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
services refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
shutdown refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
sso.ee refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
task-runners fix(core): Fix task runner's task timeout and heartbeat interval (#14889) 2025-04-25 10:24:01 +02:00
telemetry refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +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): Improve UX on permission errors (no-changelog) (#13795) 2025-03-11 17:52:33 +01:00
utils fix(editor): Improve sub-workflow debugging for more node error types (#14347) 2025-04-04 08:33:29 +02:00
validators refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
webhooks refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
workflows refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
abstract-server.ts fix(core): Revert back to the extended query-parser on express 5 (#15016) 2025-04-30 12:51:58 +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 initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
active-workflow-manager.ts refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
constants.ts refactor(core): Introduce @n8n/constants package (#14825) 2025-04-23 12:25:39 +02:00
controller.registry.ts refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
crash-journal.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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 refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
credentials-overwrites.ts test: Add unit tests for CredentialsOverwrites (#13372) 2025-02-20 13:00:12 +01:00
db.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
expression-evaluator.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
external-hooks.ts refactor(core): Split out database types (#14942) 2025-04-28 16:15:20 +02:00
generic-helpers.ts feat(core): Add internal API for test definitions (no-changelog) (#11591) 2024-11-12 10:28:32 +01:00
help.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
load-nodes-and-credentials.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
manual-execution.service.ts feat(core): Implement partial execution of tool nodes (no-changelog) (#14939) 2025-04-28 13:24:56 +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 refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
response-helper.ts feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
secrets-helpers.ee.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
server.ts feat: Prevent webhook url takeover (#14783) 2025-04-28 14:29:32 +03:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
types-db.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02: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): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
workflow-execute-additional-data.ts refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
workflow-helpers.ts refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
workflow-runner.ts fix(core): Fall back to regular mode for execute and executeBatch commands (#14381) 2025-04-09 10:26:10 +02:00