n8n/packages/cli/src
Danny Martini f56ad8cf49
feat(core): Add includeData parameter to GET /credentials (#12220)
Co-authored-by: r00gm <raul00gm@gmail.com>
2024-12-31 13:04:37 +01:00
..
__tests__ refactor(core): Encapsulate logic to create new credential into its own method (#12361) 2024-12-27 08:26:36 -05:00
auth refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
collaboration refactor(core): Fix push message type inference (#12331) 2024-12-20 19:45:04 +01:00
commands refactor(core): Rename some runners files and classes for clarity (#12410) 2024-12-31 12:21:04 +01:00
concurrency refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
config refactor(core): Update AI-Assistant backend code to use DTOs and injectable config (no-changelog) (#12373) 2024-12-26 15:31:19 +01:00
controllers refactor(core): Update dynamic node parameter endpoints to use DTOs (#12379) 2024-12-30 15:48:44 +01:00
credentials feat(core): Add includeData parameter to GET /credentials (#12220) 2024-12-31 13:04:37 +01:00
databases feat(core): Add includeData parameter to GET /credentials (#12220) 2024-12-31 13:04:37 +01:00
decorators refactor(core): Update invitation endpoints to use DTOs (#12377) 2024-12-26 18:24:14 +01:00
deduplication feat(core): Dedupe (#10101) 2024-10-10 16:12:05 +01:00
deprecation refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
environments.ee refactor(core): Port 3 more controllers to use DTOs (no-changelog) (#12375) 2024-12-26 16:09:42 +01:00
errors fix(core): Fix supportedNodes for non-lazy loaded community packages (no-changelog) (#11329) 2024-12-10 14:48:39 +01:00
evaluation.ee refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
eventbus refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
events refactor(core): Fix push message type inference (#12331) 2024-12-20 19:45:04 +01:00
execution-lifecycle-hooks refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
executions fix(core): Fix execution cancellation issues in scaling mode (#12343) 2024-12-30 13:17:55 +01:00
external-secrets.ee refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
ldap.ee refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
license refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
metrics fix(core): Fix Message Event Bus Metrics not counting up for labeled metrics (#11396) 2024-10-25 10:24:39 +02:00
mfa fix: Allow disabling MFA with recovery codes (#12014) 2024-12-04 10:02:06 -05:00
middlewares refactor(core): Deduplicate isObjectLiteral, add docs and tests (#12332) 2024-12-20 18:41:05 +01:00
permissions.ee refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
posthog refactor(core): Port diagnostics config (#11761) 2024-11-18 14:08:45 +01:00
public-api refactor(core): Update invitation endpoints to use DTOs (#12377) 2024-12-26 18:24:14 +01:00
push refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
scaling fix(core): Prevent __default__ jobs in scaling mode (#12402) 2024-12-30 14:31:13 +01:00
security-audit refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
services feat(editor): Add support for project icons (#12349) 2024-12-27 19:00:40 +01:00
shutdown refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
sso.ee refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
subworkflows refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
task-runners refactor(core): Rename some runners files and classes for clarity (#12410) 2024-12-31 12:21:04 +01:00
telemetry refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +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): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01: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 refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
workflows refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
abstract-server.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +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): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
active-workflow-manager.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
constants.ts feat: Expose license feature flags for free AI credits feature to frontend (no-changelog) (#12363) 2024-12-27 10:23:20 -05:00
crash-journal.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
credential-types.ts fix(core): Fix supportedNodes for non-lazy loaded community packages (no-changelog) (#11329) 2024-12-10 14:48:39 +01:00
credentials-helper.ts refactor(core): Extract ExecuteContext out of NodeExecutionFunctions (no-changelog) (#11853) 2024-11-26 12:10:42 +01:00
credentials-overwrites.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +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 chore: Convert ErrorReporting to a Service to use DI. Add some tests (no-changelog) (#11279) 2024-12-11 15:36:17 +01:00
expression-evaluator.ts chore: Convert ErrorReporting to a Service to use DI. Add some tests (no-changelog) (#11279) 2024-12-11 15:36:17 +01:00
external-hooks.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03: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): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +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 feat: Expose license feature flags for free AI credits feature to frontend (no-changelog) (#12363) 2024-12-27 10:23:20 -05:00
load-nodes-and-credentials.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
manual-execution.service.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
node-types.ts refactor(core): Move execution engine code out of n8n-workflow (no-changelog) (#12147) 2024-12-12 13:54:44 +01:00
requests.ts refactor(core): Update dynamic node parameter endpoints to use DTOs (#12379) 2024-12-30 15:48:44 +01:00
response-helper.ts refactor(core): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
secrets-helpers.ee.ts refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
server.ts refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01: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): Move Logger to core (no-changelog) (#12310) 2024-12-23 13:46:13 +01:00
workflow-execute-additional-data.ts refactor(core): Rename some runners files and classes for clarity (#12410) 2024-12-31 12:21:04 +01:00
workflow-helpers.ts refactor(core): Mark all backend Enterprise Edition files and dirs (#12350) 2024-12-24 13:02:05 +01:00
workflow-runner.ts fix(core): Prevent __default__ jobs in scaling mode (#12402) 2024-12-30 14:31:13 +01:00