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 |
|
Frank Prößdorf
|
710a6548d4
|
feat(core): Deactivate crashed workflows (#21888)
Co-authored-by: Artem Sorokin <artem@n8n.io>
|
2025-12-01 16:05:28 +02: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 |
|
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 |
|
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 |
|
Tomi Turtiainen
|
d6f5c64c58
|
refactor(core): Add factory functions to create instances of IRunExecutionData (#21554)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-11-17 20:19:50 +02:00 |
|
Mutasem Aldmour
|
4698b93a5a
|
feat: Add past execution schema viewing in NDV (#20954)
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
|
2025-10-23 13:07:41 +02:00 |
|
Iván Ovejero
|
870036820f
|
refactor(core): Complete backend config migration (#20903)
|
2025-10-21 10:05:06 +02:00 |
|
mfsiega
|
0681e78eb3
|
fix(core): Add cancellation reasons (#20238)
|
2025-10-01 15:52:44 +02:00 |
|
Declan Carroll
|
2598e735b1
|
test: Configures integration tests to run in src (#19640)
|
2025-09-17 17:36:39 +01:00 |
|
Irénée
|
dc75be3a6f
|
fix: Add accurate concurrent executions count to executions list (#19249)
|
2025-09-15 13:23:05 +01:00 |
|
Mutasem Aldmour
|
b388b230c9
|
fix(core): Skip canceled executions in unfinished execution recovery (#19452)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-09-12 15:34:53 +02:00 |
|
Konstantin Tieber
|
c4f41bb534
|
feat(core): Add retry execution endpoint to public api (#19132)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
|
2025-09-11 10:12:53 +02:00 |
|
Guillaume Jacquart
|
f757790394
|
feat(core): Rebuild project roles to load from the database (#17909)
|
2025-08-28 11:00:31 +02:00 |
|
Andreas Fitzek
|
ecad12b77a
|
chore(core): Use roles from database in global roles (#18768)
|
2025-08-26 17:53:46 +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 |
|
Andreas Fitzek
|
318a91a3e9
|
fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629)
|
2025-08-05 13:13:55 +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 |
|
Marc Littlemore
|
29752ead00
|
fix(core): Prevent unauthorised workflow termination (#16405)
|
2025-06-18 08:27:43 +01:00 |
|
Iván Ovejero
|
ce3c92abe2
|
refactor(core): Add node ID to log streaming events (#16313)
|
2025-06-13 13:08:16 +02:00 |
|
Iván Ovejero
|
53b6812592
|
fix(core): Prevent worker from recovering finished executions (#16094)
|
2025-06-10 11:12:17 +02:00 |
|
Daria
|
1335af05d5
|
feat(core): Add support for partial-match execution filters (#15797)
|
2025-06-04 09:37:35 +03: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
|
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 |
|
Iván Ovejero
|
1f6a36e26e
|
refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255)
|
2025-05-09 17:10:25 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
2bb190349b
|
refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-05-06 15:11:05 +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
|
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 |
|
Iván Ovejero
|
20115a8fa1
|
refactor(core): Move initial files to @n8n/db (#14953)
|
2025-04-29 18:14:52 +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 |
|
कारतोफ्फेलस्क्रिप्ट™
|
9ba58ca80b
|
refactor(core): Persist node execution order, and forward it to the frontend (#14455)
|
2025-04-09 10:19:58 +02:00 |
|
Michael Kret
|
501963f568
|
fix: Show correct message on retry (#14321)
|
2025-04-02 17:20:21 +03: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 |
|
कारतोफ्फेलस्क्रिप्ट™
|
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 |
|
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 |
|
Tomi Turtiainen
|
f001edb2a2
|
refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)
|
2025-02-13 10:54:11 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
d41ca832dc
|
refactor(core): Move ExecutionLifecycleHooks to core (#13042)
|
2025-02-07 18:16:37 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
1593b6cb41
|
fix(core): Do not emit workflow-post-execute event for waiting executions (#13065)
|
2025-02-06 13:37:13 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
65ec6ae0c8
|
refactor(core): Consolidate execution lifecycle hooks even more + additional tests (#12898)
|
2025-02-04 10:17:44 +01:00 |
|
Iván Ovejero
|
a39b8bd32b
|
fix(core): Recover successful data-less executions (#12720)
|
2025-01-22 09:00:17 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
ee08e9e1fe
|
refactor(core): Extract hooks out of workflow-execute-additional-data (no-changelog) (#12749)
|
2025-01-21 14:47:02 +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 |
|
Iván Ovejero
|
9432aa0b00
|
feat(core): Offload manual executions to workers (#11284)
|
2025-01-03 10:43:05 +01:00 |
|
Iván Ovejero
|
e26b406665
|
fix(core): Fix execution cancellation issues in scaling mode (#12343)
|
2024-12-30 13:17:55 +01:00 |
|