n8n/packages/cli/test/integration
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
..
audit refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
commands feat(core): Add commands to workers to respond with current state (#7029) 2023-09-07 14:44:19 +02:00
environments
ExternalSecrets feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ldap feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
mfa feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
publicApi refactor: Use actual nodes/credentials in cli and core tests (no-changelog) (#7115) 2023-09-06 10:23:47 +02:00
saml
shared refactor: Use actual nodes/credentials in cli and core tests (no-changelog) (#7115) 2023-09-06 10:23:47 +02:00
auth.api.test.ts fix: Auth.api user limit test expecting incorrect status (#6836) 2023-08-03 13:03:26 +01:00
auth.mw.test.ts
credentials.controller.test.ts feat(core): Add list query middleware to credentials (#7041) 2023-09-04 15:00:25 +02:00
credentials.ee.test.ts refactor(core): Consolidate CredentialsService.getMany() (no-changelog) (#7028) 2023-09-04 10:37:16 +02:00
credentials.test.ts refactor(core): Consolidate CredentialsService.getMany() (no-changelog) (#7028) 2023-09-04 10:37:16 +02:00
eventbus.ee.test.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
eventbus.test.ts fix(core): Split event bus controller into community and ee (#7107) 2023-09-05 13:32:09 +02:00
license.api.test.ts
me.api.test.ts
metrics.test.ts feat(core): Add metrics option to cache (#6846) 2023-08-04 20:51:07 +02:00
nodes.api.test.ts refactor: Move community package logic to service (no-changelog) (#6973) 2023-09-01 15:13:19 +02:00
owner.api.test.ts
passwordReset.api.test.ts
tags.api.test.ts refactor(core): Move tag collection into repository (no-changelog) (#6860) 2023-08-08 14:08:56 +02:00
users.api.test.ts feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02:00
users.controller.test.ts feat(core): Add filtering, selection and pagination to users (#6994) 2023-08-28 16:13:17 +02: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 fix(Webhook Node): Fix URL params for webhooks (#6986) 2023-08-25 13:28:32 +02:00
workflows.controller.ee.test.ts refactor: Consolidate WorkflowService.getMany() (no-changelog) (#6892) 2023-08-22 13:19:37 +02:00
workflows.controller.test.ts refactor: Consolidate WorkflowService.getMany() (no-changelog) (#6892) 2023-08-22 13:19:37 +02:00