n8n/packages/cli/src
2024-08-02 12:05:06 +02:00
..
__tests__ fix(core): Ensure executions cannot resume if already running (#10014) 2024-07-11 15:49:05 +02:00
auth refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
commands refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
concurrency fix(core): Flush instance stopped event immediately (#10238) 2024-07-30 14:49:41 +03:00
config refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
controllers fix(core): Fix oauth2 callback and add integration tests (no-changelog) (#10272) 2024-08-01 11:02:36 +02:00
credentials refactor(core): Decouple credentials from internal hooks (no-changelog) (#10162) 2024-07-25 11:56:00 +02:00
databases feat(core): Allow filtering workflows by project and transferring workflows in Public API (#10231) 2024-07-30 17:05:48 +02:00
decorators refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
environments refactor(core): Remove unused telemetry payload (no-changelog) (#10158) 2024-07-23 16:42:25 +02:00
errors refactor(core): Clean up subworkflow policy check (no-changelog) (#10178) 2024-07-25 14:52:29 +02:00
eventbus refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
executionLifecycleHooks
executions refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
ExternalSecrets feat: Introduce Google Cloud Platform as external secrets provider (#10146) 2024-07-30 14:58:25 +02:00
Ldap refactor(core): Decouple LDAP from internal hooks (no-changelog) (#10157) 2024-07-24 09:49:06 +02:00
license fix(core): Surface enterprise trial error message (#10267) 2024-08-02 12:01:10 +02:00
metrics refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
Mfa
middlewares refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
permissions
posthog
PublicApi feat(core): Allow transferring credentials in Public API (#10259) 2024-08-02 12:02:38 +02:00
push refactor(core): Use type-safe event emitters (no-changelog) (#10234) 2024-07-30 13:23:01 +02:00
security-audit refactor(core): Port nodes config (no-changelog) (#10140) 2024-07-23 13:32:50 +02:00
services refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
shutdown refactor(core): Enforce range for shutdown priority (no-changelog) (#9944) 2024-07-04 20:26:11 +02:00
sso refactor(core): Rename EventRelay to EventService (no-changelog) (#10110) 2024-07-19 12:55:38 +02:00
subworkflows refactor(core): Clean up subworkflow policy check (no-changelog) (#10178) 2024-07-25 14:52:29 +02:00
telemetry refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
UserManagement fix(core): Flush instance stopped event immediately (#10238) 2024-07-30 14:49:41 +03:00
workflows refactor(core): Decouple workflow created, saved, deleted events from internal hooks (no-changelog) (#10264) 2024-08-01 13:44:23 +02:00
AbstractServer.ts refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
ActivationErrors.service.ts
ActiveExecutions.ts fix(core): Stopping an execution should reject any response promises (#9992) 2024-07-16 19:25:20 +02:00
ActiveWebhooks.ts
ActiveWorkflowManager.ts
constants.ts refactor(core): Enforce range for shutdown priority (no-changelog) (#9944) 2024-07-04 20:26:11 +02:00
CrashJournal.ts
CredentialsHelper.ts refactor(core): Lint to restrict @n8n/typeorm to persistence layer (no-changelog) (#9840) 2024-06-24 10:24:05 +02:00
CredentialsOverwrites.ts refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
CredentialTypes.ts
curlconverter.d.ts
Db.ts
ErrorReporting.ts ci: Stop reporting to Sentry SQLITE_FULL errors (no-changelog) (#10183) 2024-07-25 14:31:44 +02:00
ExpressionEvaluator.ts
ExternalHooks.ts refactor(core): Delete dead code in ExternalHooks (no-changelog) (#10100) 2024-07-18 17:18:58 +02:00
GenericHelpers.ts
help.ts
index.ts
Interfaces.ts refactor(core): Delete all collaboration related code (no-changelog) (#9929) 2024-07-03 18:46:24 +02:00
InternalHooks.ts refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
jest.d.ts
License.ts refactor(core): Make instance role clearer (no-changelog) (#10188) 2024-07-30 10:20:21 +02:00
LoadNodesAndCredentials.ts refactor(core): Port nodes config (no-changelog) (#10140) 2024-07-23 13:32:50 +02:00
Logger.ts ci: Stop disabling linting rules that are explicitly set to warn (no-changelog) (#7669) 2023-11-09 14:05:39 +01:00
NodeTypes.ts
Queue.ts refactor(core): Suppress MaxListenersExceededWarning in the logs (#10077) 2024-07-16 18:20:55 +02:00
requests.ts fix(core): Fix oauth2 callback and add integration tests (no-changelog) (#10272) 2024-08-01 11:02:36 +02:00
ResponseHelper.ts
SecretsHelpers.ts
Server.ts refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
sse-channel.d.ts
TestWebhooks.ts
TypedEmitter.ts refactor(core): Use type-safe event emitters (no-changelog) (#10234) 2024-07-30 13:23:01 +02:00
utils.ts
WaitingForms.ts
WaitingWebhooks.ts fix(core): Ensure executions cannot resume if already running (#10014) 2024-07-11 15:49:05 +02:00
WaitTracker.ts fix(core): Stopping an execution should reject any response promises (#9992) 2024-07-16 19:25:20 +02:00
WebhookHelpers.ts fix(core): Fix expressions in webhook nodes(Form, Webhook) to access previous node's data (#10247) 2024-08-01 11:21:58 +03:00
WebhookServer.ts feat(core): Unify application components shutdown (#8097) 2023-12-22 12:39:58 +02:00
WorkflowExecuteAdditionalData.ts refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00
WorkflowHelpers.ts
WorkflowRunner.ts refactor(core): Decouple post workflow execute event from internal hooks (no-changelog) (#10280) 2024-08-02 12:05:06 +02:00