n8n/packages/@n8n/db/src/entities
2026-01-14 16:00:03 +00: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(core): Add resolvable fields to credential entity (#22712) 2025-12-12 08:06:04 +01: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 feat(core): Add workflowVersionId column to ExecutionData table (no-changelog) (#21926) 2025-12-17 18:03:22 +01: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 chore(core): Move all event bus destination code to dedicated module (#24117) 2026-01-14 15:35:06 +00: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 fix(core): Fix redirection of user missing MFA to personal settings (#23881) 2026-01-06 10:38:30 +01: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 fix(core): Insert a workflow index placeholder for workflows with no dependencies (#24190) 2026-01-13 18:59:40 +00:00
workflow-entity.ts fix(core): Fix workflow statistics constraint (#22620) 2026-01-14 16:00:03 +00:00
workflow-history.ts feat: Set autosave for history versions (no-changelog) (#23076) 2025-12-11 18:14:42 +02: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 fix(core): Fix workflow statistics constraint (#22620) 2026-01-14 16:00:03 +00:00
workflow-tag-mapping.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00