Commit Graph
111 Commits
Author SHA1 Message Date
DariaandGitHub 2ea3d034e3 feat(core): Add support for data table row comparison filters (no-changelog) (#18863) 2025-08-27 16:13:33 +03:00
DariaandGitHub 40c94e2336 feat(core): Auto-wrap get data table row LIKE filter values with wildcards (no-changelog) (#18853) 2025-08-27 14:31:08 +03:00
Charlie KolbandGitHub 7f77436c20 feat(Data Table Node): Add URL to data table resource locator (no-changelog) (#18840) 2025-08-27 11:27:18 +02:00
Charlie KolbandGitHub bacfe568a0 fix(core): Support filtering Data Table getManyRows on null (no-changelog) (#18730) 2025-08-27 09:57:52 +02:00
Andreas FitzekandGitHub ecad12b77a chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
Charlie KolbandGitHub af2157f384 fix: Overhaul DataTableRowWithId type and include createdAt, insertedAt in getMany return (no-changelog) (#18787) 2025-08-26 16:16:12 +02:00
DariaandGitHub 46432da41b feat(core): Add support for like match filters (no-changelog) (#18755) 2025-08-26 17:03:00 +03:00
Jaakko HussoandGitHub d892574989 refactor(core): Use query builder at data table deletes (no-changelog) (#18795) 2025-08-26 16:49:56 +03:00
Jaakko HussoandGitHub 8defb2b17c feat(core): Optionally return updated/upserted Data Table rows (no-changelog) (#18735) 2025-08-26 11:50:13 +03:00
Iván OvejeroandGitHub aa0c8fac83 refactor(core): Add lint rule no-internal-package-import (#18724) 2025-08-26 10:03:32 +02:00
Charlie KolbandGitHub 37ace47131 chore: Add null to DataStoreColumnJsType (no-changelog) (#18733) 2025-08-25 15:59:40 +02:00
Charlie KolbandGitHub 1777803e26 feat(Data Table Node): Add Data Table Node (no-changelog) (#18556) 2025-08-25 15:57:55 +02:00
Charlie KolbandGitHub e6b6678128 feat(core): Warn about data table module usage (no-changelog) (#18718) 2025-08-25 15:42:58 +02:00
DariaandGitHub 3c8f40007e feat(core): Add createdAt and updatedAt to data store user tables (no-changelog) (#18723) 2025-08-25 16:23:34 +03:00
Charlie KolbandGitHub 2dc34b2f17 chore(core): Rename Data Store module to Data Table (no-changelog) (#18675) 2025-08-25 14:57:23 +02:00
Andreas FitzekandGitHub a21a03d4b0 Revert "chore(core): Use roles from database in global roles (#17853)" (#18738) 2025-08-25 14:29:28 +02:00
Jaakko HussoandGitHub 2eda807b5a feat(core): Optionally return full rows from Data Table inserts (no-changelog) (#18657) 2025-08-25 10:50:02 +03:00
Andreas FitzekandGitHub a8e4387f4d chore(core): Use roles from database in global roles (#17853) 2025-08-22 16:02:01 +02:00
DariaandGitHub 350f84c49f feat(core): Use query builder for upsert fetch and split rows (no-changelog) (#18659) 2025-08-22 16:45:00 +03:00
Iván OvejeroandGitHub 110439c010 fix(core): Restore community node types controller (#18665) 2025-08-22 14:26:42 +02:00
c7678311b3 fix(core): Integer overflow in insights runtime calculation (#18122)
Co-authored-by: Shi Nguyễn <prettycode2022@Shis-MacBook-Pro.local>
2025-08-22 13:05:04 +02:00
Iván OvejeroandGitHub 9e420d15c1 refactor(core): Modularize community packages (#18641) 2025-08-22 12:19:01 +02:00
Jaakko HussoandGitHub fa15b7bfab feat(core): Allow inserting rows into data stores with no columns (no-changelog) (#18638) 2025-08-21 17:48:14 +02:00
Jaakko HussoandGitHub d01616cf3d fix(editor): Use DB_TABLE_PREFIX on data store tables and refactor data store user table repo (no-changelog) (#18604) 2025-08-21 16:25:17 +02:00
0db9345eba feat(core): Return IDs of inserted rows in Data Store (no-changelog) (#18589)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-08-21 15:04:03 +02:00
DariaandGitHub 75e563f1c4 feat(core): Add data store row update endpoint (no-changelog) (#18601) 2025-08-21 13:19:55 +03:00
Jaakko HussoandGitHub 25d6636711 fix(editor): Change the underlying data store db column types to support decimal numbers (#18549) 2025-08-20 14:06:56 +02:00
3d2e165ac5 feat(editor): Add custom data store column headers (no-changelog) (#18390)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-08-19 17:57:35 +02:00
169acd12bd feat(core): Expose data store service to Data Store Node (no-changelog) (#17970)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
2025-08-19 17:43:19 +02:00
DariaandGitHub 8b98713b7f feat(core): Always create user table on data store create (no-changelog) (#18488) 2025-08-19 16:56:34 +03:00
Guillaume JacquartandGitHub 741dd693a4 fix(core): Handle insights by workflow table for deleted workflows (#18496) 2025-08-18 17:49:21 +02:00
DariaandGitHub 9d48a44958 fix(core): Fix failing tests (no-changelog) (#18495) 2025-08-18 18:11:48 +03:00
Charlie KolbandGitHub adaa1180eb fix(core): Fix direct import of DTOs (no-changelog) (#18472) 2025-08-18 11:47:37 +02:00
Jaakko HussoandGitHub dc86984ae0 fix(core): Support inserting dates to data store via the insert endpoint (#18404) 2025-08-18 10:42:32 +03:00
DariaandGitHub 461736dfa7 feat(core): Add delete rows endpoint to data store module (no-changelog) (#18376) 2025-08-15 16:06:19 +03:00
Jaakko HussoandGitHub d59cfed74a fix(core): Separate scopes for project and global data store list endpoints (no-changelog) (#18394) 2025-08-15 14:13:51 +03:00
Jaakko HussoandGitHub e1d8eaa170 refactor(core): Add Data store specific errors use them at service / repository (no-changelog) (#18380) 2025-08-15 12:44:10 +03:00
Jaakko HussoandGitHub b6aa0bbd6b test(core): Add tests for the remaining data-store endpoints (no-changelog) (#18367) 2025-08-15 10:49:17 +03:00
Jaakko HussoandGitHub 7fefd54edf fix(core): Restrict data store access to authorized projects (no-changelog) (#18342) 2025-08-14 15:56:44 +03:00
DariaandGitHub 087509371b feat(core): Fix types for Data Store endpoints (no-changelog) (#18335) 2025-08-14 14:23:19 +03:00
Charlie KolbandGitHub 98dc71e6a7 feat(core): Add Data Store Backend API (no-changelog) (#17824) 2025-08-12 15:54:24 +03:00
Iván OvejeroandGitHub 320a810b56 refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
Iván OvejeroandGitHub f3ef0a713c refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
06f49c294a refactor(core): Lint to enforce lazyloading in modules (#16843)
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
2025-07-01 10:45:30 +02:00
Guillaume JacquartandGitHub 3ba8a84d2b feat(core): Add a new by-time insights route that return only time saved data (#16727) 2025-06-27 11:45:31 +02:00
Iván OvejeroandGitHub 7c33292483 refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
Iván OvejeroandGitHub 21ff173070 refactor(core): Move DbConnection to @n8n/db (#16616) 2025-06-24 12:33:01 +02:00
37efd209c9 refactor(core): Move module logic to @n8n/backend-common (#16528)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-06-20 18:55:07 +02:00
bb7c68f6bf refactor(core): Centralize module management (#16464)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-06-19 14:32:31 +02:00
6ba8e0bebe refactor(core): Decouple module settings from frontend service (#16324)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-06-18 10:00:02 +02:00