Commit Graph

40 Commits

Author SHA1 Message Date
Charlie Kolb
7f5f7bb36d
more test fixes 2025-10-17 09:51:16 +02:00
Charlie Kolb
5d82164530
fix selectMany tests 2025-10-16 16:32:42 +02:00
Charlie Kolb
fd94d1db25
fix node tests 2025-10-16 14:38:06 +02:00
Charlie Kolb
98ab3c2623
add path handling and drop node operations 2025-10-16 13:36:02 +02:00
Charlie Kolb
5cc5cac7ee
fix keyName undefined error 2025-10-15 17:20:19 +02:00
Charlie Kolb
37a31ff72f
add node support and fix sqlite backend 2025-10-14 15:15:51 +02:00
Daria
f68656d6ab
fix(Data Table Node): Date handling (no-changelog) (#20437) 2025-10-07 13:59:42 +03:00
Daria
942a5b53e1
refactor: Replace data store usages Follow-Up (no-changelog) (#20462) 2025-10-07 12:11:04 +03:00
Ricardo Espinoza
a2aca5e7a4
refactor(core): Rename data-store to data-table in the BE (no-changelog) (#20424) 2025-10-07 11:10:30 +03:00
Jon
c4326ed7f6
chore: NODE-3726 - Generate Schema Files (no-changelog) (#20239)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-02 16:55:41 +01:00
Daria
a49432d4c7
feat(core): Add dry run to Data Table update rows (no-changelog) (#20167) 2025-10-02 17:31:47 +03:00
Daria
c62892ce62
feat(core): Add dryRun to Data Table delete rows (no-changelog) (#20070) 2025-09-30 10:42:45 +03:00
Charlie Kolb
573ad464be
feat(Data Table Node): Add If Row Does (Not) Exist operations (no-changelog) (#19765) 2025-09-22 13:07:29 +02:00
Svetoslav Dekov
0c82007360
feat(editor): Add create new button in resource locator for data table node (#19788) 2025-09-22 11:49:40 +03:00
Jaakko Husso
f5085a9ed5
chore: Fix Data table name case (no-changelog) (#19782) 2025-09-19 18:23:15 +03:00
Daria
1bd9258e62
fix(Data Table Node): Validate filters on data table id switch (no-changelog) (#19691) 2025-09-19 15:21:39 +03:00
Charlie Kolb
f153067b16
fix(Data Table Node): Improve No columns warning (no-changelog) (#19750) 2025-09-19 12:22:15 +02:00
Daria
51b8f8c7dc
fix(core): Update data table delete row endpoint to accept filter as string (no-changelog) (#19673) 2025-09-17 21:56:35 +03:00
Nikhil Kuriakose
a400716d37
fix: String columns do not need comparable conditions (#19565) 2025-09-16 10:04:54 +02:00
Jaakko Husso
1a5fd5a238
feat(Data Table Node): Show 'Is False' / 'Is True' condition on boolean columns (no-changelog) (#19478) 2025-09-12 17:54:54 +03:00
Daria
af6da1027e
feat(Data Table Node): Add returnAll for get all rows (no-changelog) (#19454) 2025-09-12 12:10:14 +03:00
Daria
b147709189
feat(core): Use filters for delete data table rows (no-changelog) (#19375) 2025-09-11 10:31:27 +03:00
Charlie Kolb
39565475ad
fix(Data Table Node): Show node hint if selected table has no columns (no-changelog) (#19338) 2025-09-09 14:46:05 +02:00
Charlie Kolb
897c69c70d
feat(Data Table Node): Add bulk insert mode (no-changelog) (#19294) 2025-09-09 14:01:40 +02:00
Daria
9b06648edc
feat(core): Use filters for data table upsert (no-changelog) (#19292) 2025-09-08 14:41:09 +03:00
Daria
48efb4c865
feat(Data Table Node): Add limit to get and change copy (no-changelog) (#19190) 2025-09-05 09:46:38 +03:00
Daria
ed6f60f52e
feat(core): Refactor data table update row to use filters (no-changelog) (#19092) 2025-09-04 18:25:29 +03:00
Charlie Kolb
12aa77746e
fix(Data Table Node): Add bulk insert option (no-changelog) (#19176) 2025-09-04 16:18:50 +02:00
Svetoslav Dekov
6bd4edf1ec
fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111) 2025-09-03 14:43:24 +03:00
Charlie Kolb
ec7eddc364
fix(Data Table Node): Update ResourceMapper Copy (no-changelog) (#19048) 2025-09-01 14:16:22 +02:00
Daria
b527edb5f8
feat(Data Table Node): Add isEmpty and isNotEmpty operations (no-changelog) (#19046) 2025-09-01 14:41:49 +03:00
Charlie Kolb
daac88b3ec
fix(Data Table Node): Use same color as Execute Workflow Node (no-changelog) (#19032) 2025-09-01 12:24:35 +02:00
Charlie Kolb
aaa7d46d68
fix(Data Table Node): Remove system columns in autoMap mode (no-changelog) (#19036) 2025-09-01 12:24:27 +02:00
Daria
7f64baebd2
fix(Data Table Node): Fix date handling on the node (no-changelog) (#19030) 2025-09-01 12:38:30 +03:00
Charlie Kolb
cec1255ffc
fix(Data Table Node): Adjust metadata (no-changelog) (#18954) 2025-08-29 12:28:10 +02:00
Daria
1bc317dce5
feat(Data Table Node): Add new filters to node operation conditions (no-changelog) (#18942)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-08-29 10:14:46 +03:00
Charlie Kolb
1b743ae251
feat(Data Table Node): Add Update, Upsert operations (no-changelog) (#18820) 2025-08-28 13:20:29 +02:00
Charlie Kolb
7f77436c20
feat(Data Table Node): Add URL to data table resource locator (no-changelog) (#18840) 2025-08-27 11:27:18 +02:00
Charlie Kolb
4dcb22048d
feat(Data Table Node): Add Delete operation (no-changelog) (#18785) 2025-08-27 10:28:03 +02:00
Charlie Kolb
1777803e26
feat(Data Table Node): Add Data Table Node (no-changelog) (#18556) 2025-08-25 15:57:55 +02:00