Commit Graph

13671 Commits

Author SHA1 Message Date
Jon
4362f37df2 fix: Fix issue with open router credential test (#14440) 2025-04-16 17:00:59 +02:00
Elias Meire
3add0b82ba fix(Postgres Node): Fix inserting null or undefined in type=json columns (#14672) 2025-04-16 16:36:23 +02:00
Iván Ovejero
ff47279b25 perf(core): Reuse context in runOnceForEachItem mode in task runner (#14682) 2025-04-16 16:19:47 +02:00
Ricardo Espinoza
e1b9407fe9 feat(core): Add scopes to API Keys (#14176)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Danny Martini <danny@n8n.io>
2025-04-16 09:03:16 -04:00
Ricardo Espinoza
bc12f662e7 feat: Resolve parentFolder when retrieving workflow (#14656) 2025-04-16 08:12:39 -04:00
Charlie Kolb
8b3b4749ea fix(editor): Improve handling of trailing 'Trigger' in NodeCreator search (#14612) 2025-04-16 13:43:14 +02:00
Charlie Kolb
a8fee9a4f3 feat(HTTP Request Node): Replace HttpRequest Tool with tool version of standalone HttpRequest Node (#14669) 2025-04-16 13:42:59 +02:00
Iván Ovejero
8b99f42009 refactor(core): Provide clearer errors on task runner rejection (#14666) 2025-04-16 10:28:47 +02: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
Suguru Inoue
ca4d25253a fix: Unit test fails due to missing document (no-changelog) (#14660) 2025-04-16 09:30:26 +02:00
Milorad FIlipović
4e0397eed1 fix(editor): Stop auto-focusing search in resource views (no-changelog) (#14642) 2025-04-16 09:00:47 +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
Charlie Kolb
d42e61bc35 feat(HTTP Request Node): Port optimizeResponse from httpRequest tool to standalone node (no-changelog) (#14307) 2025-04-16 08:48:16 +02:00
Iván Ovejero
7c1be05845 fix(core): Allow $evaluateExpression to resolve in task runners (#14641) 2025-04-15 20:27:26 +02:00
Milorad FIlipović
57444d3a16 feat(editor): Add drag n drop support for folders (#14549) 2025-04-15 16:59:57 +02:00
Elias Meire
86de2db4f3 test: Fix slow typescript editor tests by mocking typescript vfs (no-changelog) (#14631) 2025-04-15 17:38:31 +03:00
Suguru Inoue
ed19f0f39b feat(editor): Show logs panel in execution history page (#14477) 2025-04-15 13:26:02 +02:00
Dana
dfc40397c1 test(Telegram Trigger Node): Add tests for Telegram Trigger (no-changelog) (#14537) 2025-04-15 14:05:20 +03:00
Dana
67ea795c82 ci(core): Enforce tests for nodes (#13480) 2025-04-15 13:01:14 +02:00
Iván Ovejero
8e26d5514d fix(core): Propagate env to task runner (#14638) 2025-04-15 11:58:54 +02:00
Guillaume Jacquart
513f20a902 fix(core): Reschedule Insights flushing after skipping for empty buffer (#14637) 2025-04-15 11:42:22 +02:00
कारतोफ्फेलस्क्रिप्ट™
2ca742cb15 refactor(core): Migrate binary-data config to a decorated config class (#14616) 2025-04-15 10:32:38 +02:00
Charlie Kolb
a12c9522d5 fix(editor): Show Execute previous Node panel after disabled node in Schema view (#14443) 2025-04-15 10:12:45 +02:00
oleg
b60dff807d refactor(editor): Refactor height adjustment method to use ref (no-changelog) (#14630) 2025-04-15 09:46:05 +02:00
Guillaume Jacquart
6dd7756191 fix(editor): Fix Insights display time saved from minutes (#14622) 2025-04-15 09:38:01 +02:00
Guillaume Jacquart
46d9b60049 feat(editor): Fix paywall for dashboard disabled licences (#14617) 2025-04-15 09:37:54 +02:00
Elias Meire
390c508946 fix(MCP Client Tool Node): Stringify tool result (#14554) 2025-04-14 21:22:07 +02:00
Dana
7723a138a1 feat(core): Add support for signed URLs for binary data (#14492)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-14 19:59:40 +02:00
Ria Scholz
23f25cefbf feat(Supabase Node): Add support for database schema (#13339)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
Co-authored-by: Dana Lee <dana@n8n.io>
2025-04-14 17:56:07 +02:00
कारतोफ्फेलस्क्रिप्ट™
de03452631 fix(core): Fix missing encryption key check on workers (#14603) 2025-04-14 16:58:22 +02:00
github-actions[bot]
981eaf0728 🚀 Release 1.89.0 (#14614)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-04-14 14:59:30 +02:00
Guillaume Jacquart
296d5b4a7f feat(editor): Show specific content when 0 data on insights (#14609) 2025-04-14 14:32:50 +02:00
Mutasem Aldmour
9c34e3d534 feat(editor): Tweak nodes panel to update AI category name and highlight AI Transform node (#14608) 2025-04-14 14:06:26 +02:00
Mutasem Aldmour
53812a544f feat: Update Easy AI workflow (#14521) 2025-04-14 13:37:50 +02:00
RomanDavydchuk
57bd51b3e5 test(Salesforce Node): Add unit and workflow tests for the Salesforce node (#14595) 2025-04-14 14:29:04 +03:00
shortstacked
c469ebb41a ci: Add flaky test workflow for debugging (#14600) 2025-04-14 12:23:43 +01:00
Jon
6748db9c3b fix: Fix issue with Qdrant not always connecting (#14328)
Co-authored-by: Yiorgis Gozadinos <ggozadinos@gmail.com>
2025-04-14 12:58:29 +02:00
Guillaume Jacquart
b568caa209 feat(core): Handle disabled modules logic and db engine dependent default for insights (#14243)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-14 12:52:56 +02:00
Charlie Kolb
00038be81a test: Add snapshot for sublimeSearch and a first test (no-changelog) (#13794) 2025-04-14 11:56:11 +02:00
Shireen Missi
e1246ab65c test(YouTube Node): Add tests for YouTube Node (#14459)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-04-14 12:05:05 +03:00
RomanDavydchuk
6b2d31ca2b feat(Salesforce Node): Add credentials test (#14486) 2025-04-14 09:46:37 +03: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
Cornelius Suermann
f38bd84fd1 chore: Bump license-sdk to v2.20.0 (no-changelog) (#14555) 2025-04-11 17:18:17 +02:00
Raúl Gómez Morales
cc089bebd4 fix(editor): Implement insight's design feedback 4 (#14550) 2025-04-11 16:41:59 +02:00
Guillaume Jacquart
d390258001 fix(core): Schema parsing bypassing config key assignment (#14556) 2025-04-11 16:19:06 +02:00
Elias Meire
8c352293b5 fix(editor): Schema preview displays for some empty nodes (#14488) 2025-04-11 14:47:29 +01:00
Iván Ovejero
43ebb1e357 refactor(core): Upgrade gm to address CVE-2024-21538 (#14551) 2025-04-11 14:09:16 +02:00
Iván Ovejero
9397320af9 refactor(core): Validate all string union config fields (#14527) 2025-04-11 13:58:07 +02:00
Milorad FIlipović
be627f08a4 refactor(editor): Decouple Draggable from NDV store (#14531) 2025-04-11 11:17:44 +02:00
Raúl Gómez Morales
e54f450a9d fix(editor): Insights design review 3 (no-changelog) (#14520) 2025-04-11 09:40:38 +02:00