Commit Graph

15263 Commits

Author SHA1 Message Date
Andreas Fitzek
ecad12b77a chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
jeanpaul
cff3f4a67e fix(editor): Remove the enlarged thumb-target area for the scrollbar (#18810) 2025-08-26 17:51:40 +02:00
Alex Grozav
f5719371b1 perf(editor): Introduce execution data throttling for logs and canvas updates (no-changelog) (#18812) 2025-08-26 16:01:15 +01:00
Charlie Kolb
af2157f384 fix: Overhaul DataTableRowWithId type and include createdAt, insertedAt in getMany return (no-changelog) (#18787) 2025-08-26 16:16:12 +02:00
Daria
46432da41b feat(core): Add support for like match filters (no-changelog) (#18755) 2025-08-26 17:03:00 +03:00
Jaakko Husso
d892574989 refactor(core): Use query builder at data table deletes (no-changelog) (#18795) 2025-08-26 16:49:56 +03:00
Alex Grozav
71ff4d8b6b perf(editor): Optimize log entries calculation with throttled watcher (no-changelog) (#18486) 2025-08-26 13:45:35 +01:00
Iván Ovejero
38f25d74eb feat(editor): Add Python to Code actions (#18668) 2025-08-26 14:29:50 +02:00
jeanpaul
b73f2393b4 fix(core): Sanitize all non-alphanumeric characters from tool names (#18800) 2025-08-26 14:00:54 +02:00
jeanpaul
df9521ff8e fix(core): Prevent race condition in tiktoken encoding cache (no-changelog) (#18780)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-26 13:47:42 +02:00
Iván Ovejero
6cccc4ab9f refactor(core): Make native Python runner compatible with launcher (#18788) 2025-08-26 13:19:09 +02:00
Iván Ovejero
1da5acee30 feat(core): Support print RPC call in native Python runner (no-changelog) (#18630) 2025-08-26 11:40:55 +02:00
Iván Ovejero
85e3bfd3e4 refactor(core): Port timeout config (#18722) 2025-08-26 11:31:11 +02:00
shortstacked
ede6f5b739 test: Create addNode convenience method (#18750) 2025-08-26 10:23:57 +01:00
Danny Martini
9bc4f07b79 refactor(core): Fix lints, improve comment and add initial blackbox tests for the engine (#18748) 2025-08-26 10:55:43 +02:00
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
1e58e24400 ci: Drop MySQL 8.0.13 (#18759) 2025-08-26 10:03:53 +02:00
Iván Ovejero
aa0c8fac83 refactor(core): Add lint rule no-internal-package-import (#18724) 2025-08-26 10:03:32 +02:00
renovate[bot]
8df258dd7a chore: Update pnpm/action-setup digest to fe02b34 (#18716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 23:26:56 +01:00
jeanpaul
e233dfa4a2 refactor(core): Convert tiktoken file loading to async (#18756) 2025-08-25 20:33:38 +02:00
Tomi Turtiainen
fd12b3d5ce Merge tag 'n8n@1.109.0' 2025-08-25 20:50:07 +03:00
nik8n
e94a125248 feat(editor): Persistent values in resource locator (no-changelog) (#18749) 2025-08-25 19:34:18 +02:00
Charlie Kolb
b6562725ea fix: Use correct type for ListDataStoreContentFilter filter (no-changelog) (#18752) 2025-08-25 16:46:22 +02:00
yehorkardash
110b2de434 chore: Run watch mode concurrently (#18746) 2025-08-25 17:14:09 +03: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
github-actions[bot]
9e89fbdf96 🚀 Release 1.109.0 (#18745)
Co-authored-by: seemewalkin <38620398+seemewalkin@users.noreply.github.com>
2025-08-25 15:19:15 +02:00
Svetoslav Dekov
67352ce2f8 feat(editor): Implement delete datastore row UI (no-changelog) (#18729) 2025-08-25 15:59:16 +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
Tomi Turtiainen
1f1730c27d perf(OpenAI Node): Use streaming for file operations (#18666) 2025-08-25 15:44:13 +03:00
Andreas Fitzek
a21a03d4b0 Revert "chore(core): Use roles from database in global roles (#17853)" (#18738) 2025-08-25 14:29:28 +02:00
shortstacked
b62c957c71 test: Add Edit Fields node helper and tests (#18726) 2025-08-25 12:08:46 +01:00
Iván Ovejero
0a4c3c3b53 ci: Increase timeout for MariaDB and MySQL tests again (#18732) 2025-08-25 13:01:29 +02:00
shortstacked
4206b4ab50 fix: Change siderbar to use innerWidth instead of outerWidth (#18727) 2025-08-25 11:48:45 +01:00
Iván Ovejero
0488ea3e8d feat(core): Enable modules to append to workflow context (#18551) 2025-08-25 11:45:25 +02:00
Svetoslav Dekov
fb97ec876c feat(editor): Address data tables UI feedback (no-changelog) (#18566)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-08-25 12:25:28 +03:00
Jon
01ff2bacc5 fix: Use cross-platform script path for copy-templates in @n8n/node-cli (no-changelog) (#18547)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jon <Joffcom@users.noreply.github.com>
Co-authored-by: Elias Meire <elsmr@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2025-08-25 11:21:55 +02:00
Iván Ovejero
26cabc5c2f ci: Fix format to fix build (#18725) 2025-08-25 10:43:15 +02:00
Tomi Turtiainen
c9c1971005 chore(core): Upgrade sha.js to 2.4.12 (#18719) 2025-08-25 10:54:37 +03: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
Milorad FIlipović
802157a329 feat(editor): Data store UI/UX improvements (no-changelog) (#18587)
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
2025-08-25 09:46:40 +03:00
Raúl Gómez Morales
c8dc7d9ab6 fix(editor): Add fallback color for NodeItem Icons (#18607) 2025-08-25 08:25:07 +02:00
Raúl Gómez Morales
b6681bb92c fix(editor): Update misleading toaster success message when creating a personal workflow / credential (#18541) 2025-08-22 16:51:00 +02: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
renovate[bot]
4a58b4218b chore: Update peter-evans/create-pull-request digest to 18e4695 (#18652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-22 14:35:13 +01:00
Iván Ovejero
def4e71e3d chore: Disable event loop block integration for task runner (#18661) 2025-08-22 14:40:21 +02:00
Iván Ovejero
110439c010 fix(core): Restore community node types controller (#18665) 2025-08-22 14:26:42 +02:00