n8n/packages/cli/test/integration
2025-03-20 08:43:03 -04:00
..
ai feat: Add more telemetry to free AI credits feature (no-changelog) (#12493) 2025-01-08 10:20:45 +03:00
collaboration refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
commands feat(core): Support importing a singular workflow object (#14041) 2025-03-19 10:12:40 +01:00
controllers chore(API): Follow up design for credential callback (#12798) 2025-01-27 15:42:45 +00:00
credentials fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524) 2025-02-21 11:05:37 +01:00
database/repositories fix(core): Reduce payload of license renewal calls (no-changelog) (#12236) 2025-01-17 17:59:28 +01: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: Synchronize deletions when pulling from source control (#12170) 2025-01-20 16:53:55 +01:00
evaluation refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
executions/pre-execution-checks refactor(core): Improve UX on permission errors (no-changelog) (#13795) 2025-03-11 17:52:33 +01:00
external-secrets refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
folder feat(core): Allow transferring folder to project root with delete operation (no-changelog) (#14074) 2025-03-20 08:43:03 -04:00
ldap fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01:00
mfa fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01:00
middlewares refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
public-api refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
saml refactor(core): Extract SAML requests payloads into DTOs (#12435) 2025-01-03 11:05:30 +01:00
security-audit fix(core): Pick up release version and date from package.json (no-changelog) (#13666) 2025-03-04 11:35:07 +01:00
services refactor(core): Port over project request payloads to DTOs (#12528) 2025-01-09 13:47:23 +01:00
shared feat(core): Add endpoint POST /projects/:projectId/folders (no-changelog) (#13446) 2025-02-24 09:54:47 -05:00
task-runners refactor(core): Make task broker an explicit component of task runner (#12782) 2025-01-31 17:39:06 +02:00
workflows feat(core): Update endpoint to update a workflow, to support updating the workflow parent folder (no-chagelog) (#13906) 2025-03-17 12:06:52 -04: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): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
api-keys.api.test.ts fix(core): Stop enforcing max numbers of API keys limit (no-changelog) (#13631) 2025-03-03 14:32:50 +01:00
auth.api.test.ts fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01: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): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
credentials-helper.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
cta.service.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
debug.controller.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
eventbus.ee.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
eventbus.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
execution.service.integration.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
executions.controller.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03: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): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
license-metrics.repository.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
license.api.test.ts feat: Add active workflow triggers metric (no-changelog) (#11398) 2024-10-24 17:27:56 +01:00
me.api.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
owner.api.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
password-reset.api.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
project.api.test.ts feat(core): Transfer folder structure when deleting a project (no-changelog) (#13865) 2025-03-12 09:54:13 -04:00
project.service.integration.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
prometheus-metrics.test.ts feat(core): Add metric for active workflow count (#13420) 2025-02-26 14:16:38 +02:00
pruning.service.test.ts refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
role.api.test.ts refactor(core): Port over project request payloads to DTOs (#12528) 2025-01-09 13:47:23 +01:00
tags.api.test.ts refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
user.repository.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
users.api.test.ts feat(core): Allow transferring user's data to team project when deleting them (no-changelog) (#13941) 2025-03-18 15:25:40 -04:00
variables.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
webhooks.api.test.ts refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225) 2025-02-13 10:54:11 +02:00
webhooks.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
workflow-history-manager.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
workflow-history.api.test.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00