Commit Graph

352 Commits

Author SHA1 Message Date
Declan Carroll
c92becbc34
ci: Adds Docker stats telemetry (#26196) 2026-02-25 08:18:23 +00:00
Declan Carroll
6477c066c3
test: Janitor tsx shortcut, docs cleanup, dead code removal (#26210)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 06:11:26 +00:00
Declan Carroll
ca80d591b2
ci: Pin LocalStack Docker image to 4.13.1 (no-changelog) (#26111)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 11:10:02 +00:00
Jaakko Husso
2a2786acdb
fix(editor): Fix visual issues on new Chat hub tools selector (#26010) 2026-02-20 16:16:23 +00:00
Elias Meire
b6e267b0de
feat(editor): Enable users to pick between managed and custom OAuth credentials (#25973) 2026-02-20 11:47:50 +00:00
Declan Carroll
9017b745fa
ci: Add external flag for local dev mode (#25604)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Danny Martini <danny@n8n.io>
2026-02-19 16:01:08 +00:00
Benjamin Schroth
d262419ba8
feat: Enable streaming in canvas chat (#20991) 2026-02-18 08:50:06 +00:00
Tomi Turtiainen
2886b32efd
fix(core): Forward activationMode in multi-main webhook/trigger setup (#25855)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 13:50:21 +00:00
Declan Carroll
6ceb8b9eb6
ci: Add CI filter action (#25858) 2026-02-17 09:02:08 +00:00
Declan Carroll
f2df08f501
ci: Make postgres more CI friendly (#25847) 2026-02-16 16:44:50 +00:00
Matsu
f71bfff61c
chore: Make playwright-janitor private (#25845) 2026-02-16 15:50:53 +00:00
Declan Carroll
1a8910e4bd
fix(editor): Associate form input labels with their inputs for accessibility (#25776) 2026-02-16 13:43:37 +00:00
Declan Carroll
d5740d073b
ci: Add GH auth to container pulls (#25373) 2026-02-16 13:29:35 +00:00
Jaakko Husso
2497a3720c
feat(core): Support most tools on Chat hub (#25571)
Co-authored-by: autologie <suguru@n8n.io>
2026-02-16 10:37:24 +00:00
Declan Carroll
7b82b54a46
test: Normalize page object navigation methods to goto (#25765) 2026-02-16 09:21:45 +00:00
Declan Carroll
1cca93eaeb
test: Harden janitor TCR and clean up test architecture (no-changelog) (#25746) 2026-02-13 13:45:01 +00:00
Declan Carroll
593fc27863
test: Add Playwright janitor for test architecture enforcement (no-changelog) (#24869) 2026-02-13 11:03:13 +00:00
Declan Carroll
2fe4b21869
test: Annotate all tests with owners (#25713)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 08:12:15 +00:00
Svetoslav Dekov
e7dbd376e3
fix(editor): Improve loading states of move workflow/directory modal (#25287) 2026-02-12 09:38:24 +00:00
Declan Carroll
f26bb72bdf
ci: Add Kent for local testing of Sentry events and traces (#25263) 2026-02-12 08:26:31 +00:00
Csaba Tuncsik
0a290b9ad3
fix(editor): Update project role selector component to better manage custom roles (#24991)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 09:22:05 +00:00
Shireen Missi
06e48e5b3b
fix(core): Revert the fix for execution history when flow includes wait node (#25610) 2026-02-11 08:51:29 +00:00
Declan Carroll
25e68c6a3f
test: Align proxy service helper and add local dev service stack (no-changelog) (#25467) 2026-02-10 15:03:18 +00:00
Albert Alises
70c7f5ef00
feat: Add Focused Nodes feature (#25452) 2026-02-10 10:02:21 +00:00
Milorad FIlipović
c42696c212
feat(editor): Implement credentials setup in the setup panel (#25514) 2026-02-10 10:00:59 +00:00
Filipe Tavares
0b56ad5106
chore(editor): Allow control of banner content from cloud (no-changelog) (#25412) 2026-02-09 08:48:57 +00:00
Csaba Tuncsik
b0a44674d2
fix(editor): Fixes after N8nInput refactoring (#25375) 2026-02-06 14:36:19 +00:00
Suguru Inoue
6e7cbbff56
fix(core): AI models don't explain images in ChatHub (#25451) 2026-02-06 14:21:31 +00:00
Albert Alises
6778c37ea4
test: Add E2E tests for internal MCP service (#25380) 2026-02-06 12:38:56 +00:00
Albert Alises
0912de4a65
fix(editor): Allow AI Builder to work when privacy toggle is OFF (#25387) 2026-02-06 12:33:08 +00:00
Declan Carroll
a33f33d3d9
test(benchmark): Add expression engine performance benchmarks (no-changelog) (#24199)
Co-authored-by: Danny Martini <danny@n8n.io>
2026-02-06 11:38:25 +00:00
Declan Carroll
1e3d933651
test: Improve memory profiling in performance tests (#25403) 2026-02-06 10:40:07 +00:00
Dimitri Lavrenük
279dbd06a7
fix: Refine webhook conflict checks to ignore waiting webhooks (#25395)
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-02-06 08:34:23 +00:00
Sandra Zollner
be370e096b
feat(editor): Improve sticky note behavior during node insertion (#25207) 2026-02-05 15:37:25 +00:00
Albert Alises
b1385479da
refactor(core): Consolidate MCP trigger server logic into nodes-langchain package (#25336) 2026-02-05 13:25:50 +00:00
Elias Meire
1292b80169
fix(core): Auto set pairedItem when N input items create 1 output item (#25203)
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-02-05 09:56:47 +00:00
Suguru Inoue
8354e39b68
feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
James Gee
c09a6ed2e4
feat(core): Add localstack for testing aws external secret provider (#25183) 2026-02-03 13:14:51 +00:00
Declan Carroll
8730bedd2a
ci: Improvements to test containers e2e setup (#25140) 2026-02-03 10:16:32 +00:00
Ricardo Espinoza
e53cff5d83
fix(editor): Set up baseline to empty workflows list (no-changelog) (#25063)
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
2026-02-02 11:36:08 +00:00
Csaba Tuncsik
c7c9fa5693
refactor(editor): Replace old N8nInput with new Reka UI based input (#22963)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:30:38 +00:00
Tomi Turtiainen
974426263b
refactor(core): Use task runner for sort operations (#24910) 2026-02-02 10:26:57 +00:00
Jaakko Husso
0396402e69
refactor(core): Use websockets on Chat hub message streaming (#24995) 2026-01-30 15:19:39 +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
Declan Carroll
ad62c8f1fd
test: Fix flaky demo test (#25076) 2026-01-30 09:57:03 +00:00
Rob Hough
779a04f471
feat(editor): Show ChatHub action buttons on hover (#24923) 2026-01-30 09:37:41 +00:00
Declan Carroll
68d33796db
ci: Derive runner image from n8n image for CI (#25035) 2026-01-29 14:37:40 +00:00
Daria
36355f8c58
feat: Remove success toasts on workflow creation (#24979) 2026-01-29 13:07:04 +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
Declan Carroll
ea83ed49a0
ci: Docker CI changes (#24962) 2026-01-28 11:41:33 +00:00