n8n/packages/cli/src/databases/repositories
2024-06-28 20:05:09 +02:00
..
authIdentity.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
authProviderSyncHistory.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
authUser.repository.ts refactor(core): Extract all Auth-related User columns into a separate entity (#9557) 2024-05-31 09:40:19 +02:00
credentials.repository.ts fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) 2024-06-14 14:48:49 +02:00
eventDestinations.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
execution.repository.ts fix(core): Fix execution cancellation in scaling mode (#9841) 2024-06-28 20:05:09 +02:00
executionData.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
executionMetadata.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
installedNodes.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
installedPackages.repository.ts ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
project.repository.ts fix(core): Detect DB connection aquisition deadlocks (no-changelog) (#9485) 2024-05-22 14:53:23 +02:00
projectRelation.repository.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
settings.repository.ts fix: Fix typeorm .save usage (no-changelog) (#8678) 2024-02-20 17:34:54 +02:00
sharedCredentials.repository.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
sharedWorkflow.repository.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
tag.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
usageMetrics.repository.ts feat: Include totalUsers in usage metrics during license renewal (no-changelog) (#8598) 2024-02-09 14:15:05 +01:00
user.repository.ts fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) 2024-06-14 14:48:49 +02:00
variables.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
webhook.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
workflow.repository.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
workflowHistory.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00
workflowStatistics.repository.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
workflowTagMapping.repository.ts feat(core): Migrate to n8n's typeorm fork (#8590) 2024-02-08 15:13:29 +01:00