Commit Graph

3931 Commits

Author SHA1 Message Date
Charlie Kolb
9cf0aa4421
restore tests 2025-08-05 13:52:16 +02:00
Charlie Kolb
e1cf43d829
use em for db type 2025-08-05 13:50:07 +02:00
Charlie Kolb
7f0d49f92e
use entityManager 2025-08-05 13:33:30 +02:00
Charlie Kolb
b536817998
remove second service 2025-08-05 13:28:32 +02:00
Charlie Kolb
cbf1284040
store only 2025-08-05 13:01:07 +02:00
Charlie Kolb
1663e6f690
avoid nested transaction 2025-08-05 11:23:39 +02:00
Charlie Kolb
43c00c7a01
fix lint and unit tests 2025-08-05 11:17:40 +02:00
Charlie Kolb
7f0655e528
Add dataStoreShared endpoint and readd start/shutdown 2025-08-05 11:03:21 +02:00
Charlie Kolb
205078fc3e
remove IDataStoreService interface and use RegExp 2025-08-05 10:45:27 +02:00
Charlie Kolb
815688be79
remove unused code 2025-08-05 10:42:32 +02:00
Charlie Kolb
0ad74e40b5
refactor existing table check 2025-08-05 10:39:27 +02:00
Charlie Kolb
0079c9c4d5
add transactions to data store operations 2025-08-05 10:23:18 +02:00
Charlie Kolb
305e321a0c
add transactions for column operations 2025-08-05 10:10:03 +02:00
Iván Ovejero
c0c8eac8c3
fix(core): Fix some DataStore backend API issues (#17978) 2025-08-05 08:32:32 +02:00
Charlie Kolb
23d6a8411b
Merge remote-tracking branch 'origin/master' into ADO-3851 2025-08-04 17:31:04 +02:00
Charlie Kolb
419f51789c
fix query and type 2025-08-04 17:30:57 +02:00
Eugene
642e68e345
fix(core): Handle null workflow settings in toSaveSettings (#17972) 2025-08-04 17:12:07 +02:00
Charlie Kolb
9d37427452
Merge remote-tracking branch 'origin/master' into ADO-3851 2025-08-04 15:53:54 +02:00
github-actions[bot]
dc32952fcd
🚀 Release 1.106.0 (#17967)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-04 15:21:52 +03:00
Charlie Kolb
145365877e
remove experiments 2025-08-04 13:30:05 +02:00
Charlie Kolb
8ba6878c23
try catch instead 2025-08-04 12:50:46 +02:00
Charlie Kolb
a0a4ac01ba
fix tests 2025-08-04 12:15:52 +02:00
Charlie Kolb
eb5b4b8141
lint 2025-08-04 11:52:58 +02:00
Charlie Kolb
e13746d9b8
attempt to fix db issues 2025-08-04 11:43:28 +02:00
Charlie Kolb
8e6811dce0
self review 2025-08-04 11:39:40 +02:00
Charlie Kolb
8434c5a164
fix build 2025-08-04 10:31:12 +02:00
Charlie Kolb
fa33743e1f
Merge remote-tracking branch 'origin/master' into ADO-3851 2025-08-04 10:04:50 +02:00
Daria Staferova
b1a2b053e6
Add upsert endpoint 2025-08-04 10:55:15 +03:00
oleg
ce98f7c175
feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +02:00
Daria Staferova
70cb3b6d8b
prevent SQL injection by quoting column names and using parameter binding 2025-08-01 16:00:05 +03:00
Daria Staferova
2b2674182a
improve insert rows endpoint and tests 2025-08-01 14:36:25 +03:00
Daria Staferova
461d23cfb6
fix import for sql utils test 2025-08-01 11:57:32 +03:00
Charlie Kolb
1e8a78f8cb
fix tests 2025-08-01 10:52:15 +02:00
Charlie Kolb
33f7afeb10
apply interface and more types 2025-08-01 10:24:20 +02:00
Jon
f150343141
fix: Fix issue with some community nodes not displaying correctly (#17866) 2025-08-01 09:16:19 +01:00
Daria Staferova
0ff50cf87f
fix sql utils test 2025-08-01 10:26:41 +03:00
Michael Kret
76230d2640
feat: Table in confirm modal to see all workflows using nodes before updating / uninstalling (#17488) 2025-08-01 09:41:04 +03:00
Yingrjimsch
22f505de69
feat(n8n Form Trigger Node): Add CSS variable to customize input background (#15460)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-07-31 21:42:18 +02:00
Daria Staferova
b4a10a3e20
rename endpoints, modify update dto, fix flaky test 2025-07-31 21:06:25 +03:00
Charlie Kolb
cb0455ad65
throw errors instead of returning strings 2025-07-31 17:41:49 +02:00
Charlie Kolb
0f8e2b14ce
implement column moving 2025-07-31 16:32:12 +02:00
Charlie Kolb
85a6230867
fix build and add tests for shiftColumns 2025-07-31 15:05:29 +02:00
Iván Ovejero
1d31e6a0c4
refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
Michael Kret
1ed8239625
feat: Env to disable webhook response iframe sandboxing (#17851) 2025-07-31 14:37:25 +03:00
Iván Ovejero
b745cad72c
fix(editor): Account for subpath when serving config.js (#17832)
Co-authored-by: autologie <suguru@n8n.io>
2025-07-31 12:59:42 +02:00
Charlie Kolb
331fc9b1bd
wip commit 2025-07-31 11:15:58 +02:00
RomanDavydchuk
3f1016f1ad
fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
Charlie Kolb
01900d57f3
self review 2025-07-30 12:25:36 +02:00
Charlie Kolb
0695ed0524
Rename API, adjust dtos and include project scopes 2025-07-30 11:15:25 +02:00
Charlie Kolb
0e7d5acbc0
also expose getColumns 2025-07-29 14:27:57 +02:00