n8n/packages/cli/test/unit
Tomi Turtiainen 1b4848afcb
fix(core): Fix pruning of non-finished executions (#7333)
This fixes a bug in the pruning (soft-delete). The pruning was a bit too
aggressive, as it also pruned executions that weren't in an end state
yet. This only becomes an issue if there are long-running executions
(e.g. workflow with Wait node) or the prune parameters are set to keep
only a tiny number of executions.
2023-10-04 16:32:05 +03:00
..
controllers
ExternalSecrets
middleware
repositories fix(core): Fix pruning of non-finished executions (#7333) 2023-10-04 16:32:05 +03:00
services feat(core): Add secrets provider reload and refactor (#7277) 2023-09-28 12:57:35 +02:00
shared
ActiveExecutions.test.ts
ActiveWorkflowRunner.test.ts refactor(core): Include workflow ID in binary data writes (no-changelog) (#7220) 2023-09-25 18:04:52 +02:00
CredentialsHelper.test.ts
CredentialTypes.test.ts
CurlConverterHelper.test.ts
execution.lifecycle.test.ts fix(core): Account for itemless case on restoring binary data ID (#7305) 2023-10-02 09:13:55 +02:00
Helpers.ts
InternalHooks.test.ts feat(core): Add plan name to telemetry (no-changelog) (#7296) 2023-09-29 15:41:32 +02:00
License.test.ts fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +02:00
PermissionChecker.test.ts refactor(core): Implement soft-deletions for executions (#7092) 2023-09-20 15:21:42 +02:00
PostHog.test.ts
SourceControl.test.ts
Telemetry.test.ts
utils.test.ts
webhooks.test.ts
WorkflowCredentials.test.ts
WorkflowExecuteAdditionalData.test.ts
WorkflowHelpers.test.ts
workflowHistoryHelper.test.ts feat: Workflow History pruning and prune time settings (#7343) 2023-10-04 13:57:21 +01:00