n8n/packages/cli/src
कारतोफ्फेलस्क्रिप्ट™ feac369f6c
fix(core): Allow ignoring SSL issues on generic oauth2 credentials (#6702)
2023-07-26 17:56:59 +02: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 fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
commands refactor(core): Prevent community packages queries if feature is disabled (#6728) 2023-07-25 10:22:32 +02:00
CommunityNodes refactor: Add lint rule no-unused-param-in-catch-clause (#5868) 2023-03-31 16:44:08 +02:00
config feat(core): Add cache service (#6729) 2023-07-25 11:56:38 +02:00
controllers fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
credentials fix(core): Allow ignoring SSL issues on generic oauth2 credentials (#6702) 2023-07-26 17:56:59 +02:00
databases fix(core): Fix RemoveResetPasswordColumns migration for sqlite (no-changelog) (#6739) 2023-07-26 09:39:15 +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 feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +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: Environments release using source control (#6653) 2023-07-26 09:25:01 +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 feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +02: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 feat(core): Add cache service (#6729) 2023-07-25 11:56:38 +02:00
sso fix(core): Redirect user to previous url after SSO signin (#6710) 2023-07-20 17:23:29 +02:00
telemetry feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +02:00
types refactor: Move CLI commands types to own dir (no-changelog) (#6658) 2023-07-13 10:10:08 +02:00
user fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
UserManagement fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
workflows feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +02:00
AbstractServer.ts refactor(core): Move webhook DB access to repository (no-changelog) (#6706) 2023-07-25 18:17:34 +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 refactor(core): Move webhook DB access to repository (no-changelog) (#6706) 2023-07-25 18:17:34 +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 ci: Fix linting issues (no-changelog) (#6747) 2023-07-26 13:47:54 +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 fix(core): Support redis cluster in queue mode (#6708) 2023-07-21 23:31:52 +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 ci: Fix linting issues (no-changelog) (#6747) 2023-07-26 13:47:54 +02:00
InternalHooks.ts feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +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 fix(core): Support redis cluster in queue mode (#6708) 2023-07-21 23:31:52 +02: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 fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04: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 refactor(core): Move webhook DB access to repository (no-changelog) (#6706) 2023-07-25 18:17:34 +02:00