Jaakko Husso
|
8defb2b17c
|
feat(core): Optionally return updated/upserted Data Table rows (no-changelog) (#18735)
|
2025-08-26 11:50:13 +03:00 |
|
Iván Ovejero
|
aa0c8fac83
|
refactor(core): Add lint rule no-internal-package-import (#18724)
|
2025-08-26 10:03:32 +02:00 |
|
Charlie Kolb
|
37ace47131
|
chore: Add null to DataStoreColumnJsType (no-changelog) (#18733)
|
2025-08-25 15:59:40 +02:00 |
|
Charlie Kolb
|
1777803e26
|
feat(Data Table Node): Add Data Table Node (no-changelog) (#18556)
|
2025-08-25 15:57:55 +02:00 |
|
Charlie Kolb
|
e6b6678128
|
feat(core): Warn about data table module usage (no-changelog) (#18718)
|
2025-08-25 15:42:58 +02:00 |
|
Daria
|
3c8f40007e
|
feat(core): Add createdAt and updatedAt to data store user tables (no-changelog) (#18723)
|
2025-08-25 16:23:34 +03:00 |
|
Charlie Kolb
|
2dc34b2f17
|
chore(core): Rename Data Store module to Data Table (no-changelog) (#18675)
|
2025-08-25 14:57:23 +02:00 |
|
Andreas Fitzek
|
a21a03d4b0
|
Revert "chore(core): Use roles from database in global roles (#17853)" (#18738)
|
2025-08-25 14:29:28 +02:00 |
|
Jaakko Husso
|
2eda807b5a
|
feat(core): Optionally return full rows from Data Table inserts (no-changelog) (#18657)
|
2025-08-25 10:50:02 +03:00 |
|
Andreas Fitzek
|
a8e4387f4d
|
chore(core): Use roles from database in global roles (#17853)
|
2025-08-22 16:02:01 +02:00 |
|
Daria
|
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 Ovejero
|
110439c010
|
fix(core): Restore community node types controller (#18665)
|
2025-08-22 14:26:42 +02:00 |
|
Shi Nguyễn
|
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 Ovejero
|
9e420d15c1
|
refactor(core): Modularize community packages (#18641)
|
2025-08-22 12:19:01 +02:00 |
|
Jaakko Husso
|
fa15b7bfab
|
feat(core): Allow inserting rows into data stores with no columns (no-changelog) (#18638)
|
2025-08-21 17:48:14 +02:00 |
|
Jaakko Husso
|
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 |
|
Charlie Kolb
|
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 |
|
Daria
|
75e563f1c4
|
feat(core): Add data store row update endpoint (no-changelog) (#18601)
|
2025-08-21 13:19:55 +03:00 |
|
Jaakko Husso
|
25d6636711
|
fix(editor): Change the underlying data store db column types to support decimal numbers (#18549)
|
2025-08-20 14:06:56 +02:00 |
|
Svetoslav Dekov
|
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 |
|
Charlie Kolb
|
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 |
|
Daria
|
8b98713b7f
|
feat(core): Always create user table on data store create (no-changelog) (#18488)
|
2025-08-19 16:56:34 +03:00 |
|
Guillaume Jacquart
|
741dd693a4
|
fix(core): Handle insights by workflow table for deleted workflows (#18496)
|
2025-08-18 17:49:21 +02:00 |
|
Daria
|
9d48a44958
|
fix(core): Fix failing tests (no-changelog) (#18495)
|
2025-08-18 18:11:48 +03:00 |
|
Charlie Kolb
|
adaa1180eb
|
fix(core): Fix direct import of DTOs (no-changelog) (#18472)
|
2025-08-18 11:47:37 +02:00 |
|
Jaakko Husso
|
dc86984ae0
|
fix(core): Support inserting dates to data store via the insert endpoint (#18404)
|
2025-08-18 10:42:32 +03:00 |
|
Daria
|
461736dfa7
|
feat(core): Add delete rows endpoint to data store module (no-changelog) (#18376)
|
2025-08-15 16:06:19 +03:00 |
|
Jaakko Husso
|
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 Husso
|
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 Husso
|
b6aa0bbd6b
|
test(core): Add tests for the remaining data-store endpoints (no-changelog) (#18367)
|
2025-08-15 10:49:17 +03:00 |
|
Jaakko Husso
|
7fefd54edf
|
fix(core): Restrict data store access to authorized projects (no-changelog) (#18342)
|
2025-08-14 15:56:44 +03:00 |
|
Daria
|
087509371b
|
feat(core): Fix types for Data Store endpoints (no-changelog) (#18335)
|
2025-08-14 14:23:19 +03:00 |
|
Charlie Kolb
|
98dc71e6a7
|
feat(core): Add Data Store Backend API (no-changelog) (#17824)
|
2025-08-12 15:54:24 +03:00 |
|
Iván Ovejero
|
320a810b56
|
refactor(core): Add shutdown method to modules (#17322)
|
2025-07-16 12:36:11 +02:00 |
|
Iván Ovejero
|
f3ef0a713c
|
refactor(core): Lintfix cli package (#17125)
|
2025-07-08 19:32:02 +02:00 |
|
Iván Ovejero
|
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 Jacquart
|
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 Ovejero
|
7c33292483
|
refactor(core): Move integration test utils for insights (#16693)
|
2025-06-25 17:32:54 +02:00 |
|
Iván Ovejero
|
21ff173070
|
refactor(core): Move DbConnection to @n8n/db (#16616)
|
2025-06-24 12:33:01 +02:00 |
|
Iván Ovejero
|
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 |
|
Iván Ovejero
|
bb7c68f6bf
|
refactor(core): Centralize module management (#16464)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-06-19 14:32:31 +02:00 |
|
Iván Ovejero
|
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 |
|
Iván Ovejero
|
b5828e5b56
|
refactor(core): Rename @n8n/integration-test-utils to @n8n/backend-test-utils (#16444)
|
2025-06-17 18:09:44 +02:00 |
|
Iván Ovejero
|
ac032418cb
|
refactor(core): Prepare insights for move to standalone module (#16426)
|
2025-06-17 14:51:30 +02:00 |
|
Iván Ovejero
|
7177e3aab0
|
fix(core): Register transition handlers after modules init (#16308)
|
2025-06-13 12:24:35 +02:00 |
|
Iván Ovejero
|
cb81826cf1
|
perf(core): Skip init for unlicensed modules (#16311)
|
2025-06-13 11:49:38 +02:00 |
|
Iván Ovejero
|
bcf1a7108b
|
refactor(core): Decouple database entity registration (#15871)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-06-12 19:12:20 +02:00 |
|
Guillaume Jacquart
|
56b16b8c0f
|
fix(core): Remove duplicated logs for insights (#16228)
|
2025-06-11 13:36:29 +02:00 |
|
Guillaume Jacquart
|
7a67dcb686
|
fix(core): Start insights collection timer for webhook instances (#15964)
|
2025-06-06 09:45:27 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
1587eb0742
|
refactor(core): Convert external-secrets code into a backend module (#15769)
|
2025-06-05 14:21:29 +02:00 |
|