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 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
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
Iván Ovejero
591aee5e62
refactor(core): Improve workflow activation logs ( #15180 )
2025-05-09 14:55:20 +02:00
Iván Ovejero
3079059e96
refactor(core): Tear down OrchestrationService ( #15100 )
2025-05-09 09:45:27 +02:00
Jaakko Husso
3a13139f78
feat(core): Change workflow deletions to soft deletes ( #14894 )
...
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.
When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.
Archived workflows can be viewed in read-only mode, but they cannot be activated.
Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.
Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03: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
ca0e7ffe3b
refactor(core): Separate license state from license service ( #15097 )
2025-05-06 09:43:08 +02:00
Raúl Gómez Morales
c1760631cf
fix(core): Manual execution defaults to Manual trigger ( #15052 )
...
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-05 08:25:45 +02:00
Iván Ovejero
bd258be052
refactor(core): Move final batch of entities to @n8n/db ( #15061 )
2025-05-02 17:46:05 +02:00
Iván Ovejero
20834abb56
refactor(core): Move interrelated entities to @n8n/db ( #15050 )
2025-05-02 12:19:32 +02:00
Benjamin Schroth
54dcdedece
feat(editor): Support partial executions of tool nodes ( #14945 )
2025-05-01 08:32:47 +02:00
Mutasem Aldmour
b4a06aaff9
fix(core): Increment executionIndex in partial executions (no-changelog) ( #14946 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-30 13:16:27 +02:00
Iván Ovejero
9c0e0f0d2e
refactor(core): Decouple leadership-change handlers using decorators ( #15009 )
2025-04-30 12:59:57 +02:00
Iván Ovejero
70b93f2f53
refactor(core): Split out database types ( #14942 )
2025-04-28 16:15:20 +02:00
Iván Ovejero
e6381e09e3
refactor(core): Introduce @n8n/decorators package ( #14784 )
2025-04-23 16:39:49 +02:00
Cornelius Suermann
c9565fc0be
feat(core): Make detaching floatable entitlements on shutdown configurable ( #14266 )
...
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-04 17:35:32 +02:00
Charlie Kolb
41b1797a25
test: Add tests to validate usableAsTool directly (no-changelog) ( #14197 )
2025-03-26 17:23:36 +01:00
Alex Grozav
8215e0b59f
refactor: Migrate NodeConnectionType to const object type (no-changelog) ( #14078 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Charlie Kolb
996026f358
feat: Add nodeAsTool description overrides for tool version (no-changelog) ( #14048 )
2025-03-20 10:09:33 +01:00
कारतोफ्फेलस्क्रिप्ट™
a24e8abe8c
refactor(core): Add strong typing for INodeTypeBaseDescription['group'] (no-changelog) ( #14047 )
2025-03-19 13:42:10 +01:00
कारतोफ्फेलस्क्रिप्ट™
9d698edceb
feat(core): Allow community nodes to be used as tools ( #14042 )
2025-03-19 12:26:05 +01:00
Michael Kret
3a4247a91c
fix: Execute method should be assigned to a Routing node even if it has webhook defined ( #13910 )
2025-03-14 10:56:34 +02:00
कारतोफ्फेलस्क्रिप्ट™
ca9e62bdc0
refactor(core): Improve UX on permission errors (no-changelog) ( #13795 )
...
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-03-11 17:52:33 +01:00
oleg
9029dace5c
feat(core): Fix partial workflow execution with specific trigger data ( #13505 )
...
Co-authored-by: Danny Martini <danny@n8n.io>
2025-02-27 12:11:32 +01:00
Iván Ovejero
3ca99194c6
refactor(core): Migrate all errors in cli package to new hierarchy ( #13478 )
...
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-27 09:30:55 +02:00
Iván Ovejero
288cce6370
refactor(core): Simplify license autorenewal on leadership transition ( #13503 )
2025-02-25 17:22:15 +01:00
कारतोफ्फेलस्क्रिप्ट™
b5e2f331cc
test: Add unit tests for CredentialsOverwrites ( #13372 )
2025-02-20 13:00:12 +01:00
Mutasem Aldmour
5439181e92
fix(core): Return original hooks errors to the frontend ( #13365 )
2025-02-19 14:23:01 +01:00
Iván Ovejero
64c5b6e060
fix(core): Reduce risk of race condition during workflow activation loop ( #13186 )
...
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-13 17:10:43 +02:00