n8n/packages/cli/test/unit/services
Michael Auerswald 53a7502d20
feat(core): Add secrets provider reload and refactor (#7277)
This PR adds a message for queue mode which triggers an external secrets
provider reload inside the workers if the configuration has changed on
the main instance.

It also refactors some of the message handler code to remove cyclic
dependencies, as well as remove unnecessary duplicate redis clients
inside services (thanks to no more cyclic deps)
2023-09-28 12:57:35 +02:00
..
cache-mock.service.test.ts fix(core): Handle empty keys in cache service (no-changelog) (#6854) 2023-08-04 19:44:41 +02:00
cache.service.test.ts fix(core): Do not set ttl globally in test (no-changelog) (#7271) 2023-09-27 12:03:15 +02:00
communityPackage.service.test.ts refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
events.service.test.ts refactor(core): Move all user DB access to UserRepository (#6910) 2023-08-22 15:58:05 +02:00
jwt.service.test.ts fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
orchestration.service.test.ts feat(core): Add secrets provider reload and refactor (#7277) 2023-09-28 12:57:35 +02:00
ownership.service.test.ts refactor(core): Consolidate CredentialsService.getMany() (no-changelog) (#7028) 2023-09-04 10:37:16 +02:00
redis.service.test.ts feat(core): Make Redis available for backend communication (#6719) 2023-08-02 12:51:25 +02:00
role.service.test.ts perf(core): Cache roles (#6803) 2023-08-03 08:58:36 +02:00
webhook.service.test.ts perf(core): Cache webhooks (#6825) 2023-08-04 11:52:45 +02:00