n8n/packages/cli/src/modules/data-table
Jan Kalkan d9f8f281fa
feat(core): Import data tables with matching by id (no-changelog) (#34118)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 08:33:41 +00:00
..
__tests__ feat(core): Export data table schemas (no-changelog) (#33933) 2026-07-13 10:22:50 +00:00
errors feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
middleware feat(core): Add data tables to env features (#23828) 2026-02-09 14:35:47 +00:00
utils fix(core): Reconcile data table name collisions on source control pull (#33867) 2026-07-10 14:09:26 +00:00
csv-parser.service.ts fix(editor): Add data to a data table by csv upload (#26495) 2026-03-17 19:26:57 +00:00
data-table-aggregate.controller.ts refactor(core): Rename dataStore: scopes to dataTable: (no-changelog) (#20452) 2025-10-08 08:34:57 -04:00
data-table-aggregate.service.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
data-table-column.entity.ts chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
data-table-column.repository.ts fix(core): Reject reserved system column names when creating data tables (#27064) 2026-06-30 10:04:41 +00:00
data-table-csv-import.service.ts fix(editor): Add data to a data table by csv upload (#26495) 2026-03-17 19:26:57 +00:00
data-table-ddl.service.ts fix(core): Reconcile data table name collisions on source control pull (#33867) 2026-07-10 14:09:26 +00:00
data-table-file-cleanup.service.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
data-table-proxy.service.ts feat(editor): Improve data table node (#28199) 2026-07-03 08:29:47 +00:00
data-table-rows.repository.ts feat(editor): Improve data table node (#28199) 2026-07-03 08:29:47 +00:00
data-table-size-validator.service.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table-uploads.controller.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table.controller.ts fix(core): Reject reserved system column names when creating data tables (#27064) 2026-06-30 10:04:41 +00:00
data-table.entity.ts chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
data-table.module.ts chore: Migrate packages/cli to Typescript 7 (#34159) 2026-07-15 11:49:51 +00:00
data-table.repository.ts feat(core): Import data tables with matching by id (no-changelog) (#34118) 2026-07-16 08:33:41 +00:00
data-table.service.ts feat(core): Import data tables with matching by id (no-changelog) (#34118) 2026-07-16 08:33:41 +00:00
data-table.types.ts refactor(core): Rename data-store to data-table in the BE (no-changelog) (#20424) 2025-10-07 11:10:30 +03:00
multer-upload-middleware.ts fix(core): Validate data-table CSV uploads by file extension (#33275) 2026-06-30 13:12:57 +00:00
types.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00