n8n/packages/@n8n/db/src/entities
Arvin A 6f9b99a3cf
feat(editor): Eval run detail loading + error states (TRUST-70 follow-up) (#29817)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-05-11 11:36:03 +00:00
..
__tests__ fix(core): Update computeIsPending logic to account for external auth identities (#24926) 2026-02-02 15:14:02 +00:00
abstract-entity.ts fix: Fix issue with workflowId not being correctly validated (#24866) 2026-02-02 10:04:20 +00:00
ai-builder-temporary-workflow.ts fix(ai-builder): Hide and reap intermediate AI-created workflows (#29066) 2026-04-27 15:17:54 +00: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 fix: Increase character limit for providerId (#25748) 2026-02-17 14:18:24 +00: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
credential-dependency-entity.ts feat(core): Introduce CredentialDependency entity to track credential dependencies (#27151) 2026-03-23 14:37:09 +00:00
credentials-entity.ts feat(core): Add resolvable fields to credential entity (#22712) 2025-12-12 08:06:04 +01:00
deployment-key.ts feat(core): Add KeyManagerService for encryption key lifecycle management (#28533) 2026-04-20 12:39:46 +00:00
evaluation-config.ee.ts feat(core): Add multi-config evaluations backend (#29784) 2026-05-08 12:24:17 +00: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(core): OTEL changes to support context propagation (#28720) 2026-04-24 16:42:48 +00: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): Add multi-config evaluations backend (#29784) 2026-05-08 12:24:17 +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-secrets-provider-access.ts chore: Add role column to project_secrets_provider_access (#26523) 2026-03-06 08:21:43 +00:00
project.ts feat(core): Add RoleMappingRule entity and database tables (#27440) 2026-03-25 11:19:59 +00:00
role-mapping-rule.ts feat: Type and order uniqueness (#27600) 2026-03-26 09:22:37 +00:00
role.ts feat(core): Add RoleMappingRule entity and database tables (#27440) 2026-03-25 11:19:59 +00: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
secrets-provider-connection.ts feat(core): Expose isEnabled on Secrets Provider Connection (#26680) 2026-03-06 13:49:58 +00: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(editor): Eval run detail loading + error states (TRUST-70 follow-up) (#29817) 2026-05-11 11:36:03 +00:00
test-run.ee.ts fix(core): Implement evaluation run cancellation for multi-main (#25353) 2026-02-18 15:42:53 +00:00
types-db.ts feat(core): Add MCP tool search executions (#29161) 2026-05-04 13:41:47 +00:00
user.ts fix(core): Update computeIsPending logic to account for external auth identities (#24926) 2026-02-02 15:14:02 +00: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(editor): Support error workflows in workflow dependency (#27542) 2026-03-30 07:29:09 +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 fix(core): Migrate workflow publish history version id foreign key to set null instead (no-changelog) (#27434) 2026-04-10 08:24:11 +00:00
workflow-published-version.ts feat(core): Populate workflow published version mapping (#25242) 2026-03-11 11:08:04 +00: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