n8n/packages/cli/test/unit
2024-01-17 10:16:13 +01:00
..
collaboration refactor(core): Continue moving typeorm operators to repositories (no-changelog) (#8186) 2024-01-02 17:53:24 +01:00
controllers refactor(core): Continue moving typeorm operators to repositories (no-changelog) (#8186) 2024-01-02 17:53:24 +01:00
databases/utils
decorators feat(core): Unify application components shutdown (#8097) 2023-12-22 12:39:58 +02:00
execution-lifecyle fix: Stop binary data restoration from preventing execution from finishing (#8082) 2023-12-21 09:40:39 +00:00
ExternalSecrets
license refactor(core): Move license endpoints to a decorated controller class (no-changelog) (#8074) 2023-12-19 12:13:19 +01:00
middleware
push feat(core): Implement inter-main communication for test webhooks in multi-main setup (#8267) 2024-01-12 11:48:58 +01:00
repositories refactor(core): Move typeorm operators from WaitTracker to ExecutionRepository (no-changelog) (#8163) 2023-12-28 19:22:09 +01:00
services refactor(core): Move methods from WorkflowHelpers into various workflow services (no-changelog) (#8348) 2024-01-17 10:16:13 +01:00
shared fix(core): Prevent workflow history saving error from happening (#7812) 2023-12-13 11:41:06 +00:00
shutdown feat(core): Validate shutdown handlers on startup (#8260) 2024-01-08 17:46:45 +02:00
utilities
ActiveExecutions.test.ts refactor(core): Don't use DB transactions on ExecutionRepository.createNewExecution (#8002) 2023-12-12 14:36:56 +01:00
CredentialsHelper.test.ts refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142) 2023-12-22 15:41:29 +01:00
CredentialTypes.test.ts
CurlConverterHelper.test.ts
Helpers.ts
InternalHooks.test.ts refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142) 2023-12-22 15:41:29 +01:00
License.test.ts refactor(core): Move license endpoints to a decorated controller class (no-changelog) (#8074) 2023-12-19 12:13:19 +01:00
PermissionChecker.test.ts refactor(core): Use DI in PermissionChecker (no-changelog) (#8344) 2024-01-16 14:15:29 +01:00
PostHog.test.ts
SourceControl.test.ts
Telemetry.test.ts refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142) 2023-12-22 15:41:29 +01:00
TestWebhooks.test.ts fix(core): Account for immediate confirmation request during test webhook creation (#8329) 2024-01-16 09:17:41 +01:00
UserManagementMailer.test.ts
utils.test.ts refactor(core): Improve test-webhooks (no-changelog) (#8069) 2023-12-19 17:32:02 +01:00
WaitTracker.test.ts refactor: Make execution IDs mandatory in BE (#8299) 2024-01-16 09:53:17 +00:00
WebhookHelpers.test.ts
webhooks.test.ts refactor(core): Extract ActiveWebhooks out of ActiveWorkflowRunner (no-changelog) (#8171) 2023-12-28 10:04:32 +01:00
WorkflowExecuteAdditionalData.test.ts
WorkflowHelpers.test.ts refactor(core): Move methods from WorkflowHelpers into various workflow services (no-changelog) (#8348) 2024-01-17 10:16:13 +01:00
workflowHistoryHelper.test.ts
WorkflowRunner.test.ts