n8n/packages/cli/test/integration
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
..
access-control feat(core): Enable credential creation per project in public API (#28240) 2026-04-13 12:22:52 +00:00
ai feat(core): Split share and unshare into separate scopes (#26011) 2026-02-23 17:06:23 +00:00
collaboration feat(core): Broadcast workflow settings updates (#29459) 2026-04-29 10:33:53 +00:00
commands feat(core): Add flag to import workflow cli to activate workflow on import (#29770) 2026-05-05 16:29:00 +00:00
controllers refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
credentials refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
database fix(core): Agent sessions correctly quoting columns in queries for Postgres (#29999) 2026-05-07 12:30:12 +00:00
deduplication refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
dynamic-credentials chore(core): Add dynamic credential user storage (#24579) 2026-01-20 14:58:50 +00:00
dynamic-credentials.ee fix: Fix credential resolver RBAC for member users (#26552) 2026-03-05 13:42:13 +00:00
environments refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
evaluation feat(editor): Eval run detail loading + error states (TRUST-70 follow-up) (#29817) 2026-05-11 11:36:03 +00:00
eventbus chore(core): Add dtos for log streaming controller. Use zod to validate existing destination option types (#24493) 2026-01-20 16:37:49 +00:00
executions feat(core): Warn and skip on duplicate scheduled executions (#28649) 2026-04-29 10:16:12 +00:00
external-secrets feat(core): Delete secrets provider connections on project deletion (#26706) 2026-03-16 11:08:49 +00:00
folder fix(core): Avoid fetching workflows unpaginated if getWorkflows API is used with projectId (#25370) 2026-02-05 14:48:33 +00:00
insights chore(core): Add test to compare insights and workflow statistics (#23739) 2026-01-05 14:36:13 +01:00
ldap chore(core): Add auth handler registry to reverse control of the ldap call (#25078) 2026-02-03 13:23:06 +00:00
log-streaming feat: Enable log streamin settings via env vars (#29005) 2026-04-27 11:39:42 +00:00
mcp feat(core): Manage MCP settings via environment variables (#29368) 2026-04-29 11:29:18 +00:00
mfa feat: Enable security policy settings via env vars (#28321) 2026-04-13 14:09:06 +00:00
middlewares chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
oidc refactor(core): Split SSO loader (no-changelog) (#30065) 2026-05-11 10:16:02 +00:00
public-api refactor(API): Use PublicAPIEndpoint type in all public API handlers (no-changelog) (#29752) 2026-05-06 07:32:52 +00:00
saml refactor(core): Split SSO loader (no-changelog) (#30065) 2026-05-11 10:16:02 +00:00
security-audit test(core): Add withPublishHistory parameter to workflow test utils (#22902) 2025-12-09 09:10:56 +01:00
services feat: External secrets access based on system roles (no-changelog) (#26646) 2026-03-16 09:43:06 +00:00
shared feat(core): Add flag to import workflow cli to activate workflow on import (#29770) 2026-05-05 16:29:00 +00:00
task-runners feat(core): Add signature validation for waiting webhooks and forms (#24159) 2026-03-23 11:48:52 +00:00
token-exchange test(core): Add E2E tests for token exchange delegation flow (#28434) 2026-04-22 09:31:19 +00:00
workflows fix(core): Add workflow structure validation (#29699) 2026-05-06 11:42:12 +00:00
activation-errors.service.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
active-workflow-manager.test.ts chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
api-keys.api.test.ts feat(core): Remove license check for API key scopes (#27306) 2026-03-23 12:10:43 +00:00
auth.api.test.ts feat: Enable secure invite links (#27107) 2026-03-17 15:58:47 +00:00
auth.mw.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
binary-data.api.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
cta.service.test.ts feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
debug.controller.test.ts refactor(core): Extract leader election client and improve robustness (no-changelog) (#29696) 2026-05-05 13:44:29 +00:00
encryption-keys.api.test.ts feat(core): Server-side pagination, sorting, and filtering for encryption keys (#29708) 2026-05-06 09:20:14 +00:00
eventbus.ee.test.ts fix(core): Confirm messages immediately when no destination is listening (#27334) 2026-03-23 14:32:43 +00:00
eventbus.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
execution-context-propagation.test.ts chore(core): Decouple workflow execution from edit permission (#25737) 2026-02-26 15:48:41 +00:00
execution-redaction.test.ts refactor(API): Use PublicAPIEndpoint type in all public API handlers (no-changelog) (#29752) 2026-05-06 07:32:52 +00:00
execution.repository.test.ts chore(core): Query executions using a single query intead of two (#27081) 2026-03-30 08:19:32 +00:00
execution.service.integration.test.ts feat(core): Add MCP tool search executions (#29161) 2026-05-04 13:41:47 +00:00
executions-pruning.service.test.ts refactor(core): Introduce ExecutionPersistence service (#24857) 2026-01-27 09:59:51 +00:00
executions.controller.test.ts feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
healthcheck.controller.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
import.service.test.ts feat(core): Add flag to import workflow cli to activate workflow on import (#29770) 2026-05-05 16:29:00 +00:00
license-metrics.repository.test.ts feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
license.api.test.ts refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
log-streaming.controller.test.ts feat: Enable log streamin settings via env vars (#29005) 2026-04-27 11:39:42 +00:00
me.api.test.ts fix(core): Prevent SSO enforcement bypass via self-service settings API (#25330) 2026-02-05 12:58:39 +00:00
owner.api.test.ts fix: PAY-4074 - Owner registration in multi-main setup (#22520) 2025-12-05 21:04:12 +01:00
password-reset.api.test.ts chore(API): Adds jitter middleware and swallow forgot password errors to prevent user enumeration (no-changelog) (#24553) 2026-01-22 16:11:02 +00:00
project.api.test.ts fix(core): Restore peer project discovery in share dropdowns (#29537) 2026-04-29 19:45:07 +00:00
project.service.integration.test.ts chore(core): Introduce license feature flag for custom roles (#19038) 2025-09-01 17:40:49 +02:00
prometheus-metrics.test.ts feat(core): Add workflow execution duration histogram metric (#26889) 2026-03-13 11:58:22 +00:00
role-mapping-rule.api.test.ts fix(core): Shift existing rules on create to avoid order conflict (#28722) 2026-04-23 08:50:55 +00:00
role.api.test.ts feat(core): Support disabling sharing from personal space (#25259) 2026-02-04 19:19:05 +00:00
tags.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
test-run.repository.ee.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
user.repository.test.ts chore: Bundle 2.x (#28844) 2026-04-22 08:51:32 +03:00
users.api.test.ts feat(core): Remove expression role mapping feature flag (#29361) 2026-04-28 08:31:14 +00:00
variables.test.ts fix(core): Add license check to DELETE variables endpoint (#24028) 2026-01-08 12:53:35 +00:00
webhooks.api.test.ts fix(editor): Use active workflow nodes to determine wf inputs when executing by parent (no-changelog) (#22907) 2025-12-08 13:12:56 +02:00
webhooks.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
workflow-helpers.test.ts refactor(core): Introduce ExecutionPersistence service (#24857) 2026-01-27 09:59:51 +00:00
workflow-history-compaction.service.test.ts fix(core): Decrease workflow history compaction retention periods (#27763) 2026-04-07 07:21:46 +00:00
workflow-history-manager.test.ts feat(core): Add workflow history update endpoint (no-changelog) (#25043) 2026-02-04 17:06:44 +00:00
workflow-history.api.test.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00