Commit Graph

51 Commits

Author SHA1 Message Date
Mutasem Aldmour
72eca2f398
refactor: Rename node-level builderHint.message to searchHint and propertyHint (#30062)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 13:32:50 +00:00
Tuukka Kantola
ea5b874a8c
feat(editor): Update built-in node icons to custom SVGs (#28104)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 08:53:41 +00:00
Charlie Kolb
a061bc6c65
fix(Data Table Node): Change copy for Limit to indicate it applies per input row (#27813) 2026-04-01 10:05:04 +00:00
n8n-assistant[bot]
2d9a2ec76e
chore: Bundle 2026-W9 (#27532)
Co-authored-by: Matsu <matias.huhta@n8n.io>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Dawid Myslak <dawid.myslak@gmail.com>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Sandra Zollner <sandra.zollner@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2026-03-25 07:51:06 +00:00
Jon
7bc9cac72e
chore: NODE-4536 - Generate Schema Files (no-changelog) (#26379)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2026-03-06 21:18:04 +00:00
Jon
a6e8a97b31
chore: NODE-4345 - Generate Schema Files (no-changelog) (#25130)
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>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-02-17 09:02:24 +00:00
Mutasem Aldmour
9729c2a5da
feat(ai-builder): Add code-base workflow builder (#24535)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 12:24:27 +00:00
Ricardo Espinoza
6b474e4141
feat(core): Add data table resources to the public API (#23610)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 15:18:39 +00:00
Michael Drury
6f2c1efc2f
feat(ai-builder): Providing instructions from workflow builder on creation of data tables (#24595) 2026-01-22 14:23:11 +00:00
Charlie Kolb
98079c9245
fix(Data Table Node): Require condition for upsert (#24640) 2026-01-21 16:02:18 +00:00
Jason Schell
800075a693
feat(Data Table Node): Add Order By feature (#23677) 2026-01-13 12:10:15 +00:00
Jon
2cd5660f37
chore: NODE-4156 - Generate Schema Files (no-changelog) (#23777)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: Shireen Missi <shireen@n8n.io>
2026-01-08 16:34:38 +00:00
Ricardo Espinoza
569695dc67
fix(Data Table Node): Fix issue with insert and update operation (#23936) 2026-01-06 11:24:31 -05:00
Ricardo Espinoza
36d5eaf927
feat(Data Table Node): Add data table crud operations to data table node (#22951)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-23 09:32:23 -05:00
Daria
a3971d8b72
fix(Data Table Node): Convert dates to ISO strings in the output (#23123) 2025-12-15 12:06:00 +02:00
Charlie Kolb
993040a2c5
feat(editor): Improve Data tables visibility (#22074) 2025-11-20 13:22:45 +01:00
Charlie Kolb
8f5bc139d8
feat(editor): Remove beta labels from Data table feature (#21322) 2025-10-29 15:28:08 +01: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