n8n/packages/@n8n/db/src/entities
2025-12-03 17:54:10 +02:00
..
__tests__ chore(core): Synchronize OIDC settings updates in multi main (#19360) 2025-09-15 12:42:11 +02:00
abstract-entity.ts feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
annotation-tag-entity.ee.ts refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
annotation-tag-mapping.ee.ts refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
api-key.ts feat: Add handling of MCP server API keys (no-changelog) (#20223) 2025-10-03 08:34:19 -04:00
auth-identity.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
auth-provider-sync-history.ts refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
binary-data-file.ts feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
credentials-entity.ts feat: Add support for global credentials (#21700) 2025-11-20 17:48:49 +01:00
event-destinations.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
execution-annotation.ee.ts refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
execution-data.ts fix(core): Solve intermittent typeorm-related build errors for QueryDeepPartialEntity (#20556) 2025-10-13 12:43:22 +02:00
execution-entity.ts feat(API): Add cancel status filters to the public api executions endpoint (#19136) 2025-09-04 08:35:25 +01:00
execution-metadata.ts refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
folder-tag-mapping.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
folder.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
index.ts feat(core): Introduce workflowPublishHistory table (no-changelog) (#22043) 2025-11-28 14:57:38 +01:00
invalid-auth-token.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
processed-data.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
project-relation.ts feat(core): Rebuild project roles to load from the database (#17909) 2025-08-28 11:00:31 +02:00
project.ts feat(core): Chat only users (no-changelog) (#22355) 2025-12-03 17:54:10 +02:00
role.ts chore(core): Add timestamp fields to Role, and support counting role usages (#19171) 2025-09-17 09:21:40 +02:00
scope.ts chore(core): Move scopes and roles into database in preparation for custom roles (#17226) 2025-08-18 06:58:48 +02:00
settings.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
shared-credentials.ts refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062) 2025-05-06 15:11:05 +02:00
shared-workflow.ts refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062) 2025-05-06 15:11:05 +02:00
tag-entity.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
test-case-execution.ee.ts feat: Track inputs and outputs in Evaluations (#17404) 2025-07-24 18:58:37 +02:00
test-run.ee.ts feat(core): Update data model for Evaluations (no-changelog) (#15520) 2025-05-22 12:55:31 +02:00
types-db.ts feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105) 2025-11-21 15:27:38 +02:00
user.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
variables.ts feat(core): Handle project variables sync on source control (#21001) 2025-10-22 10:26:22 +02:00
webhook-entity.ts refactor(core): Expand error message for unknown webhook request (#15178) 2025-05-07 14:45:57 +02:00
workflow-dependency-entity.ts feat(core): Implement function to index a single workflow (no-changelog) (#21373) 2025-10-30 14:22:47 +01:00
workflow-entity.ts refactor(core): Deprecate workflow.active field (#22533) 2025-12-01 13:34:11 +01:00
workflow-history.ts feat(core): Add workflowPublishHistory relation to history endpoints (no-changelog) (#22466) 2025-11-28 17:47:47 +01:00
workflow-publish-history.ts feat(core): Add workflowPublishHistory relation to history endpoints (no-changelog) (#22466) 2025-11-28 17:47:47 +01:00
workflow-statistics.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
workflow-tag-mapping.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00