n8n/packages/cli/test/integration
Iván Ovejero 671c95760b
refactor(core): Make executions pruning more resilient (#7480)
This PR converts the hard-deletion interval to a timeout:
- to prevent the interval from not being restored when hard deletion
throws, and
- to prevent a long-running hard deletion from leading to duplicate
deletions.
2023-10-24 16:16:45 +02:00
..
audit refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
commands refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
environments feat(core): Add rsa option to ssh key generation (#7154) 2023-09-14 11:34:51 +02:00
ExternalSecrets refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
ldap refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
mfa
middlewares fix(core): Handle gzip and deflate compressed request payloads (#7461) 2023-10-18 21:52:15 +02:00
publicApi fix: Save new version of the workflow instead of the previous (no-changelog) (#7428) 2023-10-23 16:30:36 +02:00
repositories refactor(core): Make executions pruning more resilient (#7480) 2023-10-24 16:16:45 +02:00
saml
shared refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
auth.api.test.ts
auth.mw.test.ts
binaryData.api.test.ts refactor(core): Create controller for binary data (no-changelog) (#7363) 2023-10-06 16:21:13 +02:00
community-packages.api.test.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
credentials.controller.test.ts ci: Fix tests failing on MySQL (no-changelog) (#7208) 2023-09-19 15:42:39 +02:00
credentials.ee.test.ts refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
credentials.test.ts refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
eventbus.ee.test.ts refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
eventbus.test.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
executions.controller.test.ts refactor(core): Implement soft-deletions for executions (#7092) 2023-09-20 15:21:42 +02:00
license.api.test.ts feat: Improve error msg when attempting to redeem the same activation code multiple times (no-changelog) (#7355) 2023-10-05 17:08:30 +02:00
me.api.test.ts
metrics.test.ts
owner.api.test.ts
passwordReset.api.test.ts refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
tags.api.test.ts
users.api.test.ts fix(core): Do not return inviteAcceptUrl in response if email was sent (#7465) 2023-10-19 13:58:06 +02:00
users.controller.test.ts feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
variables.test.ts refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) (#7471) 2023-10-23 13:39:35 +02:00
webhooks.api.test.ts fix(Webhook Node): Backward compatible form-data parsing for non-array files (#7385) 2023-10-10 15:19:05 +02:00
workflowHistory.api.test.ts feat(core): Initial workflow history API (#7234) 2023-09-27 15:22:39 +01:00
workflowHistoryManager.test.ts ci: Fix WorkflowHistoryManager tests (no-changelog) (#7356) 2023-10-05 13:14:57 +02:00
workflows.controller.ee.test.ts
workflows.controller.test.ts fix: Save new version of the workflow instead of the previous (no-changelog) (#7428) 2023-10-23 16:30:36 +02:00