n8n/packages/cli/test/integration
Ricardo Espinoza e04dddcbcc
feat(core): Remove license check for API key scopes (#27306)
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 12:10:43 +00:00
..
access-control chore: Clean up references to the Start node (no-changelog) (#23183) 2025-12-16 09:30:46 -05:00
ai feat(core): Split share and unshare into separate scopes (#26011) 2026-02-23 17:06:23 +00:00
collaboration feat: Add tab scoped collaboration (#25646) 2026-02-19 16:14:56 +00:00
commands refactor(core): Remove TaskRunnersConfig.enabled since runners are always on (#25834) 2026-03-04 09:55:08 +00:00
controllers feat: Enable secure invite links (#27107) 2026-03-17 15:58:47 +00:00
credentials feat: Custom auth redacts values correctly (#26895) 2026-03-12 11:39:32 +00:00
database feat(core): Add server-side search, pagination, and filtering to GET /projects (#27036) 2026-03-16 08:23:27 +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 fix: Enable credentials experssions push and pull (#25530) 2026-02-12 17:00:48 +00:00
evaluation fix(core): Fix IDOR in test-runs endpoint by consolidating access checks (#27305) 2026-03-23 10:56:36 +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/pre-execution-checks refactor(core): Remove legacy sqlite driver code paths (#24376) 2026-01-16 12:54:43 +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
mfa fix(core): Use cache to enable MFA enforcement in multi main setup (#24261) 2026-01-20 11:19:22 +00:00
middlewares feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
oidc fix(core): Move OIDC SSO provisioning outside user creation transaction (#27279) 2026-03-19 15:02:54 +00:00
public-api feat(core): Remove license check for API key scopes (#27306) 2026-03-23 12:10:43 +00:00
saml feat(core): Add signing key and certificate fields to SAML preferences with encryption and validation (#27316) 2026-03-23 11:25:50 +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 fix(core): Assign webhook ID to API-created webhook nodes (#27161) 2026-03-23 11:48:29 +00:00
task-runners feat(core): Add signature validation for waiting webhooks and forms (#24159) 2026-03-23 11:48:52 +00:00
workflows feat(editor): Display workflow, credential and data table dependencies (#26912) 2026-03-19 09:53:21 +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 Merge branch 'master' into v2 2025-12-10 10:08:10 +02: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): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
eventbus.ee.test.ts 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
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 feat(core): Add structured error responses for authorization failures (#27170) 2026-03-18 13:46:00 +00:00
execution.repository.test.ts perf(core): Optimize saving execution progress (#25089) 2026-02-02 08:12:49 +00:00
execution.service.integration.test.ts feat: Add new execution filter by workflow version (#26904) 2026-03-19 11:31:27 +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(editor): Add Stop All Executions functionality (#23576) 2026-01-05 08:48:37 +01: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 versions support to n8n:export command (#25414) 2026-02-11 15:13:54 +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 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
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 feat(core): Delete secrets provider connections on project deletion (#26706) 2026-03-16 11:08:49 +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.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 fix(core): Prevent SQL syntax error when filtering users with empty ids array (#25284) 2026-02-04 07:32:58 +00:00
users.api.test.ts feat: Enable secure invite links (#27107) 2026-03-17 15:58:47 +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 chore(core): Add telemetry to workflow history compaction (#24771) 2026-01-26 11:45:31 +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(core): Add workflow history update endpoint (no-changelog) (#25043) 2026-02-04 17:06:44 +00:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00