Commit Graph

17600 Commits

Author SHA1 Message Date
Andreas Fitzek
e91edc794f
chore(core): Support cookie for auth token extraction in dynamic credential endpoints (#25036) 2026-01-30 14:35:15 +00:00
yehorkardash
e1dd07777d
fix(core): Use proxy for all npm commands (#24909) 2026-01-30 14:15:25 +00:00
Konstantin Tieber
4d6d0d15b7
feat(core): Show project secrets in expression editor (no-changelog) (#25062) 2026-01-30 13:38:02 +00:00
phyllis-noester
d93a5ba097
docs: Update contributing guide to ease onboarding (#24951)
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2026-01-30 12:49:30 +00:00
Iván Ovejero
c4ce0fbfbb
refactor(core): Route execution creation through ExecutionPersistence (#24912) 2026-01-30 12:46:53 +00:00
Iván Ovejero
eb9978b890
refactor(core): Rename ~/.n8n/binaryData to ~/.n8n/storage (#24937) 2026-01-30 12:45:45 +00:00
krisn0x
25f5199b46
feat(Crypto Node): Add credentials for Hmac and Sign operations (#24798) 2026-01-30 12:33:09 +00:00
Iván Ovejero
326869e794
fix(editor): Move version store init after authentication (#25081) 2026-01-30 12:25:33 +00:00
mfsiega
f3da425dd2
feat(core): Introduce table to track actually published workflow versions (no-changelog) (#25051) 2026-01-30 12:02:47 +00:00
Iván Ovejero
efd741f529
perf(core): Minimize execution data fetching (#25073) 2026-01-30 11:32:13 +00:00
Michael Drury
fb7e5d5a20
fix(ai-builder): Fixing padding in WFB chat when message feedback is showing (#25079) 2026-01-30 11:06:03 +00:00
mfsiega
7e580ea8cf
fix(core): Support reconnecting on Redis failover (#25038) 2026-01-30 11:05:44 +00:00
Guillaume Jacquart
a4a9234a39
chore(editor): Remove all calls to fetch all users and replace with targeted filtering (#25024) 2026-01-30 10:53:37 +00:00
Sandra Zollner
d176890e99
refactor(editor): Update connection handling to use providerKey (#25061) 2026-01-30 10:53:14 +00:00
Albert Alises
a5cde70330
fix(VectorStoreAzureAISearch Node): Clear Azure AI Search index once per batch (#25069) 2026-01-30 10:00:51 +00:00
Declan Carroll
ad62c8f1fd
test: Fix flaky demo test (#25076) 2026-01-30 09:57:03 +00:00
Tomi Turtiainen
659de949cb
feat(core): Add profiling support via sentry (#25049) 2026-01-30 09:49:50 +00:00
Rob Hough
779a04f471
feat(editor): Show ChatHub action buttons on hover (#24923) 2026-01-30 09:37:41 +00:00
Declan Carroll
2a710239d2
ci: Skip node base CI integration tests (#25068) 2026-01-30 08:38:30 +00:00
Benjamin Schroth
3dbca3e0df
fix(AI Agent Node): Fix gemini thought signatures for parallel tool calls (#24982) 2026-01-30 08:34:39 +00:00
Guillaume Jacquart
252c5a6c3c
feat(core): Allow changing the oauth token data for oauth2 credentials on public API PATCH (#25042) 2026-01-29 16:23:06 +00:00
Tomi Turtiainen
39df0d5ff1
chore(core): Remove mysql and mariadb specfic code (#24908)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-29 15:57:33 +00:00
RomanDavydchuk
f3e2930f0e
fix(MySQL Node): Support "Continue on Error" for connection-related errors (#25032) 2026-01-29 15:30:51 +00:00
Iván Ovejero
daba1e2846
feat(core): Add default Postgres query timeout (#25041) 2026-01-29 14:43:52 +00:00
Declan Carroll
68d33796db
ci: Derive runner image from n8n image for CI (#25035) 2026-01-29 14:37:40 +00:00
Tomi Turtiainen
f575728289
chore: Upgrade sentry packages to major 10 (#25026) 2026-01-29 14:35:49 +00:00
Sandra Zollner
768bf7f7f1
feat(editor): Secret Store connection modal for multiple providers (#25004) 2026-01-29 14:16:04 +00:00
Svetoslav Dekov
27eae1186c
fix(editor): Drop the contact prompt on workflow save as it's not needed anymore (no-changelog) (#24891) 2026-01-29 13:43:24 +00:00
Daria
36355f8c58
feat: Remove success toasts on workflow creation (#24979) 2026-01-29 13:07:04 +00:00
Csaba Tuncsik
526a2394df
fix(editor): Fix layout of insights tab (#24994) 2026-01-29 12:56:58 +00:00
Albert Alises
01f000b4c8
fix: Update stack cleanup command message to work from any directory (#25034) 2026-01-29 12:50:32 +00:00
Michael Drury
2b0f13d760
fix(ai-builder): Detect placeholder values inside larger parameters generated by workflow builder (#24950) 2026-01-29 12:15:02 +00:00
James Gee
386979a27c
feat(core): Fill out external secret provider endpoints for CRUD operations (#24862) 2026-01-29 10:01:00 +00:00
Guillaume Jacquart
9958eed92c
fix(core): Fix orchestration init modules (#23360) 2026-01-29 09:22:51 +00:00
Marc Littlemore
ae17e8ec61
fix(core): Log warning where file values contain white space at the start or end (e.g. new lines) (#24442) 2026-01-29 08:58:00 +00:00
RomanDavydchuk
b98d0fc98a
feat: Add telemetry for the auth method used in MCP client (no-changelog) (#24984) 2026-01-29 06:54:12 +00:00
Albert Alises
784ab19e40
feat: Add option to select eval suite on manual workflow dispatch (#24998) 2026-01-28 17:11:42 +00:00
Giulio Andreini
d6a33902d3
fix(editor): Fix source control sidebar icon width when collapsed (no-changelog) (#24990) 2026-01-28 16:39:46 +00:00
Ricardo Espinoza
da7b2f0709
fix(core): Posthog proxy (no-changelog) (#22432)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2026-01-28 16:05:45 +00:00
Marc Littlemore
2a7c837459
chore: Remove beta label from API page (#24992) 2026-01-28 15:37:37 +00:00
mfsiega
a8d75f7433
fix(core): Do not send an undefined location header on form redirects (#24989) 2026-01-28 15:06:41 +00:00
Eugene
8983bd563f
fix(editor): Disable hover effects on non-drop-targets during drag (#24948)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:52:06 +00:00
Alex Grozav
31a11c07fe
refactor(editor): Extract workflow list management into dedicated store (no-changelog) (#24971)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-28 14:34:43 +00:00
Michael Drury
18c903d782
feat(ai-builder): Moving feedback buttons in workflow builder chat (#24732) 2026-01-28 14:12:13 +00:00
Danny Martini
308429c871
feat(core): Make database ping timeout configurable (#24985)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-28 14:07:21 +00:00
Rob Hough
a19ae52e7b
feat(editor): Add Dialog component to design system (#24591) 2026-01-28 14:06:21 +00:00
Iván Ovejero
a5117a30fc
perf(core): Continue reducing baseline memory usage (#24981) 2026-01-28 12:50:37 +00:00
chauhan_s
1e777cf8e0
fix(editor): Prevent executions date picker popover from being clipped (#24896) 2026-01-28 12:40:11 +00:00
Alex Grozav
728031187c
refactor(editor): Use Map for node lookup in connection mapping (no-changelog) (#24972)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-28 12:21:43 +00:00
Dawid Myslak
4622acaccc
feat(Zendesk Trigger Node): Add webhook signature verification (#24881) 2026-01-28 12:19:02 +00:00