Commit Graph
133 Commits
Author SHA1 Message Date
abaa2c851b fix(editor): Don't show update notification for unverified updates (#18910)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-05 13:18:56 +03:00
Shireen MissiandGitHub 2001397387 fix: Improve error handling for community package installation (#19103) 2025-09-05 08:55:48 +01:00
DariaandGitHub ed6f60f52e feat(core): Refactor data table update row to use filters (no-changelog) (#19092) 2025-09-04 18:25:29 +03:00
Svetoslav DekovandGitHub 6bd4edf1ec fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111) 2025-09-03 14:43:24 +03:00
Charlie KolbandGitHub 69e25606d8 fix(core): Normalize Data Table return on update and allow string returns from DB (no-changelog) (#19106) 2025-09-02 16:29:59 +02:00
Suguru InoueandGitHub 4eade9ff7a fix(core): Add temporary workaround for a compile error (no-changelog) (#19087) 2025-09-02 12:25:49 +02:00
Charlie KolbandGitHub 5bcff78174 feat(Data Table Node): Enable Data Table as Tool (no-changelog) (#19041) 2025-09-01 13:25:30 +02:00
Charlie KolbandGitHub 56ead93265 fix(core): Remove explicit column ordering in Data Table inserts (no-changelog) (#19031) 2025-09-01 12:03:17 +02:00
DariaandGitHub 5510e4e378 fix(core): Fix date issues for data tables (no-changelog) (#18981) 2025-09-01 11:33:10 +03:00
644faf4f37 fix: Add timeout to community node types request (#18545)
Co-authored-by: Your Name <you@example.com>
2025-08-30 04:06:42 +03:00
Charlie KolbandGitHub be76b3a510 fix(core): Refer to data table in error message (no-changelog) (#18971) 2025-08-29 15:54:19 +02:00
Iván OvejeroandGitHub 140e1b082e refactor(core): Decouple datastore from workflow execution context (#18963) 2025-08-29 14:33:03 +02:00
93e08d8735 feat(editor): Data tables FE tweaks (no-changelog) (#18877)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-08-28 17:34:30 +03:00
DariaandGitHub 84936848c9 feat(core): Allow partial data table row inserts (no-changelog) (#18914) 2025-08-28 16:07:24 +03:00
Charlie KolbandGitHub 1b743ae251 feat(Data Table Node): Add Update, Upsert operations (no-changelog) (#18820) 2025-08-28 13:20:29 +02:00
Charlie KolbandGitHub 570ac9b2c1 chore: Rename Data Store api paths to Data Table (no-changelog) (#18674) 2025-08-28 12:31:42 +02:00
Guillaume JacquartandGitHub f757790394 feat(core): Rebuild project roles to load from the database (#17909) 2025-08-28 11:00:31 +02:00
Jaakko HussoandGitHub ab7998b441 fix(editor): Make resource locator work with data tables (no-changelog) (#18899) 2025-08-28 11:38:47 +03:00
Charlie KolbandGitHub cae2b01288 feat: Revamp Data Table column name restrictions (no-changelog) (#18851) 2025-08-28 09:29:19 +02:00
Nikhil KuriakoseandGitHub 3258a65bdb feat(core): Adjust comment to test an experiment (no-changelog) (#18824) 2025-08-27 21:19:32 +02:00
Guillaume JacquartandGitHub 215d5a1eca fix(core): Fix truncate table names (#18867) 2025-08-27 17:02:54 +02:00
Charlie KolbandGitHub 820fd12f08 chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
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