Commit Graph

596 Commits

Author SHA1 Message Date
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
Charlie Kolb
480b44d024 fix(Code Node): Ensure 'Generate Code' works with empty input object (#14352) 2025-04-04 11:24:27 +02:00
shortstacked
cc225bd63e ci: Fix flaky 45-ai test (no-changelog) (#14348) 2025-04-02 13:07:12 +01:00
shortstacked
1e4541603f ci: Improve Flaky Test Debugging and CAT-726 Fix (no-changelog) (#14298) 2025-04-02 09:04:05 +01:00
Dana
4bc1c1a547 fix(n8n Form Node): Remove field requirement and do not inherit description (#14254) 2025-04-01 12:21:39 +02:00
Milorad FIlipović
bfe3d469ea feat(editor): Add breadcrumbs to project card badges (no-changelog) (#14256) 2025-03-31 11:48:11 +02:00
shortstacked
970fab7e30 ci: Use composable for credential page load (no-changelog) (#14249) 2025-03-28 13:54:08 +00:00
shortstacked
157b9c0925 test: adding composable for credential page loading (#14217) 2025-03-28 11:08:24 +00:00
Alex Grozav
a4a34a2745 fix(editor): Fix nodes and connection debouncing during execution (no-changelog) (#14208) 2025-03-27 11:59:04 +02:00
Milorad FIlipović
1ff3049ffb fix(editor): Fix folders UI for different plans (no-changelog) (#14159) 2025-03-25 11:56:37 +01:00
jeanpaul
71f281b90d fix(editor): Show left-hand NDV floating nodes in correct order (#14126) 2025-03-25 09:13:28 +01:00
Charlie Kolb
fdcca1d0ed fix(editor): Adjust URL on lost change warning Cancel or failed save (#13683) 2025-03-24 15:52:37 +01:00
Ricardo Espinoza
01c7cc939a refactor(core): Remove env variable to enable folders (no-changelog) (#14076) 2025-03-20 12:10:38 -04:00