Benjamin Schroth
fd3512dc16
test: Add back skipped e2e tests 30-langchain ( #15585 )
2025-05-23 09:55:20 +02:00
Jaakko Husso
e5c2aea6fe
feat(editor): Use resource locator at Simple Vector Store memory key, allow cross workflow use ( #15421 )
...
Remove workflow isolation from in-memory Simple Vector Store, making it possible to use vector stores created on other workflows. Display all current in-memory vector stores with a resource locator at Memory Key picker.
Note that these vector stores are still intended for non-production development use. Any users of an instance can access data in all in-memory vector stores as they aren't bound to workflows.
2025-05-22 23:34:59 +03:00
Suguru Inoue
8d1170e3dd
fix(editor): Don't mark node as dirty when NDV is opened ( #15222 )
2025-05-20 15:23:38 +02:00
Dana
570d1e7aad
feat(n8n Evaluation Trigger Node): Add Evaluation Trigger and Evaluation Node ( #15194 )
2025-05-16 11:16:00 +02:00
oleg
b6370fb2ec
fix(editor): Fix partial chat executions ( #15379 )
2025-05-15 17:12:08 +02:00
Suguru Inoue
4657e348f4
feat(editor): Rollout improved log view (2nd attempt) ( #15382 )
2025-05-14 11:51:02 +02:00
Elias Meire
bb2cfc209c
fix(editor): Fix switching between connected SQL/HTML editors ( #15297 )
2025-05-13 18:21:46 +01:00
Alex Grozav
102c67628c
feat(editor): Improve canvas node insertion position ( #14289 )
2025-05-13 19:38:10 +03:00
Suguru Inoue
694af6c9f0
fix(editor): Waiting executions broken - Chat, Form, Wait (no-changelog) ( #15343 )
2025-05-13 17:01:00 +02:00
Eugene
a0a4476175
chore: Rename Test workflow -> Execute workflow ( #15112 )
2025-05-13 09:35:41 +02:00
Suguru Inoue
81caedb319
fix(editor): Revert log view rollout (no-changelog) ( #15309 )
2025-05-12 13:35:18 +02:00
Suguru Inoue
d12c7ee87f
fix(editor): Ensure no running node when execution finished ( #15299 )
2025-05-12 10:39:51 +02:00
Nikhil Kuriakose
d14fb4dde3
fix(editor): Close Workflow URL Import Modal after import ( #15177 )
...
Co-authored-by: Milorad FIlipović <milorad@n8n.io >
2025-05-09 14:06:41 +02:00
Michael Kret
24638420bd
feat: Community Nodes in the Nodes Panel ( #13923 )
...
Co-authored-by: Dana Lee <dana@n8n.io >
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2025-05-09 11:14:41 +01:00
Jaakko Husso
374b2cf882
feat(editor): Don't confirm archiving nonactive workflows (no-changelog) ( #15182 )
2025-05-08 21:33:50 +03:00
Raúl Gómez Morales
be72f736ac
fix(editor): Fix Paired item error message ( #15171 )
2025-05-08 15:40:46 +02:00
Suguru Inoue
ce7ab2f456
test: Update e2e test that fails with the new log view (no-changelog) ( #15217 )
2025-05-08 13:20:59 +02:00
Suguru Inoue
8229b0bcc2
feat(editor): Rollout improved log view ( #15202 )
2025-05-08 11:12:13 +02:00
Suguru Inoue
abdbe50907
test(editor): Add e2e test cases for the logs view ( #15060 )
2025-05-08 05:59:25 +02:00
shortstacked
1122ee7ec9
fix: Remove external call and simplify test (no-changelog) ( #15174 )
2025-05-07 13:21:57 +02:00
oleg
86807978c1
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions ( #15049 )
...
Co-authored-by: autologie <suguru@n8n.io >
2025-05-07 08:55:58 +02:00
Jaakko Husso
3a13139f78
feat(core): Change workflow deletions to soft deletes ( #14894 )
...
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.
When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.
Archived workflows can be viewed in read-only mode, but they cannot be activated.
Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.
Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Milorad FIlipović
cf03a28774
feat(editor): Preserve workflow list sort & page size preferences ( #15101 )
2025-05-06 16:14:06 +02:00
Ricardo Espinoza
aa4607e7b5
fix(editor): Only prompt for MFA code when email is updated ( #15065 )
2025-05-05 07:59:18 -04:00
Alex Grozav
833d8e3c18
refactor(editor): Refactor usePushConnection and introduce new queueing system ( #14529 )
2025-04-30 15:36:43 +03:00
Suguru Inoue
c0b54832b3
feat(editor): Add "Rendered" display mode to the logs view ( #14994 )
2025-04-30 11:36:28 +02:00
Suguru Inoue
0a2b740063
fix(editor): Data in input/output panel incorrectly mapped ( #14878 )
2025-04-28 14:30:44 +02:00
Milorad FIlipović
46df8b47d6
feat(editor): Show workflow breadcrumbs in canvas ( #14710 )
2025-04-28 13:37:55 +02:00
Charlie Kolb
e8ca5e75a9
fix(editor): Disable browser route pushing for NDV URL (no-changelog) ( #14900 )
2025-04-25 15:57:51 +02:00
Charlie Kolb
5ff073bd7b
feat(editor): Include NodeDetailsView in URL ( #14349 )
2025-04-25 10:57:22 +02:00
Dana
db887b6f29
fix(editor): Only show previews if the param is an expression ( #14720 )
...
Co-authored-by: Elias Meire <elias@meire.dev >
2025-04-24 09:08:43 +02:00
Elias Meire
022f4755c2
fix(editor): Fix schema view bugs ( #14734 )
...
Co-authored-by: Michael Kret <michael.k@radency.com >
2025-04-24 08:53:02 +02:00
Jaakko Husso
6c91e7e1b7
fix(editor): Place duplicated WFs always to correct parent folders ( #14713 )
2025-04-22 15:41:12 +03:00
Mutasem Aldmour
74de4037be
fix(editor): Fix same order of buttons in run data selector ( #14677 )
2025-04-17 09:32:07 +02:00
shortstacked
874402e0b3
fix: Removing call to actual endpoint (no-changelog) ( #14687 )
2025-04-17 08:26:24 +01:00
shortstacked
8b70fbcb5f
fix: Improve stability of NDV hover test (no-changelog) ( #14679 )
2025-04-17 08:26:10 +01:00
oleg
bc269234cf
fix(editor): Fix updating of canvas node issue when credential is set-up ( #14633 )
...
Co-authored-by: Alex Grozav <alex@grozav.com >
2025-04-16 09:47:20 +02:00
Jaakko Husso
302258dda2
feat(editor): Align DynamicStructuredTool and DynamicTool name fields ( #14604 )
...
feat(Code Tool Node): Use node's name instead of separate name field as tool name
feat(Vector Store Tool Node): Use node's name instead of separate name field as tool name
feat(Custom n8n Workflow Tool Node): Use node's name instead of separate name field as tool name
2025-04-16 09:53:53 +03:00
Milorad FIlipović
57444d3a16
feat(editor): Add drag n drop support for folders ( #14549 )
2025-04-15 16:59:57 +02:00
Mutasem Aldmour
53812a544f
feat: Update Easy AI workflow ( #14521 )
2025-04-14 13:37:50 +02:00
shortstacked
c469ebb41a
ci: Add flaky test workflow for debugging ( #14600 )
2025-04-14 12:23:43 +01:00
Ricardo Espinoza
cade309d3b
feat: Add nested search in folders ( #14372 )
...
Co-authored-by: Milorad FIlipović <milorad@n8n.io >
2025-04-11 19:17:28 -04:00
Suguru Inoue
d24b684a95
feat(editor): Make logs applicable for all nodes ( #14397 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2025-04-10 13:05:52 +02:00
कारतोफ्फेलस्क्रिप्ट™
9ba58ca80b
refactor(core): Persist node execution order, and forward it to the frontend ( #14455 )
2025-04-09 10:19:58 +02:00
Suguru Inoue
aee83bf344
fix(editor): Inline expression previews are not displayed in NDV ( #14475 )
2025-04-08 16:38:28 +02:00
shortstacked
1c2d48f7ee
ci: Skip test until behavior is clarified (no-changelog) ( #14447 )
2025-04-07 17:12:45 +02:00
Charlie Kolb
d60ed746bb
fix(editor): Autofocus Search in Move Folder Dialog ( #14378 )
2025-04-07 10:56:05 +02:00
Suguru Inoue
8f9ea23019
feat(editor): Hover actions on the logs overview ( #14386 )
2025-04-07 10:35:29 +02:00
Jaakko Husso
ce5a237d0d
chore: Remove AI assistant experiment's feature flag. (no-chanelog) ( #14430 )
2025-04-07 11:15:29 +03:00
Jaakko Husso
2dfd4205eb
chore: Remove template credential experiment's feature flag. (no-changelog) ( #14429 )
2025-04-07 11:14:14 +03:00