Commit Graph

140 Commits

Author SHA1 Message Date
Charlie Kolb
a2da5641fc
fix(core): Exclude Sub-workflow and Error triggers from triggerCount again (no-changelog) (#22906) 2025-12-08 14:18:49 +01:00
Ricardo Espinoza
f7cb18ce38
fix(core): Update migration that activate workflows with executeWorkflowTrigger (#22860) 2025-12-08 12:39:31 +01:00
Svetoslav Dekov
a2373d846e
fix(editor): Use active workflow nodes to determine wf inputs when executing by parent (no-changelog) (#22907) 2025-12-08 13:12:56 +02:00
Ricardo Espinoza
ca8494af95
fix: Allow the activation of workflows with the errorTrigger and the executionWorkflowTrigger trigger (no-changelog) (#22019)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
2025-12-05 11:24:33 -05:00
Danny Martini
ce6403262b
fix(core): Address review feedback for sub-workflow wait fix (#22745) 2025-12-04 14:39:47 +01:00
Danny Martini
14205dc0c6
fix(core): Make sub-workflows with waits return correct data to parents (#22611)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-04 11:32:30 +01:00
Svetoslav Dekov
f69721ffec
fix(editor): Fix displaying of workflow publish info (no-changelog) (#22605) 2025-12-02 17:55:24 +02:00
Tomi Turtiainen
a4757cf009
chore: Initial V2 changes (#22553)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-12-01 20:44:59 +02:00
Iván Ovejero
01ad587b03
refactor(core): Deprecate workflow.active field (#22533) 2025-12-01 13:34:11 +01:00
Charlie Kolb
79ea109581
feat(core): Add workflowPublishHistory relation to history endpoints (no-changelog) (#22466) 2025-11-28 17:47:47 +01:00
Charlie Kolb
9f2efb75aa
feat(core): Introduce workflowPublishHistory table (no-changelog) (#22043)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-28 14:57:38 +01:00
Milorad FIlipović
32c2909d72
feat(core): Use new workflow history in mcp tools (#22384) 2025-11-27 14:45:57 +01:00
Konstantin Tieber
e1f154d7a8
refactor(core): Remove admin API token scopes when user is demoted from admin to member via SSO (#22359) 2025-11-27 11:14:48 +01:00
Iván Ovejero
934b9a7346
feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
mfsiega
9319139a08
feat(core): Switch to structured destination node (no-changelog) (#22143)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-24 16:13:37 +01:00
Daria
b56a87337c
feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105) 2025-11-21 15:27:38 +02:00
Iván Ovejero
d91187ccca
refactor(core): Update binary data config (#22141) 2025-11-21 14:13:21 +01:00
Iván Ovejero
d509dad475
refactor(core): Set up binary data table (#22137) 2025-11-21 13:44:48 +01:00
mfsiega
3857f6fd44
refactor(core): Always use RunExecutionData factory (no-changelog) (#22096)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-21 13:42:13 +01:00
Jaakko Husso
24a4de8cf9
feat(core): Add Chat settings admin view (no-changelog) (#22009) 2025-11-21 12:39:54 +02:00
Mutasem Aldmour
55c3150c11
feat: Add support for global credentials (#21700)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-20 17:48:49 +01:00
Daria
ac91020bd3
feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
Suguru Inoue
5c58bf919f
feat: File attachment support in chat (no-changelog) (#21437)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Alex Grozav <alex@grozav.com>
2025-11-20 14:11:14 +01:00
Ricardo Espinoza
8720a0e5f3
fix(core): Update state column type (no-changelog) (#22053)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-11-20 10:24:03 +01:00
Danny Martini
09c8b2dea8
fix(core): Add timeout and recovery for database connection health checks (#21506)
Co-authored-by: Declan Carroll <declan@n8n.io>
2025-11-17 10:40:43 +01:00
Jaakko Husso
25bb08ecfc
feat(core): Support attaching tools to chat hub sessions (no-changelog) (#21491) 2025-11-14 13:28:34 +02:00
Charlie Kolb
e45a4b1073
feat(core): Add name, autosaved, description columns to workflow history (no-changelog) (#21541) 2025-11-13 10:34:19 +01:00
Daria
5031e088eb
feat: Improve backfill missing workflow history records migration (no-changelog) (#21743) 2025-11-13 10:04:10 +02:00
Milorad FIlipović
35488e7acc
feat(core): Improve workflows text search (#21738)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-12 15:23:11 +01:00
Andreas Fitzek
8aed72ffb1
chore(core): Remove md5 usage for user id generation in postgres (#21687) 2025-11-11 12:18:32 +01:00
Daria
e3267b257a
feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
Daria
80f13414c5
refactor(core): Fix migration import format (#21676) 2025-11-10 11:29:49 +02:00
Milorad FIlipović
ecc67062a4
feat(core): Add workflow descriptions (#21526)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-07 08:49:57 +01:00
Ricardo Espinoza
8504beb154
fix(core): Column size for token column (#21609) 2025-11-06 10:28:06 -05:00
Charlie Kolb
d9d36bf28f
fix: Ensure workflows and folders updatedAt/createdAt aren't mixed up in project sorting (#21484) 2025-11-06 09:13:44 +02:00
Ricardo Espinoza
cd167ac6db
feat(core): Add OAuth to MCP server (#21469)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-11-05 19:26:31 -05:00
Andreas Fitzek
27fd768deb
fix(core): Include role in user-invite-email-click (#21546) 2025-11-04 16:26:35 +01:00
mfsiega
fdf9c2e06d
feat(core): Update dependencies for unindexed workflows (no-changelog) (#21383) 2025-10-31 08:44:28 +01:00
mfsiega
c47b185f04
feat(core): Implement function to index a single workflow (no-changelog) (#21373) 2025-10-30 14:22:47 +01:00
mfsiega
918ef5fd57
feat(core): Implement workflow dependency repository (no-changelog) (#21284) 2025-10-30 09:56:54 +01:00
Jaakko Husso
516fd84656
feat(core): Add Chat Trigger toggle that controls whether a WF shows up on chat hub (no-changelog) (#21267) 2025-10-29 13:58:22 +02:00
mfsiega
eb9c6fdb6f
feat(core): Change dependency info column to json instead of string (no-changelog) (#21277) 2025-10-28 16:05:57 +01:00
Konstantin Tieber
4be0180f59
fix(core): Only select executionData from DB when requested (#21234) 2025-10-27 17:01:13 +01:00
Mutasem Aldmour
d411764a30
feat: Add agent builder (no-changelog) (#21094)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-27 14:22:02 +01:00
Guillaume Jacquart
832774db80
feat(core): Handle project variables sync on source control (#21001) 2025-10-22 10:26:22 +02:00
mfsiega
dd6145879f
feat(core): Add an incrementing version counter for the workflow entity (#20816) 2025-10-22 09:53:17 +02:00
Jaakko Husso
8953bf089d
refactor(core): Drop unused chat hub columns (no-changelog) (#20973) 2025-10-21 09:57:33 +03:00
mfsiega
ed3b19a3de
feat(core): Database migration to add workflow dependency index table (#20723) 2025-10-15 14:47:28 +02:00
Andreas Fitzek
e73d0f4137
chore(core): Ensure unique display name for roles (#20601) 2025-10-14 14:09:07 +02:00
Jaakko Husso
57c2638f3b
feat(core): Add migration for chat hub tables (no-changelog) (#20654) 2025-10-13 16:53:04 +03:00