Csaba Tuncsik
6bf2d8a4d4
fix(editor): Simplifying empty project deletion ( #15834 )
2025-05-30 10:29:36 +02:00
Michael Kret
041ada1fd6
fix: Check if form trigger URL is live before oppening pop-up ( #15800 )
2025-05-29 18:32:57 +01:00
Raúl Gómez Morales
1daf0ff169
fix(editor): Use last task data for calculating the current state ( #15546 )
2025-05-29 12:03:15 +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
Raúl Gómez Morales
d1a39d96bb
fix(editor): Handle Insights calculations to prevent Infinity numbers ( #15727 )
2025-05-27 14:30:18 +02:00
Daria
c4ea7578fe
fix(editor): Delete all connections of nodes with multiple ones when removed from canvas ( #15713 )
2025-05-27 13:43:30 +03:00
jeanpaul
ca0b38d64e
fix(editor): Change feature flag for evaluations (no-changelog) ( #15728 )
2025-05-27 11:20:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
e9dc66b3ff
ci: Remove unused canvas v1 related code from e2e tests ( #15704 )
2025-05-26 17:32:02 +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
eb3dd199ab
feat(core): Add telemetry for Evaluation feature (no-changelog) ( #15562 )
...
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io >
2025-05-26 13:09:03 +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
Charlie Kolb
70ea7a8859
fix(editor): Fix notification toast offset outside of NodeView if chat/logs were opened ( #15622 )
2025-05-23 12:18:44 +02:00
Suguru Inoue
4323204070
refactor(editor): Remove unused return fields from ui store ( #15594 )
2025-05-23 09:33:10 +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
Elias Meire
bca03ca739
fix(editor): Add type definition for $getWorkflowStaticData to code node ( #15544 )
2025-05-21 09:31:34 +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
Charlie Kolb
fbf7083062
feat(editor): Save new project on Enter in name field ( #15535 )
2025-05-20 13:08:25 +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
Guillaume Jacquart
26de97976a
fix(editor): Fix how deviation percentage is calculated in Insights summary ( #15526 )
2025-05-20 09:57:12 +02:00
Suguru Inoue
7e3bcd3895
feat(editor): "Executing" state in the output panel ( #15470 )
2025-05-19 17:21:39 +02:00
Jaakko Husso
0e708ddb54
fix(editor): Make deleting Call n8n Workflow Tool fromAI workflow input descriptions work ( #15459 )
2025-05-19 16:43:59 +03:00
Charlie Kolb
5967c13165
fix(editor): Handle Loop node execution data preview correctly when inserting a node ( #15351 )
2025-05-19 15:19:32 +02:00
Dana
3985387204
fix(n8n Evaluation Trigger Node): Fix tweaks ( #15473 )
2025-05-19 11:33:07 +02:00
Charlie Kolb
5c3840583d
fix(editor): Correctly show Workflow Breadcrumbs in MainHeader on Registered Community ( #15457 )
2025-05-19 11:24:48 +02:00
Benjamin Schroth
f5a9f2eadb
fix(editor): Fix phantom items for waiting nodes (no-changelog) ( #15410 )
2025-05-19 11:05:54 +02:00
Csaba Tuncsik
fc17cdece2
fix(editor): Fix node renaming in pinned data ( #15482 )
2025-05-19 09:37:04 +02:00
Guillaume Jacquart
435d43fc5b
feat(editor): Add user info on relations to enhance design of project users list ( #15420 )
...
Co-authored-by: Csaba Tuncsik <csaba@n8n.io >
2025-05-16 19:32:29 +02:00
Dana
b53bd173d0
fix(editor): Hide evaluation trigger ( #15471 )
2025-05-16 15:56:19 +01:00
Alex Grozav
235cabc0bf
fix(editor): Update canvas edge toolbar hit area (no-changelog) ( #15469 )
2025-05-16 17:24:13 +03:00
Alex Grozav
4f82040083
refactor(editor): Migrate agentRequest store to @n8n/stores package (no-changelog) ( #15462 )
2025-05-16 16:46:09 +03:00
Csaba Tuncsik
7d3cae5639
fix(editor): Fix paired items after renaming a node ( #15440 )
2025-05-16 14:41:08 +02:00
Suguru Inoue
1935e62adf
feat(editor): Keyboard shortcuts for the log view ( #15378 )
2025-05-16 13:54:25 +02:00
Alex Grozav
de4c5fc716
refactor(editor): Extract root store into @n8n/stores package (no-changelog) ( #15412 )
2025-05-16 14:18:16 +03:00
Dana
570d1e7aad
feat(n8n Evaluation Trigger Node): Add Evaluation Trigger and Evaluation Node ( #15194 )
2025-05-16 11:16:00 +02:00
Raúl Gómez Morales
840a3bee4b
fix(editor): Normalize credential data from source control ( #15434 )
2025-05-16 11:09:47 +02:00
Raúl Gómez Morales
e68149bbc7
fix(editor): Show error toast for failed executions ( #15388 )
2025-05-16 10:53:55 +02:00
oleg
b6370fb2ec
fix(editor): Fix partial chat executions ( #15379 )
2025-05-15 17:12:08 +02:00
Ricardo Espinoza
726438d95e
feat(editor): Improve manual description in nodes as tools ( #15373 )
2025-05-15 10:45:16 -04:00
Ricardo Espinoza
2b05dbea8c
feat(editor): Add "Go to Sub-workflow" menu context action to Workflow Tool ( #15396 )
2025-05-15 08:27:02 -04:00
Andreas Fitzek
8717ad7821
chore(core): Reset SAML configuration in case SAML is enabled but invalid ( #15258 )
...
Co-authored-by: Danny Martini <danny@n8n.io >
2025-05-14 14:55:36 +02:00
Jaakko Husso
d7d3d33d1a
fix(editor): Fix resizing NDV output panel when closing assistant ( #15313 )
2025-05-14 15:18:50 +03:00
Suguru Inoue
37b37304d5
fix(editor): Not all sub node runs are shown in sub execution log (no-changelog) ( #15387 )
2025-05-14 13:33:56 +02:00
Charlie Kolb
fefe7b3370
feat(editor): Expose connectionType for 'createNodeActiveChanged' hook and 'User opened nodes panel' event (no-changelog) ( #15300 )
2025-05-14 13:26:31 +02:00
Suguru Inoue
4657e348f4
feat(editor): Rollout improved log view (2nd attempt) ( #15382 )
2025-05-14 11:51:02 +02:00