n8n/packages/cli/test/unit
2024-07-10 12:47:43 +02:00
..
auth fix(core): Fix browser session refreshes not working (#9212) 2024-04-24 18:28:19 +02:00
commands/db feat(core): Print the name of the migration that cannot be reverted when using n8n db:revert (#9473) 2024-05-23 18:16:26 +02:00
config feat(core): Custom session timeout and refresh configuration (#8342) 2024-01-22 09:54:13 +01:00
controllers perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
databases refactor(core): Extract all Auth-related User columns into a separate entity (#9557) 2024-05-31 09:40:19 +02:00
decorators refactor(core): Enforce range for shutdown priority (no-changelog) (#9944) 2024-07-04 20:26:11 +02:00
execution-lifecyle fix: Stop binary data restoration from preventing execution from finishing (#8082) 2023-12-21 09:40:39 +00:00
ExternalSecrets fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
Ldap fix: Rename LDAP files to include .ee (no-changelog) (#9943) 2024-07-05 09:51:16 +02:00
license refactor(core): Move license endpoints to a decorated controller class (no-changelog) (#8074) 2023-12-19 12:13:19 +01:00
middleware feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
push refactor(core): Delete all collaboration related code (no-changelog) (#9929) 2024-07-03 18:46:24 +02:00
repositories refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
services refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
shared feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
shutdown fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
sso/saml feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
utilities refactor(core): Introduce password utility (no-changelog) (#7979) 2023-12-11 18:23:42 +01:00
ActiveExecutions.test.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
credentials-tester.unit.test.ts fix(core): Ensure the generic OAuth2 API credential uses the OAuth2 credential test (#8941) 2024-03-21 13:49:34 +01:00
CredentialsHelper.test.ts refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142) 2023-12-22 15:41:29 +01:00
CredentialTypes.test.ts ci(core): Reduce memory usage in tests (part-2) (no-changelog) (#7671) 2023-11-10 15:04:26 +01:00
ExecutionMetadataService.test.ts fix(core): Prevent multiple values in the execution metadata for the same key and executionId (#9953) 2024-07-10 12:47:43 +02:00
GitService.test.ts fix(core): Set source control repository to track remote if ready (#9532) 2024-05-29 10:21:21 +02:00
Helpers.ts fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
InternalHooks.test.ts refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
License.test.ts refactor(core): Send active workflow IDs during license renewal (#9804) 2024-06-19 12:35:42 +02:00
PostHog.test.ts ci(core): Reduce memory usage in tests (part-2) (no-changelog) (#7671) 2023-11-10 15:04:26 +01:00
SourceControl.test.ts ci(core): Reduce memory usage in tests (part-2) (no-changelog) (#7671) 2023-11-10 15:04:26 +01:00
Telemetry.test.ts refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142) 2023-12-22 15:41:29 +01:00
TestWebhooks.test.ts refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
UserManagementMailer.test.ts refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
utils.test.ts refactor(core): Improve test-webhooks (no-changelog) (#8069) 2023-12-19 17:32:02 +01:00
WaitTracker.test.ts refactor(core): Make PruningService.init and WaitTracker.init consistent (no-changelog) (#9761) 2024-06-17 12:49:40 +02:00
WebhookHelpers.test.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
webhooks.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
workflow-execution.service.test.ts refactor(core): Use DI for WorkflowRunner (no-changelog) (#8372) 2024-01-26 13:49:39 +01:00
WorkflowExecuteAdditionalData.test.ts feat: Add support for AI log streaming (#8526) 2024-02-09 09:41:01 +00:00
WorkflowHelpers.test.ts fix(core): Fix pairedItem issue with partial manual executions (#8575) 2024-02-23 11:43:08 +01:00
workflowHistoryHelper.test.ts fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
WorkflowRunner.test.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00