n8n/packages/editor-ui/src/stores
2024-12-03 07:15:29 -05:00
..
__tests__/utils refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
assistant.store.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
assistant.store.ts fix(editor): Simplify workflow payload to AI Assistant (no-changelog) (#11975) 2024-12-02 11:53:21 +01:00
auditLogs.store.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
canvas.store.ts feat(editor): Redesign Canvas Chat (#11634) 2024-11-13 11:05:19 +01:00
cloudPlan.store.ts fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
collaboration.store.ts refactor(core): Move push message types to a new shared package (no-changelog) (#10742) 2024-09-13 13:02:00 +02:00
communityNodes.store.ts refactor(editor): Remove getters with arguments from communityNodes.store.ts (#9964) 2024-07-08 10:13:30 -04:00
credentials.store.ts fix(editor): Fix performance issue in credentials list (#10988) 2024-09-27 12:04:00 +02:00
credentials.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
environments.ee.store.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
environments.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
executions.store.test.ts fix(editor): Fix executions sorting (#11808) 2024-11-20 15:33:16 +01:00
executions.store.ts fix(editor): Add execution concurrency info and paywall (#11847) 2024-11-28 13:53:39 +01:00
externalSecrets.ee.store.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
history.store.ts refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
logStreaming.store.ts refactor(editor): Migrate LogStreaming.store.ts to composition API (#10719) 2024-09-19 09:15:01 -04:00
ndv.store.ts refactor(editor): Migrate ndv.store to composition API (#11574) 2024-11-08 08:11:36 -05:00
nodeCreator.store.test.ts fix: Bring back nodes panel telemetry events (#11456) 2024-10-31 16:29:51 +01:00
nodeCreator.store.ts fix: Bring back nodes panel telemetry events (#11456) 2024-10-31 16:29:51 +01:00
nodeTypes.store.ts refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
npsStore.store.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
npsSurvey.store.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
orchestration.store.ts refactor(core): Simplify main pubsub message handler (#11156) 2024-10-11 10:31:33 +02:00
posthog.store.ts refactor: Use Ask AI feature through AI services instead of hooks (#11027) 2024-10-09 11:24:33 -04:00
posthog.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
projects.store.ts fix(editor): Add Personal project to main navigation (#11161) 2024-10-17 09:25:32 +02:00
pushConnection.store.ts refactor(core): Move push message types to a new shared package (no-changelog) (#10742) 2024-09-13 13:02:00 +02:00
rbac.store.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
rbac.store.ts fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
roles.store.test.ts fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
roles.store.ts fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
root.store.ts fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
settings.store.test.ts fix(editor): Record sessionStarted telemetry event in Setting Store (#11334) 2024-10-22 17:48:08 +02:00
settings.store.ts fix(editor): Add execution concurrency info and paywall (#11847) 2024-11-28 13:53:39 +01:00
sourceControl.store.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
sso.store.ts refactor(editor): Remove id param from PATCH /me calls (no-changelog) (#10449) 2024-08-16 12:15:48 +03:00
sso.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
tags.store.ts feat(core): Execution curation (#10342) 2024-09-02 15:20:08 +02:00
templates.store.ts refactor(editor): Migrate templates.store to composition API (#11641) 2024-11-08 07:46:03 -05:00
testDefinition.store.ee.test.ts feat(editor): Add workflow evaluation edit and list views (no-changelog) (#11719) 2024-11-27 07:47:41 +01:00
testDefinition.store.ee.ts feat(editor): Add workflow evaluation edit and list views (no-changelog) (#11719) 2024-11-27 07:47:41 +01:00
ui.store.ts feat(editor): Redesign Canvas Chat (#11634) 2024-11-13 11:05:19 +01:00
ui.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ui.utils.ts fix(editor): Fix local storage flags defaulting to undefined string (#7603) 2023-11-07 10:06:08 +01:00
usage.store.ts feat: Add active workflow triggers metric (no-changelog) (#11398) 2024-10-24 17:27:56 +01:00
usage.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
users.store.test.ts fix: Resend invite operation on users list (#11351) 2024-10-23 10:23:28 +02:00
users.store.ts refactor: Standardize MFA code and recovery code naming across code base (#12011) 2024-12-03 07:15:29 -05:00
versions.store.ts refactor(core): Move frontend settings to @n8n/api-types (no-changelog) (#10856) 2024-09-17 17:21:11 +02:00
webhooks.store.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
workflowHistory.store.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
workflowHistory.store.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
workflows.ee.store.ts refactor(editor): Migrate workflow.ee.store to composition API (#10912) 2024-09-23 07:51:41 -04:00
workflows.store.test.ts chore: Clean up welcome sticky feature (no-changelog) (#11987) 2024-12-02 19:35:54 +01:00
workflows.store.ts chore: Clean up welcome sticky feature (no-changelog) (#11987) 2024-12-02 19:35:54 +01:00