Commit Graph

16096 Commits

Author SHA1 Message Date
Charlie Kolb
1747cdc561
add node changes 2025-10-27 10:14:12 +01:00
Marc Littlemore
9a54024b4a
docs: Fix API docs for credential transfer (#21171) 2025-10-24 17:16:45 +01:00
oleg
f37864e099
fix(editor): Close NDV on AI Builder message (#21158)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-10-24 16:02:10 +02:00
Alex Grozav
78c85cdb8e
fix(editor): Fix SaveButton event emission (no-changelog) (#21154) 2025-10-24 16:54:58 +03:00
Eugene
e912fa0fe1
fix(ai-builder): Clear prompt messages used in langsmith evals (no-changelog) (#21152) 2025-10-24 14:54:48 +02:00
Artem Sorokin
c1f8b2ac9c
test: Migrate projects spec from cypress to playwright (#21128) 2025-10-24 14:52:15 +02:00
Eugene
fa7cdf39bd
feat(core): Add programmatic workflow validation in AI workflow builder (#20998) 2025-10-24 14:17:43 +02:00
Eugene
2b53cc0f5c
feat(ai-builder): CSV input for evals (no-changelog) (#21150) 2025-10-24 14:15:36 +02:00
Stephen Wright
85fb6e4a8b
feat: Improve tests for loginUser (#21144) 2025-10-24 11:17:01 +01:00
Iván Ovejero
6133209f4c
docs: Fix docline for N8N_RUNNERS_BROKER_PORT (#21145) 2025-10-24 11:35:26 +02:00
Jaakko Husso
a8bb6bc6ad
feat(core): Chatting with n8n agent workflows (no-changelog) (#21088) 2025-10-24 12:16:39 +03:00
Alex Grozav
b45be8aa4c
refactor(editor): Extract NodeSettings code into features/ndv (no-changelog) (#21093) 2025-10-24 12:09:54 +03:00
Iván Ovejero
9fdd6d30aa
refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
Stephen Wright
65b6b0e4d8
feat: Only publish provisioning config changes on multi-main (#21134) 2025-10-24 08:59:41 +01:00
oleg
cf3b0f5b5a
refactor(ai-builder): Refactor prompt caching evals (#20911)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-10-24 09:34:43 +02:00
Nikhil Kuriakose
9d764d06e3
fix(editor): Icon picker always on top (#21116) 2025-10-24 09:02:50 +02:00
Declan Carroll
e61de6fc0d
fix: Update playwright version (#21096) 2025-10-24 07:52:52 +01:00
Michael Kret
8b42820163
fix(n8n Form Node): From trigger selection (#21069) 2025-10-24 09:00:38 +03:00
Alex Grozav
c1b94a31c0
fix(editor): Change css priority for CanvasEdge (no-changelog) (#21099) 2025-10-23 18:26:55 +03:00
Konstantin Tieber
fa4c979945
feat: Provision project roles from OIDC SSO (#21107)
Co-authored-by: Stephen <sjw948@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-10-23 16:24:07 +01:00
Stephen Wright
b8a62c893f
feat: Wire up saml to instance role provisioning (#21080) 2025-10-23 16:34:30 +02:00
Michael Kret
1e2bd08edc
fix: Sanitize cURL URLs with <PLACEHOLDER> to {PLACEHOLDER} (#21032) 2025-10-23 16:16:28 +03:00
yehorkardash
1d41e47af1
feat(OpenAI Node): Remove completions from V2 (#21078) 2025-10-23 15:54:53 +03:00
Iván Ovejero
4de20da3da
refactor(core): Strengthen Python security validator (#21086) 2025-10-23 13:40:13 +02:00
Iván Ovejero
520a9d4940
fix(core): Handle rejected promises from Rudderstack SDK (#21083) 2025-10-23 13:30:52 +02:00
Mutasem Aldmour
9fc867ce47
chore(ai-builder): Rollout builder experiment, removing PostHog flags (#21079)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-23 13:17:10 +02:00
Mutasem Aldmour
4698b93a5a
feat: Add past execution schema viewing in NDV (#20954)
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
2025-10-23 13:07:41 +02:00
Iván Ovejero
30ac8476a2
fix: Pin @lezer/common version (#21074) 2025-10-23 12:50:35 +02:00
Benjamin Schroth
255db6a268
fix(AI Agent Node): Only use ai-tool output when reconstructing steps (#21061) 2025-10-23 12:29:34 +02:00
Raúl Gómez Morales
bf873e37c7
feat(editor): Add custom date range options to insights dashboard (#20952) 2025-10-23 11:48:56 +02:00
Stephen Wright
fcbf1433f6
feat: Allow OIDC logins to sync instance roles (#21055)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
2025-10-23 10:12:49 +01:00
Declan Carroll
83d8b7e720
ci: Pass branch parameter to workflows (#21075) 2025-10-23 10:00:32 +01:00
Guillaume Jacquart
8e7eb98ec6
feat(editor): Remove flag for project variables (#21037) 2025-10-23 11:00:21 +02:00
oleg
8659a73e31
feat(ai-builder): Properly separate system and user prompts in AI nodes (#21068)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-10-23 09:59:53 +02:00
Benjamin Schroth
70523e19c8
fix(ai-builder): Format user message to avoid markdown formatting errors (#21033) 2025-10-23 09:38:32 +02:00
Agung Besti
8abc04eb88
chore: Update default Claude model values to latest versions (#20924)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: oleg <me@olegivaniv.com>
2025-10-23 07:50:40 +02:00
Jaakko Husso
32ce881fbf
fix(core): Read chat project from credential (no-changelog) (#21052) 2025-10-22 18:15:44 +03:00
Alex Grozav
b60c4e17d3
refactor(editor): Organize constants into separate files (no-changelog) (#21049) 2025-10-22 18:13:54 +03:00
Konstantin Tieber
ca624c65b5
feat: Parse and apply provisioned project role mappings (#21025) 2025-10-22 16:52:34 +02:00
Suguru Inoue
3585e365a6
feat(core): Generate chat conversation title (no-changelog) (#21050)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-22 17:41:58 +03:00
Benjamin Schroth
b9b322edac
fix(Call n8n Sub-Workflow Tool Node): Fix return format for execute path (#21010) 2025-10-22 15:54:54 +02:00
yehorkardash
2fff38827a
fix(OpenAI Node): Don't include function calls when conversation id is used (#21047) 2025-10-22 16:39:08 +03:00
Declan Carroll
c62b6a0419
ci: Add gitea testcontainer for environment testing (#21008) 2025-10-22 14:12:14 +01:00
Alex Grozav
84b970e722
ci: Split PR unit testing into frontend and backend (no-changelog) (#21009) 2025-10-22 15:33:48 +03:00
Declan Carroll
69d78034cb
test: Restore workflow test 83 rss feeds (#21043) 2025-10-22 11:56:44 +01:00
Suguru Inoue
af1096b3e9
feat(editor): Show callout when credentials are not set (no-changelog) (#20997) 2025-10-22 12:44:01 +02:00
Jaakko Husso
7681383e73
refactor(core): Use transactions at chat hub (no-changelog) (#21036) 2025-10-22 12:31:06 +03:00
Artem Sorokin
bbeaed6f2a
ci: Upgrade Node.js base image to 22.21.0 (#21029) 2025-10-22 10:50:39 +02:00
jeanpaul
a2efb1fe7e
fix(OpenAI Chat Model Node): Treat ai-assistant proxy as official OpenAI API for model list (no-changelog) (#20827) 2025-10-22 09:45:01 +01:00
Declan Carroll
fa85535312
ci: Reduce workers to 2 (#21035) 2025-10-22 09:40:04 +01:00