Commit Graph
139 Commits
Author SHA1 Message Date
Jon f7f70f241e feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01:00
Andreas Fitzek ecad12b77a chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
Iván Ovejero 85e3bfd3e4 refactor(core): Port timeout config (#18722) 2025-08-26 11:31:11 +02: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
Andreas Fitzek a8e4387f4d chore(core): Use roles from database in global roles (#17853) 2025-08-22 16:02:01 +02:00
Guillaume Jacquart 309048ae3c fix(core): Redact secrets from credential test error message (#18386) 2025-08-20 10:01:52 +02:00
Charlie KolbandDaria Staferova 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
Iván Ovejero c6ae71817e refactor(core): Allow modules to define paths to load nodes from (#18193) 2025-08-14 11:12:08 +02:00
Elias Meire a5fa808d4a fix: Fix hot reloading of custom nodes (#18094) 2025-08-11 09:24:05 +02:00
Jaakko Husso 5a69d2a2f3 feat(editor): Add pre-built agents experiment (#18124) 2025-08-09 10:28:14 +03:00
Iván Ovejero e8dad4e030 fix(core): Prevent re-entry during workflow activation (#17965) 2025-08-04 20:43:18 +02:00
RomanDavydchuk 3f1016f1ad fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
Iván Ovejero 163565c647 refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
oleg e1aa60ce6f fix: Minor streaming fixes (no-changelog) (#17683) 2025-07-28 10:18:00 +02:00
Benjamin SchrothandEugene Molodkin 3edadb5a75 feat: Update Chat SDK to support streaming responses (#17006)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
2025-07-10 12:25:29 +02:00
Andreas Fitzek 591aa2d20c chore(core): Calculate workflow timeout based on startedAt date of execution (#17137) 2025-07-10 10:39:56 +02:00
Andreas Fitzekandr00gm c8b3ac6ab0 fix(core): On OAuth access token update only update partial credential (#17135)
Co-authored-by: r00gm <raul00gm@gmail.com>
2025-07-09 12:35:22 +02:00
Iván Ovejero f3ef0a713c refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
657e5a3b3a feat(core): Allow enforcement of MFA usage on instance (#16556)
Co-authored-by: Marc Littlemore <marc@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-07-02 11:03:10 +02:00
कारतोफ्फेलस्क्रिप्ट™andIván Ovejero 9f8d3d3bc8 refactor(core): Overhaul commands setup. Add support for module commands (#16709)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-07-01 19:14:22 +02:00
Iván Ovejero cb1103e742 fix(core): Prevent mutation of credential type parents (#16841) 2025-06-30 17:32:51 +02:00
Mutasem Aldmour 641e970edd fix(core): Remove default for manual trigger in manual executions (#16829) 2025-06-30 13:56:11 +02:00
Iván Ovejero 7c33292483 refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
Guillaume Jacquart 92afe036dd feat(core): Add lastActiveAt datetime column on user table (#16488) 2025-06-24 16:20:10 +02:00
Benjamin Schroth 1086914080 feat(core): Implement lifecycle hooks to support streaming responses (no-changelog) (#16391) 2025-06-24 15:38:03 +02:00
Iván Ovejero 88af45f71a refactor(core): Make instances more resilient to license sync issues (#16627) 2025-06-24 12:23:14 +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 93ac46c581 feat(core): Add queue events to log streaming (#16427) 2025-06-17 16:26:33 +02:00
Iván Ovejero ac032418cb refactor(core): Prepare insights for move to standalone module (#16426) 2025-06-17 14:51:30 +02:00
Charlie Kolb 4e94488622 feat(editor): Change default node names depending on node operation and resource (#16188) 2025-06-12 13:57:26 +02:00
Mutasem Aldmour e36345824f fix: Run evaluations as full manual executions in queue mode (#16230) 2025-06-12 11:25:21 +02:00
Iván Ovejero 3946e5c244 test(core): Unskip and fix workflow runner test (#16227) 2025-06-11 13:37:22 +02:00
Iván Ovejero b2f92dfc22 test(core): Skip test failing on MariaDB/MySQL (#16221) 2025-06-11 11:07:56 +02:00
Danny Martini 9f83fccac1 fix(core): Don't swallow connection errors when fetching credentials (#16181) 2025-06-11 10:08:09 +02:00
Charlie Kolb d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Iván Ovejero 25567f6f0e fix(core): Ensure queue is ready when enqueueing (#16098) 2025-06-10 10:09:26 +02:00
Charlie Kolb c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2258a74518 refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
कारतोफ्फेलस्क्रिप्ट™ 4b11268a6e refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
Iván Ovejero c229e915ea refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
Iván Ovejero c2449ee2c8 fix(core): Fix license reloading flow in scaling mode (#15650) 2025-05-26 12:29:10 +02:00
oleg b6370fb2ec fix(editor): Fix partial chat executions (#15379) 2025-05-15 17:12:08 +02:00
Ricardo Espinoza 726438d95e feat(editor): Improve manual description in nodes as tools (#15373) 2025-05-15 10:45:16 -04:00
Iván Ovejero 3176f6fc89 refactor(core): Move dependencies of Logger to standalone packages (#15338) 2025-05-13 16:55:42 +02:00
Iván Ovejero e122b3f0f9 refactor(core): Move UserRepository and subscribers to @n8n/db (#15352) 2025-05-13 15:24:26 +02:00
Iván OvejeroandRicardo Espinoza 52f27a76ac refactor(core): Move workflow repository to @n8n/db (#15260)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-05-13 14:21:59 +02:00
Eugene a0a4476175 chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
कारतोफ्फेलस्क्रिप्ट™ 41179f71c1 refactor(core): Move settings repository to @n8n/db (#15310) 2025-05-12 15:21:13 +02:00
Benjamin Schroth 8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00