n8n/packages/cli/test/integration
2025-06-03 16:55:55 +03:00
..
ai refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
collaboration refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
commands fix: Community packages update check (no-changelog) (#15684) 2025-05-26 15:41:13 +03:00
controllers refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
credentials feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
database/repositories feat(editor): Evaluations frontend (no-changelog) (#15550) 2025-05-26 12:26:28 +02:00
deduplication chore: Switch to the new partial execution logic in test runner (no-changelog) (#12140) 2024-12-17 09:44:20 +01:00
environments feat(core): Validate commit content for project admin role (#15687) 2025-06-03 11:33:01 +02:00
evaluation feat(core): Evaluations backend (no-changelog) (#15542) 2025-05-23 09:05:13 +02:00
executions/pre-execution-checks refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
external-secrets refactor(core): Move settings repository to @n8n/db (#15310) 2025-05-12 15:21:13 +02:00
folder feat(core): Add endpoint for querying credentials used in workflows (#15691) (no-changelog) 2025-05-27 16:44:55 +03:00
insights feat(core): Implement granularity and date range filtering on insights (#14841) 2025-04-25 13:54:24 +02:00
ldap refactor(core): Move migrations to @n8n/db (#15362) 2025-05-14 11:46:48 +02:00
mfa feat(core): Invalidate all sessions when MFA is enabled/disabled (#15524) 2025-05-21 08:59:22 +02:00
middlewares feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
public-api feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
saml refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
security-audit refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
services feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
shared feat(core): Validate commit content for project admin role (#15687) 2025-06-03 11:33:01 +02:00
task-runners chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
workflows feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
activation-errors.service.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
active-workflow-manager.test.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
api-keys.api.test.ts refactor(core): Move migrations to @n8n/db (#15362) 2025-05-14 11:46:48 +02:00
auth.api.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
auth.mw.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
binary-data.api.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
community-packages.api.test.ts refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
credentials-helper.test.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
cta.service.test.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
debug.controller.test.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
eventbus.ee.test.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
eventbus.test.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
execution.repository.test.ts fix(core): Fix sorting of executions not working on postgres and mysql (#15423) 2025-05-26 16:23:24 +02:00
execution.service.integration.test.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
executions-pruning.service.test.ts refactor(core): Migrate DB setup to use DI (#15324) 2025-05-13 13:28:41 +02:00
executions.controller.test.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
healthcheck.controller.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
import.service.test.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
license-metrics.repository.test.ts feat(editor): Evaluations frontend (no-changelog) (#15550) 2025-05-26 12:26:28 +02:00
license.api.test.ts feat(editor): Evaluations frontend (no-changelog) (#15550) 2025-05-26 12:26:28 +02:00
me.api.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
owner.api.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
password-reset.api.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
project.api.test.ts feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
project.service.integration.test.ts feat(API): Add user management endpoints to the Projects Public API (#12329) 2025-05-30 12:04:38 +01:00
prometheus-metrics.test.ts fix(core)!: Change last activity to use unix time (#15951) 2025-06-03 16:55:55 +03:00
role.api.test.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
tags.api.test.ts refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
test-run.repository.ee.test.ts feat(core): Evaluations backend (no-changelog) (#15542) 2025-05-23 09:05:13 +02:00
user.repository.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
users.api.test.ts refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
variables.test.ts fix: Remove variable:read as a valid API key scope and make variable:update selectable in the UI (no-changelog) (#15356) 2025-05-16 13:36:43 -04:00
webhooks.api.test.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
webhooks.test.ts fix(core): Fix routing for waiting webhooks and forms (#14470) 2025-04-08 12:17:01 +02:00
workflow-history-manager.test.ts refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
workflow-history.api.test.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00