n8n/packages/cli/test/unit/services
Michael Auerswald 7b49cf2a2c
feat(core): Add commands to workers to respond with current state (#7029)
This PR adds new endpoints to the REST API:
`/orchestration/worker/status` and `/orchestration/worker/id`

Currently these just trigger the return of status / ids from the workers
via the redis back channel, this still needs to be handled and passed
through to the frontend.

It also adds the eventbus to each worker, and triggers a reload of those
eventbus instances when the configuration changes on the main instances.
2023-09-07 14:44:19 +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 feat(core): Add commands to workers to respond with current state (#7029) 2023-09-07 14:44:19 +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