Commit Graph

294 Commits

Author SHA1 Message Date
Csaba Tuncsik
e681e6b477 refactor: Add common DTOs and schemas for the redesigned users list (#16097) 2025-06-11 14:55:04 +02:00
Alex Grozav
2a3fa5088e refactor(editor): Move settings api to @n8n/rest-api-client (no-changelog) (#16186) 2025-06-11 10:57:59 +03:00
luka
cdab4c1bc6 fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118)
Co-authored-by: luka <zhoupf@seirobotics.net>
2025-06-11 09:36:54 +02:00
Suguru Inoue
aa03110f2e fix(editor): Adjust time format for negative numbers (no-changelog) (#16194) 2025-06-10 17:25:22 +02:00
Alex Grozav
023aa156b3 refactor(editor): Move workflowHistory api to @n8n/rest-api-client (no-changelog) (#16183) 2025-06-10 15:50:18 +03:00
Charlie Kolb
d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Suguru Inoue
d68a776e5c refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
Alex Grozav
07ed01d9fc refactor(editor): Migrate versions api to @n8n/rest-client-api (no-changelog) (#16147) 2025-06-10 10:47:51 +03:00
Alex Grozav
5deab75c7d fix(editor): Add visual-only waitingForNext execution state for slow networks (#16143) 2025-06-10 10:32:08 +03:00
Charlie Kolb
c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Jaakko Husso
4426249950 fix(editor): Prevent Ask Assistant button overlapping other buttons (#16066) 2025-06-09 12:28:35 +03:00
Shireen Missi
b92d8ad1e1 fix(editor): Hide the Github stars button when telemetry is disabled (#16108) 2025-06-09 09:25:26 +01:00
Dana
7492944a37 fix(editor): Maintain back button when installing community nodes (#16069) 2025-06-06 17:40:08 +02:00
Suguru Inoue
ac1a1dfbc2 feat(editor): Make ‘Execute workflow’ a split button (#15933) 2025-06-06 13:05:53 +02:00
Jaakko Husso
576ff4d3b8 fix(editor): Position executions filter popover so that it doesn't hide executions (#16049) 2025-06-06 13:08:59 +03:00
Charlie Kolb
2724089078 chore: Move router usage out of useCanvasOperation and useWorkflowHelpers (no-changelog) (#16041) 2025-06-05 13:51:07 +02:00
Alex Grozav
6cf07200dc refactor(editor): Extract API Requests into @n8n/rest-api-client package (no-changelog) (#15930) 2025-06-05 13:08:10 +03:00
Suguru Inoue
c57e697249 feat(editor): Experimental feature flag to show node settings in the canvas (no-changelog) (#15925) 2025-06-05 09:39:01 +02:00
Jaakko Husso
02ed7b6631 fix(editor): Refresh NDV node connections if inputs change dynamically (#16023) 2025-06-05 10:17:45 +03:00
Nikhil Kuriakose
bc44baa736 feat(editor): Rename debugging tab to fromai (#16017) 2025-06-05 08:35:53 +02:00
कारतोफ्फेलस्क्रिप्ट™
3bdbdfe6ce ci: Drop support for Node.js 18 (#15146) 2025-06-04 15:54:57 +02:00
Benjamin Schroth
9abb333507 feat(editor): Improve UI for highlighted data, tags and rating in executions (#15926)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-06-04 14:14:48 +02:00
Jaakko Husso
4f07ac394b feat(Structured Output Parser Node): Add auto-fix support to Strucutred Output Parser (#15915) 2025-06-04 12:07:09 +03:00
Jaakko Husso
eac27b7ac0 fix(editor): Hide 'Move' modal toast links that can't be accessed and better empty state (no-changelog) (#15977) 2025-06-04 11:49:23 +03:00
Charlie Kolb
5c7f682b73 fix(editor): Correct sub-workflow extraction grammar (no-changelog) (#16002) 2025-06-04 10:41:03 +02:00
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Daria
1335af05d5 feat(core): Add support for partial-match execution filters (#15797) 2025-06-04 09:37:35 +03:00
Jaakko Husso
103bc20243 feat(editor): Show the simple vector store first in the nodes panel (no-changelog) (#15931) 2025-06-03 17:58:32 +03:00
Guillaume Jacquart
2f648098fd feat(editor): Enable source environment push button for project admins (#15527) 2025-06-03 14:18:04 +02:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Raúl Gómez Morales
5bc4e5d846 feat(editor): Add "Change owner" option to editor (#15792) 2025-06-03 09:59:07 +02:00
Benjamin Schroth
62d70f5225 refactor: Simplify agent request store (#15743) 2025-06-02 14:21:49 +02:00
Charlie Kolb
5985df6e51 feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538) 2025-06-02 12:17:27 +02:00
Raúl Gómez Morales
d0ff66226f fix(editor): Update copy for debug modal paywall (#15905) 2025-06-02 09:52:48 +02:00
Nikhil Kuriakose
3f9a271e69 fix(editor): Set deterministic width for sidebar (#15753) 2025-05-30 16:53:38 +02:00
Elias Meire
2a1475d671 feat(editor): Support pasting an expression into a number parameter (#15722) 2025-05-30 13:02:38 +03:00
Alex Grozav
e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
Csaba Tuncsik
6bf2d8a4d4 fix(editor): Simplifying empty project deletion (#15834) 2025-05-30 10:29:36 +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
RomanDavydchuk
fee10da95b fix(editor): Move focus to search input in RLC (#15741) 2025-05-28 17:44:02 +03:00
Raúl Gómez Morales
57d7b5e35e fix(editor): Fix Execute workflow button hover state (#15518) 2025-05-28 15:42:48 +02:00
Guillaume Jacquart
075b035d64 fix(editor): Fix update panel icon display. Fix title on insights dashboard (#15593) 2025-05-26 13:42:53 +02:00
Eugene
ca8f087a47 feat(editor): Evaluations frontend (no-changelog) (#15550)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-05-26 12:26:28 +02:00
Elias Meire
7f0c6d62e6 feat(editor): Distinguish official verified nodes from community built nodes (#15630) 2025-05-23 17:04:22 +02:00
jeanpaul
f762c59fb3 fix(editor): Fix schema view showing incorrect data on loop node done branch (#15635) 2025-05-23 13:15:09 +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
9938e63a66 feat(editor): Add an option to sync canvas with log view (#15391) 2025-05-22 17:25:58 +02:00
Eugene
8152f8c6a7 feat(core): Update data model for Evaluations (no-changelog) (#15520)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
2025-05-22 12:55:31 +02: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
Daria
a426ecd2f1 feat(editor): Show informative message in NDV when AI tools have no parameters (#15515) 2025-05-20 12:45:51 +03:00