n8n/packages/cli/test/unit/services
Michael Auerswald 4b014286cf
fix(core): Make senderId required for all command messages (#7252)
all commands sent between main instance and workers need to contain a
server id to prevent senders from reacting to their own messages,
causing loops

this PR makes sure all sent messages contain a sender id by default as
part of constructing a sending redis client.

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-09-26 13:58:06 +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 feat(core): Add metrics option to cache (#6846) 2023-08-04 20:51:07 +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 fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +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