n8n/packages/cli/src
2023-07-19 13:02:35 +01:00
..
audit refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
auth feat(API): Implement users account quota guards (#6434) 2023-07-12 14:11:46 +02:00
commands refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
CommunityNodes refactor: Add lint rule no-unused-param-in-catch-clause (#5868) 2023-03-31 16:44:08 +02:00
config feat(editor): Implement new banners framework (#6603) 2023-07-14 15:36:17 +02:00
controllers refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
credentials fix(core): Add empty credential value marker to show empty pw field (#6532) 2023-06-23 18:23:28 +02:00
databases refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
decorators fix(core): Skip auth for controllers/routes that don't use the Authorized decorator, or use Authorized('none') (#6106) 2023-04-27 12:51:55 +02:00
environments refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
eventbus refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
executions refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
Ldap feat(API): Implement users account quota guards (#6434) 2023-07-12 14:11:46 +02:00
license feat(API): Implement users account quota guards (#6434) 2023-07-12 14:11:46 +02:00
metrics refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
middlewares refactor(core): Load cookieParser middleware only once (no-changelog) (#6614) 2023-07-07 09:57:03 +02:00
posthog refactor: Async functions don't need to explicitly return promises (no-changelog) (#6041) 2023-04-24 13:17:08 +02:00
PublicApi fix(API): Fix issue with workflow setting not supporting newer nanoids (#6699) 2023-07-19 13:02:35 +01:00
push refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
role refactor(core): Use injectable classes for db repositories (part-1) (no-changelog) (#5953) 2023-04-12 10:59:14 +02:00
services refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
sso fix(core): Load SAML libraries dynamically (#6690) 2023-07-18 16:01:56 +02:00
telemetry fix(core): Do not track errored workflow executions for automated executions (no-changelog) (#6322) 2023-05-28 12:08:46 +02:00
types refactor: Move CLI commands types to own dir (no-changelog) (#6658) 2023-07-13 10:10:08 +02:00
user feat: Add manual login option and password reset link for SSO (#6328) 2023-05-30 12:52:02 +02:00
UserManagement feat(API): Implement users account quota guards (#6434) 2023-07-12 14:11:46 +02:00
workflows refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
AbstractServer.ts ci: Fix linting issue on master (no-changelog) (#6217) 2023-05-10 11:09:11 +02:00
ActiveExecutions.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
ActiveWebhooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
ActiveWorkflowRunner.ts fix(core): Filter out workflows that failed to activate on startup (#6676) 2023-07-18 15:57:14 +02:00
constants.ts fix(API): Do not add starting node on workflow creation (#6686) 2023-07-18 14:03:19 +02:00
CrashJournal.ts fix: Enable crash journal only in production mode (no-changelog) (#4948) 2022-12-16 15:27:49 +01:00
CredentialsHelper.ts refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450) 2023-06-16 16:26:35 +02:00
CredentialsOverwrites.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
CredentialTypes.ts fix(core): Fix credentials lazy-loading (no-changelog) (#6615) 2023-07-10 17:57:26 +02:00
curlconverter.d.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CurlConverterHelper.ts refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450) 2023-06-16 16:26:35 +02:00
Db.ts feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
ErrorReporting.ts fix(core): Handle all uncaught exception, not just the ones from Axios (#6666) 2023-07-14 13:10:25 +02:00
ExternalHooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
GenericHelpers.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +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 refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
InternalHooks.ts refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
jest.d.ts feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
License.ts feat(API): Implement users account quota guards (#6434) 2023-07-12 14:11:46 +02:00
LoadNodesAndCredentials.ts fix(core): Fix credentials lazy-loading (no-changelog) (#6615) 2023-07-10 17:57:26 +02:00
Logger.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
NodeTypes.ts fix(core): Make sure that special polling parameters are available on community nodes as well (#6230) 2023-05-11 16:19:55 +02:00
Queue.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
ReloadNodesAndCredentials.ts refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450) 2023-06-16 16:26:35 +02:00
requests.ts feat(editor): Implement new banners framework (#6603) 2023-07-14 15:36:17 +02:00
ResponseHelper.ts refactor(core)!: Remove basic-auth, external-jwt-auth, and no-auth options (#6362) 2023-06-22 20:03:47 +02:00
Server.ts refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
sse-channel.d.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
TagHelpers.ts refactor(core): Switch Tags queries from QueryBuilder to Repository API (no-changelog) (#5819) 2023-03-30 16:25:51 +02:00
TestWebhooks.ts feat(core): Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) 2023-05-24 02:01:45 +02:00
TranslationHelpers.ts fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522) 2023-02-21 11:21:04 +01:00
utils.ts fix(API): Do not add starting node on workflow creation (#6686) 2023-07-18 14:03:19 +02:00
WaitingWebhooks.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
WaitTracker.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
WebhookHelpers.ts refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
WebhookServer.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
WorkflowCredentials.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
WorkflowExecuteAdditionalData.ts refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
WorkflowHelpers.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
WorkflowRunner.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
WorkflowRunnerProcess.ts feat(core): Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) 2023-05-24 02:01:45 +02:00