n8n/packages/cli/src/databases/repositories
Iván Ovejero 78243edd18
refactor(core): Make pruning via lifecycle configuration in S3 mode mandatory (#7482)
Since we do not store which executions produced binary data, for pruning
on S3 we need to query for binary data items for each execution in order
to delete them. To minimize requests to S3, allow the user to skip
pruning requests when setting TTL at bucket level.
2023-10-24 10:37:02 +02:00
..
authIdentity.repository.ts
authProviderSyncHistory.repository.ts
credentials.repository.ts
eventDestinations.repository.ts
execution.repository.ts refactor(core): Make pruning via lifecycle configuration in S3 mode mandatory (#7482) 2023-10-24 10:37:02 +02:00
executionData.repository.ts
executionMetadata.repository.ts
index.ts feat: Add workflow history repository files (no-changelog) (#7071) 2023-09-06 12:23:40 +02:00
installedNodes.repository.ts
installedPackages.repository.ts refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
role.repository.ts perf(core): Cache roles (#6803) 2023-08-03 08:58:36 +02:00
settings.repository.ts feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
sharedCredentials.repository.ts
sharedWorkflow.repository.ts
tag.repository.ts
user.repository.ts
variables.repository.ts
webhook.repository.ts
workflow.repository.ts
workflowHistory.repository.ts feat: Add workflow history repository files (no-changelog) (#7071) 2023-09-06 12:23:40 +02:00
workflowStatistics.repository.ts refactor(core): Refactor WorkflowStatistics code (no-changelog) (#6617) 2023-07-18 11:28:24 +02:00
workflowTagMapping.repository.ts