n8n/packages/cli/test/integration
2025-04-17 13:09:40 +02:00
..
ai feat: Add more telemetry to free AI credits feature (no-changelog) (#12493) 2025-01-08 10:20:45 +03:00
collaboration fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
commands feat(core): Make detaching floatable entitlements on shutdown configurable (#14266) 2025-04-04 17:35:32 +02: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(core): Add folder synchronization to environments feature (#14005) 2025-03-21 10:45:34 -04:00
evaluation feat(core): Automatically extract evaluation metrics (no-changelog) (#14051) 2025-03-25 15:43:19 +01: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
insights feat(editor): Fix paywall for dashboard disabled licences (#14617) 2025-04-15 09:37:54 +02: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 feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
public-api feat(core): Add scopes to API Keys (#14176) 2025-04-16 09:03:16 -04:00
saml refactor(core): Extract SAML requests payloads into DTOs (#12435) 2025-01-03 11:05:30 +01:00
security-audit refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078) 2025-03-21 14:01:26 +02:00
services refactor(core): Port over project request payloads to DTOs (#12528) 2025-01-09 13:47:23 +01:00
shared feat(core): Add scopes to API Keys (#14176) 2025-04-16 09:03:16 -04: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 feat: Resolve parentFolder when retrieving workflow (#14656) 2025-04-16 08:12:39 -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 fix(core): Return correct trigger count for nodes with multiple webhooks (#14300) 2025-04-04 14:15:10 +01:00
api-keys.api.test.ts feat(core): Add scopes to API Keys (#14176) 2025-04-16 09:03:16 -04: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(core): Make detaching floatable entitlements on shutdown configurable (#14266) 2025-04-04 17:35:32 +02: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): Add scopes to API Keys (#14176) 2025-04-16 09:03:16 -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 feat(core): Add scopes to API Keys (#14176) 2025-04-16 09:03:16 -04: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 feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
webhooks.api.test.ts refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078) 2025-03-21 14:01:26 +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): Port workflow history config (#14689) 2025-04-17 13:09:40 +02: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