n8n/packages/cli/test/integration
2024-08-02 12:02:38 +02:00
..
commands fix: Rename LDAP files to include .ee (no-changelog) (#9943) 2024-07-05 09:51:16 +02:00
controllers fix(core): Fix oauth2 callback and add integration tests (no-changelog) (#10272) 2024-08-01 11:02:36 +02:00
credentials refactor(core): Move backend config to a separate package (no-changelog) (#9325) 2024-07-05 11:43:27 +02:00
database/repositories refactor(core): Send active workflow IDs during license renewal (#9804) 2024-06-19 12:35:42 +02:00
environments perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
ExternalSecrets refactor(core): Rename EventRelay to EventService (no-changelog) (#10110) 2024-07-19 12:55:38 +02:00
ldap fix: Rename LDAP files to include .ee (no-changelog) (#9943) 2024-07-05 09:51:16 +02:00
mfa feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
middlewares fix(core): Handle gzip and deflate compressed request payloads (#7461) 2023-10-18 21:52:15 +02:00
publicApi feat(core): Allow transferring credentials in Public API (#10259) 2024-08-02 12:02:38 +02:00
saml refactor(core): Decouple event bus from internal hooks (no-changelog) (#9724) 2024-06-20 12:32:22 +02:00
security-audit test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
services fix(core): Prevent multiple values in the execution metadata for the same key and executionId (#9953) 2024-07-10 12:47:43 +02:00
shared feat(core): Allow transferring credentials in Public API (#10259) 2024-08-02 12:02:38 +02:00
workflows test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
activation-errors.service.test.ts perf(core): Optimize workflow activation errors (#8242) 2024-01-05 13:06:42 +01:00
active-workflow-manager.test.ts refactor(core): Rename ActiveWorkflowRunner to ActiveWorkflowManager (no-changelog) (#9280) 2024-05-06 17:54:05 +02:00
auth.api.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
auth.mw.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
binaryData.api.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
community-packages.api.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
CredentialsHelper.test.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
cta.service.test.ts feat: Nudge users to become template creators if eligible (#8357) 2024-01-17 19:07:34 +02:00
debug.controller.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
eventbus.ee.test.ts test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
eventbus.test.ts refactor(core): Revamp crash recovery mechanism for main mode (#9613) 2024-06-07 16:19:59 +02:00
execution.service.integration.test.ts fix(core): Stopping an execution should reject any response promises (#9992) 2024-07-16 19:25:20 +02:00
executions.controller.test.ts test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
import.service.test.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license-metrics.repository.test.ts refactor(core): Rename UsageMetrics to LicenseMetrics (no-changelog) (#10053) 2024-07-15 12:42:49 +02:00
license.api.test.ts fix(core): Make enterprise trial requests via the backend (no-changelog) (#9784) 2024-06-17 19:56:52 +02:00
me.api.test.ts feat(core): Show Public API key value only once (no-changelog) (#10126) 2024-07-29 14:13:54 -04:00
owner.api.test.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
passwordReset.api.test.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
PermissionChecker.test.ts refactor(core): Split out subworkflow policy check from permission checker (no-changelog) (#10168) 2024-07-24 12:51:01 +02:00
project.api.test.ts feat: Add scopes and role to create project endpoint (no-changelog) (#10145) 2024-07-23 10:18:58 +01:00
project.service.integration.test.ts test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
prometheus-metrics.test.ts refactor(core): Port endpoints config (no-changelog) (#10268) 2024-07-31 17:45:11 +02:00
pruning.service.test.ts test(core): Fix typing issues in tests (no-changelog) (#10244) 2024-07-30 20:24:01 +02:00
role.api.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
tags.api.test.ts refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527) 2024-05-31 09:40:03 +02:00
user.repository.test.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
users.api.test.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
variables.test.ts fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
webhooks.api.test.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
workflow-tag-mapping.repository.integration.test.ts fix(core): Fix workflow tagging failure due to unique constraint check (#8505) 2024-02-02 12:36:55 +01:00
workflowHistory.api.test.ts fix(core): Fix type errors (no-changelog) (#9571) 2024-05-31 14:06:13 +02:00
workflowHistoryManager.test.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00