n8n/packages/cli/src/modules/data-table
2026-04-27 12:53:02 +00:00
..
__tests__ feat(core): Add public API endpoints for data table column management… (#29073) 2026-04-27 08:22:19 +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 chore: Bundle 2026-W9 (#27532) 2026-03-25 07:51:06 +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 fix(core): Grant admins full data table access (#21316) 2025-10-31 11:14:14 +01: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 feat(core): Add PATCH endpoint for data table column management (#29090) 2026-04-27 12:53:02 +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 feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
data-table-file-cleanup.service.ts perf(core): Disable data tables cleanup checks on workers (#24444) 2026-01-16 13:19:05 +00:00
data-table-proxy.service.ts feat(core): Add data table MCP tool (#27811) 2026-04-02 14:07:26 +00:00
data-table-rows.repository.ts chore: Bundle 2026-W9 (#27532) 2026-03-25 07:51:06 +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(editor): Add data to a data table by csv upload (#26495) 2026-03-17 19:26:57 +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 feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
data-table.repository.ts feat(editor): Add searching and sorting to data table overviews (#25623) 2026-03-02 10:48:53 +00:00
data-table.service.ts feat(core): Add PATCH endpoint for data table column management (#29090) 2026-04-27 12:53:02 +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 feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
types.ts feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00