1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 09:59:34 +03:00
n8n/cypress/pages
Michael Auerswald cbc690907f
feat(editor): Adds a EE view to show worker details and job status (#7600)
This change expands on the command channel communication introduced
lately between the main instance(s) and the workers. The frontend gets a
new menu entry "Workers" which will, when opened, trigger a regular call
to getStatus from the workers. The workers then respond via their
response channel to the backend, which then pushes the status to the
frontend.
This introduces the use of ChartJS for metrics.
This feature is still in MVP state and thus disabled by default for the
moment.
2023-11-10 23:48:31 +01:00
..
features feat(editor): Enhance Node Creator actions view (#5954) 2023-04-26 09:18:10 +02:00
modals feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
sidebar refactor(editor): Color palette updates, introduce dark mode (#6980) 2023-11-01 13:33:36 +01:00
bannerStack.ts fix(editor): Trial banner does not disappear after sign out (no-changelog) (#6930) 2023-08-17 07:57:40 -04:00
base.ts refactor: Format root-level dirs (no-changelog) (#4938) 2022-12-15 16:39:59 +01:00
credentials.ts refactor: Upgrade to Prettier 3 (no-changelog) (#6947) 2023-08-16 17:13:57 +02:00
demo.ts fix(editor): Allow overriding theme from query params (#7591) 2023-11-02 16:06:33 +01:00
index.ts feat(editor): Adds a EE view to show worker details and job status (#7600) 2023-11-10 23:48:31 +01:00
mfa-login.ts feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
ndv.ts feat(editor): Improve performance by importing routes dynamically and add route guards (no-changelog) (#7567) 2023-11-03 16:22:37 +02:00
settings-log-streaming.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
settings-personal.ts refactor(editor): Color palette updates, introduce dark mode (#6980) 2023-11-01 13:33:36 +01:00
settings-usage.ts fix: Fix formatting/linting for CI (no-changelog) (#5264) 2023-01-27 10:18:15 +01:00
settings-users.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
signin.ts feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
templates.ts fix(editor): Allow overriding theme from query params (#7591) 2023-11-02 16:06:33 +01:00
variables.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
workerView.ts feat(editor): Adds a EE view to show worker details and job status (#7600) 2023-11-10 23:48:31 +01:00
workflow-executions-tab.ts feat(editor): Debug executions in the editor (#6834) 2023-08-25 09:39:14 +02:00
workflow-history.ts fix(editor): Fix route component caching, incorrect use of array reduce method and enable WF history feature (#7434) 2023-10-26 20:47:42 +02:00
workflow.ts feat(editor): Add color selector to sticky node (#7453) 2023-11-08 08:23:57 -05:00
workflows.ts feat(editor): Add workflow filters to querystring (#7456) 2023-11-08 08:42:53 -05:00