Charlie Kolb
|
b353143543
|
fix(core): Increase timing delays in workflow publish history tests (#28301)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-10 12:17:16 +00:00 |
|
Charlie Kolb
|
8509074cb6
|
fix(core): Migrate workflow publish history version id foreign key to set null instead (no-changelog) (#27434)
|
2026-04-10 08:24:11 +00:00 |
|
Michael Kret
|
6e2d35644f
|
feat: Add AI Gateway support for AI nodes (#27593)
Co-authored-by: Alexander Gekov <40495748+alexander-gekov@users.noreply.github.com>
|
2026-04-07 09:11:24 +00:00 |
|
Declan Carroll
|
f025a786e7
|
perf(core): Make Wait node fully durable by removing in-memory execution path (#27066)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-02 09:15:44 +00:00 |
|
oleg
|
629826ca1d
|
feat: Instance AI and local gateway modules (no-changelog) (#27206)
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Albert Alises <albert.alises@gmail.com>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Tuukka Kantola <Tuukkaa@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Raúl Gómez Morales <raul00gm@gmail.com>
Co-authored-by: Elias Meire <elias@meire.dev>
Co-authored-by: Dimitri Lavrenük <dimitri.lavrenuek@n8n.io>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
|
2026-04-01 21:33:38 +03:00 |
|
Raúl Gómez Morales
|
3b00e1bafe
|
feat(core): Add server-side search, pagination, and filtering to GET /projects (#27036)
|
2026-03-16 08:23:27 +00:00 |
|
Irénée
|
0bc948be66
|
fix(core): Exclude disabled secret connections from autocomplete, resolution, and registry (#26783)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 13:34:08 +00:00 |
|
Konstantin Tieber
|
4fe6b4fb73
|
feat(core): Improve secret proxy (#26522)
|
2026-03-05 20:01:37 +00:00 |
|
Andreas Fitzek
|
5a85a4f908
|
fix(core): Resolve multi-main startup race condition in AuthRolesService (#26176)
|
2026-02-24 18:07:18 +00:00 |
|
Ali Elkhateeb
|
bd92dabc5c
|
feat(core): Filter secrets provider autocomplete to connected vaults only (#25927)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-19 09:48:20 +00:00 |
|
Guillaume Jacquart
|
a2034d8f42
|
chore(core): Use subquery instead of 2 step queries to find credentials by context (#25754)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-18 21:24:02 +00:00 |
|
Guillaume Jacquart
|
c2f5d9976b
|
chore(core): Improve access controlled credentials and workflows fetching (#25028)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-18 09:14:09 +00:00 |
|
Jaakko Husso
|
e6a4c64d4d
|
fix(core): Fix deadlock on Chat hub on Postgres with pool size of 1 (#25654)
|
2026-02-12 12:49:21 +00:00 |
|
phyllis-noester
|
112d0eb6b3
|
feat(core): Support disabling sharing from personal space (#25259)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-02-04 19:19:05 +00:00 |
|
mfsiega
|
754386247c
|
feat(core): Index both draft and published workflow versions (no-changelog) (#25009)
|
2026-02-02 08:41:24 +00:00 |
|
Iván Ovejero
|
c4ce0fbfbb
|
refactor(core): Route execution creation through ExecutionPersistence (#24912)
|
2026-01-30 12:46:53 +00:00 |
|
mfsiega
|
0e1b2a870e
|
feat(core): Index both latest published and draft workflow versions (#24861)
|
2026-01-27 16:00:58 +00:00 |
|
Tomi Turtiainen
|
91fd383f32
|
refactor(core): Remove legacy sqlite driver code paths (#24376)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2026-01-16 12:54:43 +00:00 |
|
Nikhil Kuriakose
|
4e28e01ba0
|
feat(editor): Notify users on first prod error (#21764)
|
2026-01-16 09:30:43 +00:00 |
|
Charlie Kolb
|
29ab6be235
|
refactor(core): Clean up workflow history compaction service and related utils (#24043)
|
2026-01-12 07:44:23 +00:00 |
|
Charlie Kolb
|
bd16e7181c
|
feat(core): Adjust Workflow Compaction History algorithm (no-changelog) (#23763)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-01-05 13:28:30 +01:00 |
|
Charlie Kolb
|
5b76f49a89
|
feat(editor): Add Stop All Executions functionality (#23576)
|
2026-01-05 08:48:37 +01:00 |
|
Charlie Kolb
|
e9e480bb8e
|
feat(core): Introduce WorkflowHistory compaction service (#23238)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2025-12-24 09:00:58 +01:00 |
|
Iván Ovejero
|
c7fed98563
|
fix(core): Validate missing code param in Code node (#23405)
|
2025-12-22 17:29:52 +01:00 |
|
Charlie Kolb
|
10b52b1817
|
test(core): Add withPublishHistory parameter to workflow test utils (#22902)
|
2025-12-09 09:10:56 +01:00 |
|
mfsiega
|
3026a813b0
|
fix(core, editor): Move single webhook trigger check to the backend (#22450)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-12-04 18:20:13 +01: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 |
|
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 |
|
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
|
ac91020bd3
|
feat(core): Use active version instead of current version (no-changelog) (#21202)
|
2025-11-20 17:47:24 +02: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 |
|
Andreas Fitzek
|
69c81a6437
|
chore(core): Add timestamp fields to Role, and support counting role usages (#19171)
|
2025-09-17 09:21:40 +02:00 |
|
Andreas Fitzek
|
7cfef64799
|
chore(core): Add custom role management service and endpoints (#18717)
|
2025-08-29 14:20:32 +02:00 |
|
Iván Ovejero
|
f3ef0a713c
|
refactor(core): Lintfix cli package (#17125)
|
2025-07-08 19:32:02 +02:00 |
|
Iván Ovejero
|
7c33292483
|
refactor(core): Move integration test utils for insights (#16693)
|
2025-06-25 17:32:54 +02:00 |
|
Eugene
|
ca8f087a47
|
feat(editor): Evaluations frontend (no-changelog) (#15550)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
|
2025-05-26 12:26:28 +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 Ovejero
|
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 |
|
Iván Ovejero
|
32b72011e6
|
refactor(core): Move second batch of repositories to @n8n/db (#15137)
|
2025-05-06 16:40:34 +02:00 |
|
Iván Ovejero
|
ade546fb48
|
refactor(core): Move first batch of repositories to @n8n/db (#15130)
|
2025-05-06 11:22:43 +02:00 |
|
Iván Ovejero
|
20834abb56
|
refactor(core): Move interrelated entities to @n8n/db (#15050)
|
2025-05-02 12:19:32 +02:00 |
|
Cornelius Suermann
|
de49182652
|
fix(core): Reduce payload of license renewal calls (no-changelog) (#12236)
|
2025-01-17 17:59:28 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
39d5e0ff87
|
refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
|
2025-01-06 10:21:24 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
ed30d43236
|
fix(core): Make execution and its data creation atomic (#11392)
|
2024-10-24 16:07:26 +02:00 |
|
Tomi Turtiainen
|
5156313074
|
refactor(core): Enable import/order eslint rule (#10794)
|
2024-09-12 19:07:18 +03:00 |
|
Iván Ovejero
|
d7241cfc3a
|
refactor(core): Standardize filename casing for services and Public API (no-changelog) (#10579)
|
2024-08-28 13:59:27 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
ab9835126e
|
refactor(core): Use @/databases/ instead of @db/ (no-changelog) (#10573)
|
2024-08-27 17:24:20 +02:00 |
|
Iván Ovejero
|
fd58a272e1
|
refactor(core): Standardize filename casing for controllers and databases (no-changelog) (#10564)
|
2024-08-27 16:44:32 +02:00 |
|