n8n/packages/cli/src
2025-04-05 14:31:55 -04:00
..
__tests__ feat(core): Make detaching floatable entitlements on shutdown configurable (#14266) 2025-04-04 17:35:32 +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 feat(core): Make detaching floatable entitlements on shutdown configurable (#14266) 2025-04-04 17:35:32 +02:00
concurrency fix(core): Handle cancellation of waiting executions correctly (#13051) 2025-02-07 12:34:03 +01:00
config fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
controllers feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
credentials refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
databases ci: Also run MySQL and PG tests when modules have changes in repos or entities (#14170) 2025-03-25 16:41:48 +01:00
decorators feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
deduplication refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
deprecation refactor(core): Deprecate running manual executions in main in scaling mode (#13493) 2025-02-26 21:37:11 +02:00
environments.ee feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
errors refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
evaluation.ee feat(core): Automatically extract evaluation metrics (no-changelog) (#14051) 2025-03-25 15:43:19 +01:00
eventbus refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
events refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
execution-lifecycle feat(core): Setup backend modules (no-changelog) (#14084) 2025-03-20 19:54:27 +01:00
executions fix: Show correct message on retry (#14321) 2025-04-02 17:20:21 +03:00
external-secrets.ee refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
ldap.ee test(core): Add LDAP service unit tests (no-changelog) (#11581) 2025-03-12 14:14:56 +00:00
license refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
metrics feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
mfa refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
middlewares feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
modules feat(core): Don't store insights for sub workflow executions (#14384) 2025-04-03 15:16:50 +02:00
permissions.ee feat(core): Implement API to retrieve summary metrics (#13927) 2025-03-24 14:10:24 +01:00
posthog refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
public-api feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
push fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
scaling feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
security-audit fix(core): Pick up release version and date from package.json (no-changelog) (#13666) 2025-03-04 11:35:07 +01:00
services fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
shutdown refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
sso.ee refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
task-runners feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
telemetry refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +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 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): Extract code out of WorkflowHelpers.executeWebhook, and add tests - Part 1 (no-changelog) (#14331) 2025-04-03 14:16:02 +02:00
workflows fix(core): Detach workflow from parent folder in source project when transferring ownership (#14414) 2025-04-05 14:31:55 -04:00
abstract-server.ts feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +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(n8n Form Node): Redirection update (no-changelog) (#13104) 2025-02-19 12:59:38 +00:00
active-workflow-manager.ts fix(core): Return correct trigger count for nodes with multiple webhooks (#14300) 2025-04-04 14:15:10 +01:00
constants.ts feat(core): Automatically extract evaluation metrics (no-changelog) (#14051) 2025-03-25 15:43:19 +01: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 feat(core): Add special @tool displayOption (#14318) 2025-04-04 09:22:13 +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): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +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 feat(core): Add folder synchronization to environments feature (#14005) 2025-03-21 10:45:34 -04:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts feat(core): Make detaching floatable entitlements on shutdown configurable (#14266) 2025-04-04 17:35:32 +02:00
load-nodes-and-credentials.ts refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
manual-execution.service.ts feat(core): Fix partial workflow execution with specific trigger data (#13505) 2025-02-27 12:11:32 +01:00
node-types.ts feat(core): Allow community nodes to be used as tools (#14042) 2025-03-19 12:26:05 +01:00
requests.ts feat(core): Introduce new query string parameter includeFolders to GET /workflows endpoint (no-changelog) (#13352) 2025-02-21 13:54:15 -05: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 fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts fix: Execute method should be assigned to a Routing node even if it has webhook defined (#13910) 2025-03-14 10:56:34 +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): Improve UX on permission errors (no-changelog) (#13795) 2025-03-11 17:52:33 +01:00
workflow-helpers.ts refactor(core): Improve UX on permission errors (no-changelog) (#13795) 2025-03-11 17:52:33 +01:00
workflow-runner.ts refactor(core): Improve UX on permission errors (no-changelog) (#13795) 2025-03-11 17:52:33 +01:00