n8n/packages/cli/test/integration
2025-05-13 10:09:36 -04: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 refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
controllers refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
credentials refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255) 2025-05-09 17:10:25 +02:00
database/repositories refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +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 refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
evaluation refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +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): Update endpoint to retrieve folder to allow returning the path to root (no-changelog) (#15158) 2025-05-13 10:09:36 -04: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 UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
mfa refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +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 Public API endpoint for updating variables (#15315) 2025-05-12 16:50:24 +02: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 refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
shared refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
task-runners refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
workflows refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02: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 first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +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.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 refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
license.api.test.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +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 refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255) 2025-05-09 17:10:25 +02:00
project.service.integration.test.ts refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255) 2025-05-09 17:10:25 +02:00
prometheus-metrics.test.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02: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
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 refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02: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