n8n/packages/cli/src
2023-11-07 08:45:58 -05:00
..
audit refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
auth fix(core): Fix issue that prevents owner logging in when using ldap (#7408) 2023-11-01 23:02:49 -04:00
commands fix(core): Ensure pruning starts only after migrations have completed (#7626) 2023-11-07 13:56:01 +01:00
config feat(core): Rate limit forgot password endpoint (#7604) 2023-11-03 13:44:12 -04:00
controllers fix: Error handling on forgot password page (no-changelog) (#7633) 2023-11-07 08:45:58 -05:00
credentials refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973) 2023-11-03 17:20:54 +01:00
databases feat(core): Coordinate workflow activation in multiple main scenario in internal API (#7566) 2023-11-07 13:48:48 +01:00
decorators refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973) 2023-11-03 17:20:54 +01:00
environments refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
eventbus feat(core): Set up leader selection for multiple main instances (#7527) 2023-10-30 16:22:32 +01:00
executionLifecycleHooks refactor(core): Move execution save settings into lifecycle function (no-changelog) (#7370) 2023-10-26 14:35:38 +02:00
executions refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
ExternalSecrets feat(core): Set up leader selection for multiple main instances (#7527) 2023-10-30 16:22:32 +01:00
helpers fix(core): Add check that queue is defined and remove cyclic dependency (#7404) 2023-10-13 11:53:59 +02:00
Ldap fix(core): Fix issue that prevents owner logging in when using ldap (#7408) 2023-11-01 23:02:49 -04:00
license refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
Mfa refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
middlewares refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973) 2023-11-03 17:20:54 +01:00
posthog refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
PublicApi feat(core): Add optional Error-Output (#7460) 2023-10-30 18:42:47 +01:00
push refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
services fix(core): Ensure pruning starts only after migrations have completed (#7626) 2023-11-07 13:56:01 +01:00
sso refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
telemetry refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
types refactor: Move CLI commands types to own dir (no-changelog) (#6658) 2023-07-13 10:10:08 +02:00
UserManagement fix(core): Decrease reset password token expire time (#7598) 2023-11-03 13:32:08 +02:00
workflows refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
AbstractServer.ts feat(core): Rate limit forgot password endpoint (#7604) 2023-11-03 13:44:12 -04:00
ActiveExecutions.ts refactor(core): Stop reporting non-error to sentry (issue 4229454473) (no-changelog) (#7525) 2023-10-27 09:25:07 +02:00
ActiveWebhooks.ts refactor(core): Skip sending webhook activation errors to Sentry (no-changelog) (#7171) 2023-09-27 16:57:52 +02:00
ActiveWorkflowRunner.ts feat(core): Coordinate workflow activation in multiple main scenario in internal API (#7566) 2023-11-07 13:48:48 +01:00
constants.ts feat(core): Set up leader selection for multiple main instances (#7527) 2023-10-30 16:22:32 +01:00
CrashJournal.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
CredentialsHelper.ts refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973) 2023-11-03 17:20:54 +01:00
CredentialsOverwrites.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
CredentialTypes.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
curlconverter.d.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
CurlConverterHelper.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
Db.ts fix(core): Ensure pruning starts only after migrations have completed (#7626) 2023-11-07 13:56:01 +01:00
ErrorReporting.ts refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
ExpressionEvalator.ts feat(core): Add Tournament as the new default expression evaluator (#6964) 2023-09-21 13:57:45 +01:00
ExternalHooks.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
GenericHelpers.ts feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +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): Coordinate workflow activation in multiple main scenario in internal API (#7566) 2023-11-07 13:48:48 +01:00
InternalHooks.ts fix(core): Prevent executions from becoming forever running (#7569) 2023-11-01 13:51:13 +01:00
jest.d.ts feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
License.ts fix(core): Ensure init before checking leader or follower in multi-main scenario (#7621) 2023-11-06 12:03:35 +01:00
LoadNodesAndCredentials.ts refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
Logger.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
NodeTypes.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
Queue.ts refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
requests.ts refactor(core): Convert OAuth1/OAuth2 routes to decorated controller classes (no-changelog) (#5973) 2023-11-03 17:20:54 +01:00
ResponseHelper.ts refactor(core): Create controller for binary data (no-changelog) (#7363) 2023-10-06 16:21:13 +02:00
SecretsHelpers.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
Server.ts feat(core): Coordinate workflow activation in multiple main scenario in internal API (#7566) 2023-11-07 13:48:48 +01: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
TestWebhooks.ts refactor(core)!: Remove webhook deregistration at startup and shutdown (#7515) 2023-10-26 14:37:54 +02:00
utils.ts fix(core): Set up OAuth2 cred test (#6960) 2023-08-18 16:18:44 +02:00
WaitingWebhooks.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
WaitTracker.ts refactor(core): Stop reporting to Sentry stopping execution with wrong status (no-changelog) (#7541) 2023-10-27 16:14:01 +02:00
WebhookHelpers.ts refactor(core): Avoid passing around static state like default timezone (no-changelog) (#7221) 2023-10-27 14:17:52 +02:00
WebhookServer.ts feat(core): Add unique id to instances (#6863) 2023-08-07 17:03:21 +02:00
WorkflowCredentials.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
WorkflowExecuteAdditionalData.ts refactor(core): Avoid passing around static state like default timezone (no-changelog) (#7221) 2023-10-27 14:17:52 +02:00
WorkflowHelpers.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
WorkflowRunner.ts fix(core): Prevent executions from becoming forever running (#7569) 2023-11-01 13:51:13 +01:00
WorkflowRunnerProcess.ts refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00