Commit Graph

13546 Commits

Author SHA1 Message Date
Charlie Kolb
ade6ebab22
clean up Do The Thing button and adjust api 2025-08-04 10:11:47 +02:00
Charlie Kolb
fa33743e1f
Merge remote-tracking branch 'origin/master' into ADO-3851 2025-08-04 10:04:50 +02:00
Daria Staferova
b1a2b053e6
Add upsert endpoint 2025-08-04 10:55:15 +03:00
oleg
ce98f7c175
feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +02:00
Bailey Pearson
1554e76500
feat(MongoDB Node): Add search index CRUD API to MongoDB CRUD Node (#16490) 2025-08-04 09:23:40 +03:00
Danny Martini
557e261d67
chore(benchmark): Enable insights in benchmarks by default and remove most insights specific benchmark setups (#17892) 2025-08-04 08:02:00 +02:00
Elias Meire
4247477b3d
build: Add lint rule to ban argument spreads to prevent stack overflow (#17493) 2025-08-02 13:40:47 +02:00
Jon
133058183e
feat(Slack Trigger Node): Add support for signature verification (#17838) 2025-08-01 17:32:01 +01:00
Shireen Missi
aced4bf86f
fix(Stop and Error Node): Show error message when error type is an object (#17898) 2025-08-01 16:28:15 +01:00
Josh
e97cd8afa1
feat(Vercel AI Gateway Node): Add Vercel AI Gateway model Node (#17524) 2025-08-01 16:00:15 +01:00
Mutasem Aldmour
b491ed99ce
feat(Beeminder Node): Update Beeminder node to include all resources and operations (#17713) 2025-08-01 16:20:29 +02:00
Jon
6d1f2cb67e
fix: Fix issue with icon themes not loading for preview nodes (#17869)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-08-01 14:49:45 +01:00
Daria Staferova
70cb3b6d8b
prevent SQL injection by quoting column names and using parameter binding 2025-08-01 16:00:05 +03:00
Suguru Inoue
4deb0b2ddb
feat(editor): Action/credentials tab in node settings in zoomed view (no-changelog) (#17730)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-01 13:36:34 +02:00
Daria Staferova
2b2674182a
improve insert rows endpoint and tests 2025-08-01 14:36:25 +03:00
shortstacked
b99b93a637
test: Migrate 1-workflows to Playwright (#17360) 2025-08-01 10:27:48 +01:00
Romeo Balta
38cef9d133
fix(editor): Send posthog session id to rudderstack (no-changelog) (#17867) 2025-08-01 10:25:16 +01:00
Daria Staferova
461d23cfb6
fix import for sql utils test 2025-08-01 11:57:32 +03:00
Charlie Kolb
1e8a78f8cb
fix tests 2025-08-01 10:52:15 +02:00
Charlie Kolb
33f7afeb10
apply interface and more types 2025-08-01 10:24:20 +02:00
Jon
f150343141
fix: Fix issue with some community nodes not displaying correctly (#17866) 2025-08-01 09:16:19 +01:00
Romeo Balta
491f2fa84d
fix(editor): Search by node name (no-changelog) (#17831) 2025-08-01 09:00:06 +01:00
RomanDavydchuk
c2c3e08cdf
fix(core): Handle symlinks in blocked paths (#17735) 2025-08-01 10:59:53 +03:00
RomanDavydchuk
e8e7b23d47
fix(editor): Store last entered cURL command for each HTTP node (#17834) 2025-08-01 10:58:33 +03:00
Daria Staferova
0ff50cf87f
fix sql utils test 2025-08-01 10:26:41 +03:00
Michael Kret
76230d2640
feat: Table in confirm modal to see all workflows using nodes before updating / uninstalling (#17488) 2025-08-01 09:41:04 +03:00
Jaakko Husso
d924d82ee2
fix(Google Sheets Node): Make it possible to set cell values empty on updates (#17224)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
2025-08-01 08:32:05 +02:00
Yingrjimsch
22f505de69
feat(n8n Form Trigger Node): Add CSS variable to customize input background (#15460)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-07-31 21:42:18 +02:00
Daria Staferova
b4a10a3e20
rename endpoints, modify update dto, fix flaky test 2025-07-31 21:06:25 +03:00
Milorad FIlipović
a83b76cc23
fix(editor): Fix invisible node creator icons (#17870) 2025-07-31 19:11:54 +02:00
Charlie Kolb
cb0455ad65
throw errors instead of returning strings 2025-07-31 17:41:49 +02:00
Charlie Kolb
0f8e2b14ce
implement column moving 2025-07-31 16:32:12 +02:00
RomanDavydchuk
460e3b1dfd
fix(Google Gemini Node): Don't pass hardcoded value for durationSeconds when generating a video (#17793)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-07-31 15:20:08 +01:00
Charlie Kolb
85a6230867
fix build and add tests for shiftColumns 2025-07-31 15:05:29 +02:00
Iván Ovejero
1d31e6a0c4
refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
Michael Kret
1ed8239625
feat: Env to disable webhook response iframe sandboxing (#17851) 2025-07-31 14:37:25 +03:00
Milorad FIlipović
b89c254394
feat(editor): Add front-end for Data Store feature (#17590) 2025-07-31 13:07:00 +02:00
Iván Ovejero
b745cad72c
fix(editor): Account for subpath when serving config.js (#17832)
Co-authored-by: autologie <suguru@n8n.io>
2025-07-31 12:59:42 +02:00
Baruch Odem (Rothkoff)
a5184e4895
feat(ClickUp Node): Add subtasks and markdown support to the get task operation (#16811)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-07-31 12:48:56 +02:00
Suguru Inoue
ddc4c0b7d9
fix(editor): Fix canvas moving check (#17856) 2025-07-31 12:28:46 +02:00
Charlie Kolb
331fc9b1bd
wip commit 2025-07-31 11:15:58 +02:00
Suguru Inoue
34991d6f58
fix(editor): Pass down correct props to NodeSettings (no-changelog) (#17820) 2025-07-31 09:41:00 +02:00
Andreas Fitzek
84d7376e6e
chore(core): Fix linting for node-cli (#17852) 2025-07-31 09:07:50 +02:00
RomanDavydchuk
3f1016f1ad
fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
RomanDavydchuk
bc97584c0c
fix(Microsoft Teams Trigger Node): Forbidden when trying to listen for channel messages (#17777) 2025-07-30 23:37:53 +01:00
Elias Meire
79c6b60fcb
feat: Add @n8n/node-cli package with an empty create command (#17620) 2025-07-30 23:09:49 +01:00
oleg
53594a90e4
fix(editor): Include session_id in AI builder tracking (no-changelog) (#17830) 2025-07-30 16:46:30 +02:00
Iván Ovejero
08a7b365b8
perf(core): Stop typechecking during build (#17833) 2025-07-30 16:42:19 +02:00
Michael Kret
541f80f8f3
fix: Update chat bundle url (no-changelog) (#17828) 2025-07-30 16:34:59 +03:00
Iván Ovejero
308a6f65dd
feat(core): Use hostname in host ID for Docker (#16544) 2025-07-30 13:34:35 +02:00