n8n/packages/cli/test/integration
Michael Auerswald 659ca26fe7
fix(core): Change VariablesService to DI and use caching (#6827)
* support redis cluster

* cleanup, fix config schema

* set default prefix to bull

* initial commit

* improve logging

* improve types and refactor

* list support and refactor

* fix redis service and tests

* add comment

* add redis and cache prefix

* use injection

* lint fix

* clean schema comments

* improve naming, tests, cluster client

* merge master

* cache returns unknown instead of T

* update cache service, tests and doc

* remove console.log

* VariablesService as DI, add caching, fix tests

* do not cache null or undefined values

* import fix

* more DI and remove collections

* fix merge

* lint fix

* rename to ~Cached

* fix test for CI

* fix ActiveWorkflowRunner test
2023-08-02 14:51:09 +02:00
..
audit refactor(core): Use mixins to delete redundant code between Entity classes (no-changelog) (#6616) 2023-07-27 11:53:37 +02:00
commands refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
environments feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +02:00
ldap refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
publicApi refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
saml refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
shared fix(core): Change VariablesService to DI and use caching (#6827) 2023-08-02 14:51:09 +02:00
auth.api.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
auth.mw.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
credentials.ee.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
credentials.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
eventbus.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
license.api.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
me.api.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
nodes.api.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00
owner.api.test.ts refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751) 2023-07-27 11:53:25 +02:00
passwordReset.api.test.ts ci: Fix tests on postgres (no-changelog) 2023-07-25 00:11:33 +02:00
tags.api.test.ts fix: Add missing indices on sqlite (#6673) 2023-07-20 10:34:45 +01:00
users.api.test.ts fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
variables.test.ts fix(core): Change VariablesService to DI and use caching (#6827) 2023-08-02 14:51:09 +02:00
webhooks.api.test.ts refactor(core): Parse Webhook request bodies on-demand (#6394) 2023-08-01 17:32:30 +02:00
workflows.controller.ee.test.ts feat: Environments release using source control (#6653) 2023-07-26 09:25:01 +02:00
workflows.controller.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00