Commit Graph

16843 Commits

Author SHA1 Message Date
Alex Grozav
94137d08db
fix(editor): Allow running webhook workflow even when a node has error (#22239)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-12-10 12:31:19 +02:00
Tomi Turtiainen
48b2b44967 Merge branch 'v2' 2025-12-10 12:10:46 +02:00
Declan Carroll
c554666c24
test: Removes Github reporter from Playwright tests (#23014) 2025-12-10 10:09:05 +00:00
Guillaume Jacquart
bc1f238f2e
feat(core): Implement credential resolution service (#23015) 2025-12-10 11:08:07 +01:00
Tomi Turtiainen
2747106e5a Merge branch 'master' into v2 2025-12-10 11:47:33 +02:00
Tomi Turtiainen
4b09019f06 test: Fix workflow integration test after merge 2025-12-10 11:42:39 +02:00
Tomi Turtiainen
9d72e1ddc8 test: Fix e2e tests after merge 2025-12-10 11:41:52 +02:00
Guillaume Jacquart
432545a4c8
feat(editor): Implement modal to edit/create credential resolver, and resolver workflow settings (#22977) 2025-12-10 10:32:33 +01:00
Declan Carroll
9f641cdca1
chore: Upgrade launcher to 1.4.2 (#22995) 2025-12-10 09:17:36 +00:00
Tomi Turtiainen
ddd0c3c6e6 test: Fix SidebarPage 2025-12-10 11:03:20 +02:00
Raúl Gómez Morales
b420987e53
fix(editor): Show node settings in protected view for read-only review (#23009) 2025-12-10 09:58:05 +01:00
Guillaume Jacquart
e59be66c8b
feat(editor): First shot at adding a dynamic credential section on the credential modal (#22983) 2025-12-10 09:51:14 +01:00
Tomi Turtiainen
fea083527a Fix SidebarPage 2025-12-10 10:34:58 +02:00
Tomi Turtiainen
9144314476 Merge branch 'master' into v2 2025-12-10 10:08:10 +02:00
Suguru Inoue
c7fd47d31f
fix(core): Files are not included in memory in chat (no-changelog) (#22922) 2025-12-10 08:38:29 +01:00
Raúl Gómez Morales
c5a31a3be8
fix(editor): Fix project selector scroll (#22728) 2025-12-10 08:37:49 +01:00
Declan Carroll
3b898985d2
ci: Add ui-e2e to codecov reports (#22996) 2025-12-10 07:03:06 +00:00
Declan Carroll
90cafaa336
ci: Increase timer for e2e CI (#22991) 2025-12-09 18:30:39 +00:00
Daria
50e337f0ba
fix: Add version history records when importing workflows (#22974) 2025-12-09 19:22:31 +02:00
Stephen Wright
87f6b51de3
fix: Duplicate selector in workflow settings (#22984) 2025-12-09 15:56:43 +00:00
Mutasem Aldmour
776152dbe3
fix(ai-builder): Refresh license in sdk when renewed (#22969) 2025-12-09 16:51:45 +01:00
Andreas Fitzek
87e7f60f45
chore(core): Use correct license flag for dynamic credentials (#22982) 2025-12-09 16:24:43 +01:00
Declan Carroll
484f75e078
ci: Add UI checks for community PR's (#22980) 2025-12-09 16:10:57 +01:00
Stephen Wright
0a56a56dc5
feat: Support oauth1 authorization for dynamic credentials (#22972) 2025-12-09 14:42:11 +00:00
Alex Grozav
e1e4c821a4
feat: Allow running Playwright e2e tests using Vite dev server (no-changelog) (#22742) 2025-12-09 16:21:21 +02:00
Declan Carroll
c6d74234c6
fix: Upgrade urllib3 in runners image (#22975) 2025-12-09 14:01:13 +00:00
Andreas Fitzek
a7efa2f097
chore(core): License flag for the dynamic credential module (#22971) 2025-12-09 14:27:48 +01:00
Andreas Fitzek
51e4adf80b
chore(core): Implement oauth introspection resolver and bearer token extractor (#22968) 2025-12-09 14:26:08 +01:00
Declan Carroll
f9c149869a
ci: Increase timeout for docker building (#22970) 2025-12-09 12:32:46 +00:00
Dawid Myslak
f8304472f8
feat(Google Gemini Node): Introduce built-in Gemini tools (#22454)
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2025-12-09 13:31:06 +01:00
Raúl Gómez Morales
ec8ed89273
fix(editor): Propagate last successful execution to expression edit modal (#22666)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-12-09 13:01:06 +01:00
Dimitri Lavrenük
a08944835d
feat(ai-builder): Add autofocus for input field (#22919) 2025-12-09 12:32:41 +01:00
Stephen Wright
5214afa686
feat: Dynamic credentials authorization endpoint for oauth2 (#22944) 2025-12-09 11:30:08 +00:00
Jaakko Husso
98ea4c04aa
feat(core): Make n8n workflows on Chat require streaming response mode (no-changelog) (#22947) 2025-12-09 13:25:18 +02:00
Dimitri Lavrenük
cf6f75b8dd
fix: Allow negative numbers when parsing objects from string (#22937) 2025-12-09 11:59:43 +01:00
yehorkardash
756ea6ec78
fix(Slack Node): Rate limit requests in RLC getChannels (#22149)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-12-09 10:52:48 +00:00
Stephen Wright
c57052a1da
feat: Enable time saved node for testing (#22650) 2025-12-09 10:29:11 +00:00
Iván Ovejero
7e08952455
fix(core): Add missing env vars to internal mode (#22965) 2025-12-09 11:14:25 +01:00
yehorkardash
fd08baf141
fix(core): Throw error when workflow is too big for webhook registration (#21860) 2025-12-09 10:47:25 +01:00
Konstantin Tieber
07e84c9d63
refactor: Use paginated query to generate user access export csvs in SSO form (no-changelog) (#22930) 2025-12-09 09:48:33 +01:00
Andreas Fitzek
00dfd3f7b8
chore(core): Implement identifiers for resolvers (#22826) 2025-12-09 09:34:58 +01:00
Charlie Kolb
10b52b1817
test(core): Add withPublishHistory parameter to workflow test utils (#22902) 2025-12-09 09:10:56 +01:00
Jaakko Husso
a77cf97d48
fix(core): Adjust chat hub system prompt to avoid claiming it can generate images (no-changelog) (#22932) 2025-12-08 21:59:20 +02:00
RomanDavydchuk
d710895dc0
feat(FTP Node): Add timeout option (#21868)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-12-08 19:39:35 +00:00
RomanDavydchuk
cb2ac85725
fix(Webhook Node): Assign default binary property names if it's empty or whitespace (#21857)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-12-08 18:26:08 +00:00
Csaba Tuncsik
edeeacfeef
chore: Use wrangler-action@v3 for Storybook Cloudflare deploy (PAY-4282) (#22933)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-08 18:24:59 +01:00
github-actions[bot]
a8ecda44f7
🚀 Release 2.0.0 (#22939)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-08 19:11:21 +02:00
Artem Sorokin
f62e698fb8
test: Rename tests/ui to tests/e2e and reorganize, move tests to api … (#22935) 2025-12-08 17:41:57 +01:00
Elias Meire
5dcd75bd46
chore: Remove feature flag for NDV overhaul (#22924)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-12-08 17:29:32 +01:00
mfsiega
fc93272021
fix(core): Only resolve the filepath once (#22767)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-08 16:04:21 +01:00