Commit Graph

1287 Commits

Author SHA1 Message Date
Tomi Turtiainen
4ac02dd5f4 fix(editor): UX improvements to mfa setup modal (#9059)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-09 13:57:14 +03:00
Michael Kret
5793e5644a feat: Append item index suffix to an error message, if provided, and node has many input items (#9070) 2024-04-09 11:33:26 +03:00
Csaba Tuncsik
92f6cbfba3 fix(editor): Fix displaying logic of execution retry button (#9061) 2024-04-09 10:25:12 +02:00
Michael Kret
3dd70a17e2 fix(editor): Drop outgoing connections on order changed event for nodes with dynamic outputs (#9055) 2024-04-09 04:46:52 +03:00
Tomi Turtiainen
50dd90db1a fix: Fix some vue warnings (no-changelog) (#9069) 2024-04-08 13:08:28 +03:00
Tomi Turtiainen
7467aa30e6 fix(editor): Fix issues in dark mode (#9068)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-08 09:21:54 +03:00
Milorad FIlipović
f2143620ba fix(editor): Connecting nodes to triggers when adding them together (#9042) 2024-04-05 15:46:02 +02:00
oleg
32df17104c fix(editor): Allow pinning of AI root nodes (#9060)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-05 15:00:31 +02:00
Ricardo Espinoza
caea27dbb5 fix(editor): Fix issue with case insensitive tags (#9071) 2024-04-05 09:00:18 -04:00
Iván Ovejero
b8ab049932 refactor(core, editor): Remove legacy nodesAccess (no-changelog) (#9016) 2024-04-05 13:17:34 +02:00
Iván Ovejero
ba986fb018 refactor(editor): Remove legacy audit logs view (no-changelog) (#9053) 2024-04-05 10:23:27 +02:00
Ricardo Espinoza
dff8f7ac94 fix(editor): Issue showing Auth2 callback section when all properties are overriden (#8999) 2024-04-04 05:30:37 -04:00
Ricardo Espinoza
f6ce81e7da fix(editor): Canvas showing error toast when clicking outside of "import workflow by url" modal (#9001) 2024-04-04 05:15:37 -04:00
Milorad FIlipović
3c9a1d2da3 fix(editor): Prevent saving workflow while another save is in progress (#9048) 2024-04-04 09:59:02 +02:00
Csaba Tuncsik
ec9fe98a35 fix(editor): Make share modal content scrollable (#9025) 2024-04-03 16:50:25 +02:00
Tomi Turtiainen
77b359ada6 fix: Fix vue type warnings (no-changelog) (#9038) 2024-04-03 15:04:21 +03:00
कारतोफ्फेलस्क्रिप्ट™
072c3db97d refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
Milorad FIlipović
02219dde2f fix: Stop listening button not working in NDV (#9023) 2024-04-03 12:18:50 +02:00
Ricardo Espinoza
4668db20fb fix(editor): Issue with JSON editor getting cut off (#9000) 2024-04-03 12:15:19 +02:00
Milorad FIlipović
4619dec285 feat(editor): Update templates links (#9024) 2024-04-03 12:15:08 +02:00
Csaba Tuncsik
aac77e1668 fix(editor): Fix execution debug button (#9018) 2024-04-03 12:15:07 +02:00
Ricardo Espinoza
bead7eb840 fix(editor): Hover and active states not showing in execution list on dark mode (#9002)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-03-29 11:13:48 -04:00
Elias Meire
8788e2a35b fix(editor): UI enhancements and fixes for expression inputs (#8996) 2024-03-29 16:01:32 +01:00
Iván Ovejero
2aab78b058 feat(core): Introduce AWS secrets manager as external secrets store (#8982) 2024-03-28 10:15:58 +01:00
Elias Meire
295b650fb8 fix(editor): Make inputs in the filter component regular inputs by default (#8980) 2024-03-27 09:52:58 +01:00
Elias Meire
160dfd383d feat(editor): Show tip when user can type dot after an expression (#8931) 2024-03-26 15:23:30 +01:00
कारतोफ्फेलस्क्रिप्ट™
372d5c7d01 ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-03-26 14:22:57 +01:00
Giulio Andreini
264f918d97 fix(editor): Nodes connectors improvements (#8945)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-03-26 09:54:04 +01:00
Iván Ovejero
69807a5efb refactor(core): Unify failed and error execution status (no-changelog) (#8943) 2024-03-25 17:52:07 +01:00
Milorad FIlipović
666867a236 feat: Fetch user cloud role and pass it on in website links (#8942) 2024-03-22 11:33:39 +01:00
Giulio Andreini
3f13d8f41a fix(editor): Fix error message color in output panel for dark mode (no-changelog) (#8950) 2024-03-22 09:18:27 +01:00
Elias Meire
45461c8cb5 fix: Overhaul expression error messages related to paired item (#8765) 2024-03-21 16:59:22 +01:00
oleg
5f53d76e39 fix(editor): Fix opening of chat window when executing a child node (#8789)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-21 09:23:15 +01:00
Elias Meire
5e84c2ab89 feat(editor): Add missing extension methods for expressions (#8845) 2024-03-20 12:05:54 +01:00
Csaba Tuncsik
6955e8991c fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
Elias Meire
0c179e4e51 feat(editor): Refactor expression editors and mixins to composition API (#8894)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-03-15 18:40:37 +01:00
Elias Meire
a5261d6ebb fix(editor): Improve expression editor performance by removing watchers (#8900) 2024-03-15 15:14:20 +01:00
Omar Ajoue
bcbff76055 fix(editor): Add proper scroll to Environments push modal (#8883) 2024-03-14 09:26:04 +00:00
Michael Kret
4861556a1c fix: Chat Trigger exclude summarization node from valid ai nodes (#8875) 2024-03-14 09:43:56 +02:00
Alex Grozav
948c383999 feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
Elias Meire
e78cc2d8d2 feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
Csaba Tuncsik
dd40570056 fix(editor): Fix workflow card open action (#8839) 2024-03-12 11:32:34 +01:00
Elias Meire
76fe960a76 fix: Improve filter component error handling (#8832) 2024-03-08 10:10:32 +01:00
Giulio Andreini
5301323906 feat(editor): Improve errors in output panel (#8644)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-07 18:08:01 +02:00
Elias Meire
6e2aa405fc fix(editor): Make inputs in the filter component expressions by default (#8784) 2024-03-07 17:01:56 +01:00
Elias Meire
9b4618dd5e feat(editor): Add sections to autocomplete dropdown (#8720)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-03-07 17:01:05 +01:00
oleg
0f7ae3f50a refactor: Update Langchain to 0.1.41 & add support for Claude 3 (#8825)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-07 11:36:36 +01:00
Omar Ajoue
d778cae9f5 feat: Track self serve trial (no-changelog) (#8801) 2024-03-06 10:29:47 +00:00
Michael Kret
35f6826150 feat: Track node errors on PostHog (#8774)
Co-authored-by: Marcus <marcus@n8n.io>
2024-03-05 16:58:14 +02:00
Elias Meire
c7c17673cb fix(editor): Fix NDV output tabs resetting on any click (#8808) 2024-03-05 15:45:41 +01:00