n8n/packages/cli/test/integration
Tomi Turtiainen ae50bb95a8
fix(core): Make execution and its data creation atomic (#10276)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-08-02 13:46:35 +03: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 fix(core): Make execution and its data creation atomic (#10276) 2024-08-02 13:46:35 +03: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
publicApi feat(core): Support create, delete, edit role for users in Public API (#10279) 2024-08-02 12:06:17 +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
active-workflow-manager.test.ts
auth.api.test.ts
auth.mw.test.ts
binaryData.api.test.ts
community-packages.api.test.ts
CredentialsHelper.test.ts
cta.service.test.ts
debug.controller.test.ts
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
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
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 ci: Fix DB tests (no-changelog) (#10282) 2024-08-02 12:20:34 +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
tags.api.test.ts
user.repository.test.ts
users.api.test.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
variables.test.ts
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
workflowHistory.api.test.ts
workflowHistoryManager.test.ts