n8n/packages/cli/test/unit
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
..
controllers
repositories
services fix(core): Change VariablesService to DI and use caching (#6827) 2023-08-02 14:51:09 +02:00
shared
ActiveExecutions.test.ts
ActiveWorkflowRunner.test.ts fix(core): Change VariablesService to DI and use caching (#6827) 2023-08-02 14:51:09 +02:00
CommunityNodeHelpers.test.ts
CredentialsHelper.test.ts
CredentialTypes.test.ts
CurlConverterHelper.test.ts
Helpers.ts
License.test.ts
PermissionChecker.test.ts
PostHog.test.ts
SourceControl.test.ts
Telemetry.test.ts
utils.test.ts
webhooks.test.ts
WorkflowCredentials.test.ts
WorkflowExecuteAdditionalData.test.ts
WorkflowHelpers.test.ts