Commit Graph

4207 Commits

Author SHA1 Message Date
Charlie Kolb
1cc8ae3ca2
lint 2025-10-17 10:23:12 +02:00
Charlie Kolb
7f5f7bb36d
more test fixes 2025-10-17 09:51:16 +02:00
Charlie Kolb
a180c30007
new fixes 2025-10-17 09:05:51 +02:00
Charlie Kolb
e84a6a44f4
attempt a fix 2025-10-16 18:02:05 +02:00
Charlie Kolb
186c57911d
log condition 2025-10-16 17:48:22 +02:00
Charlie Kolb
1441effe2c
disable deleteAll 2025-10-16 17:30:26 +02:00
Charlie Kolb
5a4c8e49ef
more debug info 2025-10-16 17:07:07 +02:00
Charlie Kolb
a0db159942
try to stringify json args 2025-10-16 17:06:23 +02:00
Charlie Kolb
5fac88ba46
add debug info 2025-10-16 16:33:42 +02:00
Charlie Kolb
98ab3c2623
add path handling and drop node operations 2025-10-16 13:36:02 +02:00
Charlie Kolb
20a8a74811
add initial test cases 2025-10-15 18:11:37 +02:00
Charlie Kolb
d877997539
remove extra fixes 2025-10-15 14:11:46 +02:00
Charlie Kolb
e0140e7942
move checks to service, fix tests 2025-10-15 13:26:15 +02:00
Charlie Kolb
05dcbe8fbc
Merge remote-tracking branch 'origin/master' into ADO-4133 2025-10-14 16:03:51 +02:00
Charlie Kolb
37a31ff72f
add node support and fix sqlite backend 2025-10-14 15:15:51 +02:00
Svetoslav Dekov
5f424888b9
feat(editor): Command bar v0.5 (no-changelog) (#20520)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-14 16:07:08 +03:00
Andreas Fitzek
e73d0f4137
chore(core): Ensure unique display name for roles (#20601) 2025-10-14 14:09:07 +02:00
Jaakko Husso
f37a29550a
feat(core): Add endpoints for reading conversations (no-changelog) (#20745) 2025-10-14 14:58:40 +03:00
Andreas Fitzek
db00101980
chore(core): Send custom n8n scope in OIDC for provisioning if configured (#20757) 2025-10-14 13:31:49 +02:00
Michael Drury
39b79665ab
fix(ai-builder): Assistant side panel open without blocking calls (#20714) 2025-10-14 11:28:45 +01:00
Guillaume Jacquart
fbe27837f1
feat(core): Add telemetry to monitor project variables usage (#20593) 2025-10-14 11:44:39 +02:00
Andreas Fitzek
64ad7586c6
chore(core): Exposure of invite url configurable (#20735) 2025-10-14 11:04:00 +02:00
yehorkardash
1c07bba8b3
feat(editor): Enable rendering verified nodes in preview service (#20065)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-10-14 11:57:35 +03:00
Jaakko Husso
f7b3ff2304
feat(core): Use the new chat repositories for storage (no-changelog) (#20655) 2025-10-14 11:32:58 +03:00
Csaba Tuncsik
bdcb049859
fix(core): Set rfc3164 option to false for syslog client initialization (#20664) 2025-10-14 10:06:36 +02:00
Mutasem Aldmour
f7e48d415f
chore: Update most secondary CSS tokens to match guidelines (#20724) 2025-10-14 08:55:41 +02:00
Jaakko Husso
57c2638f3b
feat(core): Add migration for chat hub tables (no-changelog) (#20654) 2025-10-13 16:53:04 +03:00
Tomi Turtiainen
cf0ae60159 Merge tag 'n8n@1.116.0' 2025-10-13 16:45:47 +03:00
Milorad FIlipović
f15fd87bab
fix(editor): Address MCP feedback (no-changelog) (#20595) 2025-10-13 15:39:42 +02:00
github-actions[bot]
536ef83c80
🚀 Release 1.116.0 (#20718)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-10-13 16:10:43 +03:00
Iván Ovejero
dfb1851516
fix(core): Solve intermittent typeorm-related build errors for QueryDeepPartialEntity (#20556) 2025-10-13 12:43:22 +02:00
Irénée
353b992668
test: Fix flakey insight date tests (#20709) 2025-10-13 11:14:25 +01:00
Suguru Inoue
e8241506c0
feat(editor): Chat navigation (no-changelog) (#20631) 2025-10-10 15:58:45 +02:00
Nikhil Kuriakose
fb94b779c8
fix(editor): Set warning limit to 80% of max limit for data tables (#20613)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-10-10 14:53:21 +02:00
Andreas Fitzek
4e84c53a47
chore(core): Migrate insights values to bigint to avoid overflow (#20343) 2025-10-10 11:32:01 +02:00
Jaakko Husso
f3f925605e
feat(core): Persist and rehydrate chat hub sessions (no-changelog) (#20603) 2025-10-10 11:52:47 +03:00
Daria
c55f67e461
feat(core): Data Table - Improve sql utils (no-changelog) (#20551) 2025-10-10 10:40:22 +03:00
Irénée
dc72c23d6a
fix(core): Return insights when only one day is selected (#20543) 2025-10-10 08:39:48 +01:00
Suguru Inoue
1a6968b04f
feat: Select credentials (no-changelog) (#20559)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-10-09 15:39:23 +02:00
Guillaume Jacquart
5bddbedf2e
feat(API): Add project and projectId fields to get and update a variable project (#20544) 2025-10-09 15:33:26 +02:00
Ricardo Espinoza
ab0f5a61ae
refactor(core): Remove dependency of data table repos on data-table-rows.repository (no-changelog) (#20558) 2025-10-09 08:58:08 -04:00
Iván Ovejero
892cc8254d
fix(core): Fix broker websocket connection closure on runner heartbeat failure (#20584) 2025-10-09 13:19:53 +02:00
yehorkardash
0da3e14a52
feat(core): Track package_version of community nodes (#20428)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-10-09 14:08:56 +03:00
Jaakko Husso
fc63dd7559
feat(core): Chat hub implementation continued (no-changelog) (#20567)
Co-authored-by: Suguru Inoue <suguru@n8n.io>
2025-10-09 11:32:16 +03:00
Konstantin Tieber
09589d501b
chore(core): Throw error when failing to parse a workflow file (#20540) 2025-10-08 17:39:08 +02:00
Nikhil Kuriakose
32573caae1
fix(editor): Rename property names in event (#20537) 2025-10-08 15:20:14 +02:00
Ricardo Espinoza
711e4f0d14
refactor(core): Rename dataStore: scopes to dataTable: (no-changelog) (#20452) 2025-10-08 08:34:57 -04:00
Ricardo Espinoza
9458084de8
feat: Proxy Posthog events through the backend (no-changelog) (#19824) 2025-10-08 08:22:34 -04:00
Nikhil Kuriakose
3ce079ae6f
chore(core): Track workflow crashes (#18261) 2025-10-08 13:57:16 +02:00
Ricardo Espinoza
a998e1d025
fix(core): Make sure scopes are deleted after rename (#20498) 2025-10-08 07:28:11 -04:00