Commit Graph

79 Commits

Author SHA1 Message Date
Jaakko Husso
0b7bca29f8 feat(editor): Add 'Whats new' section and modal (#16664) 2025-06-26 16:41:49 +03:00
Jaakko Husso
d0a313aa1c feat(editor): Add RAG starter template callouts experiment (#16282)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-06-13 17:45:30 +03:00
Charlie Kolb
21b84ef4e7 chore: Add e2e tests for Subworkflow Conversion (no-changelog) (#16220) 2025-06-11 14:30:35 +02:00
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Eugene
29a41a48a4 fix: Flaky e2e test in 30-langchain (no-changelog) (#15793) 2025-05-30 08:20:30 +02:00
Jaakko Husso
e860dd6d2e feat(editor): Combine 'Move to Folder' and 'Change owner' modals (#15756)
This new modal also allows transferring entire folders to other projects and users.
2025-05-28 23:41:07 +03:00
shortstacked
b0b674e85a fix: Add Exact Match Option for NDV (no-changelog) (#15787)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
2025-05-28 13:34:06 +01:00
कारतोफ्फेलस्क्रिप्ट™
e9dc66b3ff ci: Remove unused canvas v1 related code from e2e tests (#15704) 2025-05-26 17:32:02 +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
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
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
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
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
Jaakko Husso
6c91e7e1b7 fix(editor): Place duplicated WFs always to correct parent folders (#14713) 2025-04-22 15:41:12 +03: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
Milorad FIlipović
57444d3a16 feat(editor): Add drag n drop support for folders (#14549) 2025-04-15 16:59:57 +02:00
Suguru Inoue
aee83bf344 fix(editor): Inline expression previews are not displayed in NDV (#14475) 2025-04-08 16:38:28 +02:00
Charlie Kolb
d60ed746bb fix(editor): Autofocus Search in Move Folder Dialog (#14378) 2025-04-07 10:56:05 +02:00
shortstacked
1e4541603f ci: Improve Flaky Test Debugging and CAT-726 Fix (no-changelog) (#14298) 2025-04-02 09:04:05 +01: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
Milorad FIlipović
1ff3049ffb fix(editor): Fix folders UI for different plans (no-changelog) (#14159) 2025-03-25 11:56:37 +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
Milorad FIlipović
1f56a24bbd fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997) 2025-03-20 15:48:10 +01:00
Csaba Tuncsik
6817abe47f fix(editor): Fix routing between workflow editing and new workflow pages (#14031) 2025-03-19 06:02:58 +01:00
Milorad FIlipović
e73f618851 feat(editor): Add functionality to delete and rename folders (no-changelog) (#13785) 2025-03-12 11:04:53 +01:00
Elias Meire
f381a24145 feat(editor): Automatically tidy up workflows (#13471) 2025-02-28 15:28:55 +01:00
autologie
75493ef6ef feat(editor): Indicate dirty nodes with yellow borders/connectors on canvas (#13040) 2025-02-26 16:35:17 +01:00
autologie
b17cbec3af feat(editor): Add ‘execute workflow’ buttons below triggers on the canvas (#12769)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-02-10 09:14:39 +01:00
Charlie Kolb
21773764d3 feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
Alex Grozav
afbbfa3a90 feat: Update e2e tests to run on new canvas (no-changelog) (#12784) 2025-01-24 14:38:54 +02:00
Alex Grozav
2d3b643f6e test: Update e2e tests for canvas specific actions (no-changelog) (#12614) 2025-01-21 10:30:27 +02:00
Tomi Turtiainen
457edd99bb fix(editor): Open chat when executing agent node in canvas v2 (#12617) 2025-01-15 16:07:24 +02:00
Alex Grozav
980d0bcb5e test: Update node creator e2e tests to work with new canvas (no-changelog) (#12530) 2025-01-09 18:06:55 +02:00
Charlie Kolb
a9077bb6f1 test: Finish Sub-Workflow Inputs Testing (no-changelog) (#12460) 2025-01-09 11:36:00 +01:00
oleg
803960e092 test(editor): Add deprecation warnings for e2e page classes (no-changelog) (#12489) 2025-01-08 09:36:44 +01:00
Alex Grozav
976586fbfd test: Update demo e2e tests for new canvas (no-changelog) (#12488) 2025-01-07 19:05:52 +02:00
Mutasem Aldmour
76dded4bea feat: Allow using Vector Stores directly as Tools (#12311)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-01-06 09:07:59 +01:00
Milorad FIlipović
9117718cc9 feat(editor): Add support for project icons (#12349) 2024-12-27 19:00:40 +01:00
Mutasem Aldmour
abc851c0cf fix: Load workflows with unconnected Switch outputs (#12020) 2024-12-04 13:44:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
d4e8d6778c ci: Fix flaky credentials saving in e2e tests (no-changelog) (#11919) 2024-12-02 17:28:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
96b95ef5e5 ci: When saving credentials in e2e tests, wait for the save operation to finish (no-changelog) (#11850)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2024-11-22 15:13:45 +01:00
Raúl Gómez Morales
b38ce14ec9 feat(editor): Add universal Create Resource Menu (#11564)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2024-11-19 15:47:10 +01:00