n8n/packages/cli/src
2024-10-18 15:06:15 +02:00
..
__tests__ chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
auth refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
collaboration refactor(core): Move push message types to a new shared package (no-changelog) (#10742) 2024-09-13 13:02:00 +02:00
commands chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
concurrency feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
config chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
controllers feat(core): introduce JWT API keys for the public API (#11005) 2024-10-18 12:06:44 +02:00
credentials refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
databases fix(core): Add missing primary key to execution annotation tags table (#11168) 2024-10-18 15:06:15 +02:00
decorators fix(core): Handle Redis disconnects gracefully (#11007) 2024-09-30 16:36:27 +02:00
deduplication feat(core): Dedupe (#10101) 2024-10-10 16:12:05 +01:00
environments feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
errors refactor(core): Move queueModeId as hostId to InstanceSettings (#11262) 2024-10-15 14:55:13 +02:00
eventbus refactor(core): Make orchestration service smaller (#11275) 2024-10-16 17:34:32 +02:00
events chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
execution-lifecycle-hooks feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
executions refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
external-secrets refactor(core): Make orchestration service smaller (#11275) 2024-10-16 17:34:32 +02:00
ldap refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
license feat: Opt in to additional features on community for existing users (#11166) 2024-10-09 13:21:34 +02:00
logging feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
metrics feat(core): Introduce worker metrics (#10850) 2024-09-18 11:16:17 +02:00
mfa refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
middlewares refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
permissions refactor(core): Remove dead orchestration code (#11266) 2024-10-15 16:47:31 +02:00
posthog refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
public-api feat(core): introduce JWT API keys for the public API (#11005) 2024-10-18 12:06:44 +02:00
push refactor(core): Make orchestration service smaller (#11275) 2024-10-16 17:34:32 +02:00
runners test: Fix flaky task-runner integration test (#11302) 2024-10-18 11:33:08 +03:00
scaling fix(core): Do not debounce webhooks, triggers and pollers activation (#11306) 2024-10-18 12:24:32 +02:00
security-audit refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
services feat(core): introduce JWT API keys for the public API (#11005) 2024-10-18 12:06:44 +02:00
shutdown refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
sso refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
subworkflows refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
telemetry chore: Anonymise ip addresses in rudderstack events (#11066) 2024-10-03 10:42:29 +02:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
user-management refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
utils fix: Forbid access to files outside source control work directory (#11152) 2024-10-08 15:53:53 +03:00
validators refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
webhooks feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
workflows feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
abstract-server.ts feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
activation-errors.service.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
active-executions.ts refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
active-workflow-manager.ts refactor(core): Make orchestration service smaller (#11275) 2024-10-16 17:34:32 +02:00
constants.ts refactor: Use Ask AI feature through AI services instead of hooks (#11027) 2024-10-09 11:24:33 -04:00
crash-journal.ts refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
credential-types.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
credentials-helper.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
credentials-overwrites.ts refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
curlconverter.d.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
db.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
error-reporting.ts chore: Add server_type tag to Sentry errors (no-changelog) (#11277) 2024-10-16 11:47:05 +02:00
expression-evaluator.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
external-hooks.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
generic-helpers.ts chore: Correct naming of annotation-related files (#10946) 2024-09-26 13:15:08 +02:00
help.ts refactor(core): Use logger for packages/cli messages (no-changelog) (#9302) 2024-05-03 15:24:27 +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 feat(core): Dedupe (#10101) 2024-10-10 16:12:05 +01:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
load-nodes-and-credentials.ts refactor: Simplify resolveIcon checks and add tests (#11165) 2024-10-08 17:04:45 +03:00
node-types.ts fix(core): Wrap nodes for tool use at a suitable time (#11238) 2024-10-15 17:17:25 +02:00
requests.ts refactor(core): Make orchestration service smaller (#11275) 2024-10-16 17:34:32 +02:00
response-helper.ts refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
secrets-helpers.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
server.ts refactor(core): Move queueModeId as hostId to InstanceSettings (#11262) 2024-10-15 14:55:13 +02:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03: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): Remove deprecated properties from orchestration service (#11251) 2024-10-14 16:52:56 +02:00
workflow-execute-additional-data.ts feat: Add support for $env in the js task runner (no-changelog) (#11177) 2024-10-09 17:31:45 +03:00
workflow-helpers.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
workflow-runner.ts refactor(core): Remove watchdog interval (#11295) 2024-10-17 13:51:56 +02:00