Commit Graph

151 Commits

Author SHA1 Message Date
Csaba Tuncsik
ef9d9f43ce
feat(core): Implement EULA acceptance handling in license activation process (#21095)
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2025-10-28 16:21:40 +01:00
Iván Ovejero
870036820f
refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
mfsiega
bebccfdb93
fix(core): Only resume waiting parent workflows (#20342) 2025-10-07 11:58:04 +02:00
Guillaume Jacquart
ca69904ad4
feat(core): Use project variable in executions (#20275) 2025-10-07 11:01:12 +02:00
Ricardo Espinoza
a2aca5e7a4
refactor(core): Rename data-store to data-table in the BE (no-changelog) (#20424) 2025-10-07 11:10:30 +03:00
Iván Ovejero
8fa5b57ccf
fix(core): Make transition self-healing on SIGTERM (#20243) 2025-10-06 09:20:53 +02:00
mfsiega
0681e78eb3
fix(core): Add cancellation reasons (#20238) 2025-10-01 15:52:44 +02:00
Milorad FIlipović
9fef8c19c4
feat(core): Add RootLevelController decorator (no-changelog) (#19972) 2025-09-26 15:14:27 +02:00
Andreas Fitzek
1c4728aed2
chore(core): Add support for persisting and synchronizing credential overwrites (#19919) 2025-09-25 14:26:08 +02:00
Suguru Inoue
e25131613b
refactor: Clean up partial exec version flag (#19598)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-09-24 19:07:10 +02:00
Andreas Fitzek
24a6a325a6
chore(core): Add authentication for credential overwrite endpoint (#19836) 2025-09-23 10:56:23 +02:00
Iván Ovejero
27f48a2d79
fix(core): Ensure cancellation interrupts execution in native Python runner (no-changelog) (#19724) 2025-09-22 12:45:24 +03:00
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 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
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 Schroth
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 Fitzek
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
Andreas Fitzek
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
कारतोफ्फेलस्क्रिप्ट™
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