n8n/packages/cli/src
Iván Ovejero 024ada822c
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
fix(core): Fix license CLI commands showing incorrect renewal setting (#12759)
2025-01-22 09:00:39 +01:00
..
__tests__ fix(core): Fix license CLI commands showing incorrect renewal setting (#12759) 2025-01-22 09:00:39 +01:00
auth refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
collaboration refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
commands fix(core): Fix license CLI commands showing incorrect renewal setting (#12759) 2025-01-22 09:00:39 +01:00
concurrency feat(core): Separate concurrency limits for production and evaluation executions (no-changelog) (#12387) 2025-01-14 13:49:20 +01:00
config feat(core): Separate concurrency limits for production and evaluation executions (no-changelog) (#12387) 2025-01-14 13:49:20 +01:00
controllers chore(API): Add styling to credential callback and autoclose window (#12648) 2025-01-21 15:21:42 +01:00
credentials feat: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
databases chore(core): Report to Sentry successful execution with empty data (#12669) 2025-01-20 11:07:15 +01:00
decorators refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
environments.ee feat: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
errors feat: Add API endpoint to cancel a test run (no-changelog) (#12115) 2025-01-14 12:12:31 +01:00
evaluation.ee feat: Add API endpoint to cancel a test run (no-changelog) (#12115) 2025-01-14 12:12:31 +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): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
execution-lifecycle refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
executions fix(core): Recover successful data-less executions (#12720) 2025-01-22 09:00:17 +01:00
external-secrets.ee refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
ldap.ee refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
license refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
metrics fix(core): Reduce payload of license renewal calls (no-changelog) (#12236) 2025-01-17 17:59:28 +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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
permissions.ee refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21: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: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
push refactor(core): Make placeholders in manual executions in workers temporary (#12463) 2025-01-14 14:32:00 +01:00
scaling refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
security-audit refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
services feat: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
shutdown refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
sso.ee refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
subworkflows refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
task-runners feat(core): Enable task runner by default (#12726) 2025-01-21 14:31:06 +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 refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
utils refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
validators refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
webhooks chore(core): Log failed webhook requests with debug (no-changelog) (#12599) 2025-01-14 15:47:53 +02:00
workflows feat: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
abstract-server.ts chore(API): Add styling to credential callback and autoclose window (#12648) 2025-01-21 15:21:42 +01: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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
active-workflow-manager.ts refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
constants.ts feat: Add more telemetry to free AI credits feature (no-changelog) (#12493) 2025-01-08 10:20:45 +03: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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
credentials-overwrites.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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): 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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts fix(core): Fix license CLI commands showing incorrect renewal setting (#12759) 2025-01-22 09:00:39 +01:00
load-nodes-and-credentials.ts fix(core): Prefix package name in supportedNodes on generated types as well (#12514) 2025-01-15 13:06:02 +01:00
manual-execution.service.ts fix(core): Node mocking for evaluation executions (no-changelog) (#12541) 2025-01-13 10:45:29 +01:00
node-types.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
requests.ts refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
response-helper.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01: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 refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts refactor(core): Deduplicate isObjectLiteral, add docs and tests (#12332) 2024-12-20 18:41:05 +01: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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
workflow-execute-additional-data.ts refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00
workflow-helpers.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
workflow-runner.ts refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749) 2025-01-21 14:47:02 +01:00