Commit graph

3111 commits

Author SHA1 Message Date
Iván Ovejero 5b139e49f6
Merge branch 'master' into cat-301-runner-idle-shutdown 2024-11-07 13:24:23 +01:00
Tomi Turtiainen d25ae8e0d9
refactor: Rename disabled to enabled in runner config (#11621) 2024-11-07 14:22:43 +02:00
Iván Ovejero b18a3e269d
perf(core): Launch runners on demand and shut down if idle 2024-11-07 11:04:08 +01:00
Tomi Turtiainen 3111dece72
perf(core): Deduplicate task runner data request response (no-changelog) (#11583)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-11-07 11:24:00 +02:00
github-actions[bot] 3dc0904a6c
🚀 Release 1.67.0 (#11599)
Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
2024-11-06 11:09:56 -05:00
Eugene 5c69ba2c44
chore: Create table and typeorm entity for test definitions (no-changelog) (#11505)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-11-06 14:35:45 +01:00
Iván Ovejero a6070afdda
fix(core): Include projectId in range query middleware (#11590) 2024-11-06 13:50:41 +01:00
Iván Ovejero ca75020821
perf(core): Load node types on demand on runners (no-changelog) (#11559) 2024-11-06 13:39:31 +01:00
Iván Ovejero befa26f89a
refactor(core): Minor improvements to pruning service (#11578)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-11-06 13:16:23 +01:00
Iván Ovejero 19d55da4ad
test(core): Expand test coverage for pruning (#11567) 2024-11-05 18:21:56 +01:00
Tomi Turtiainen 3edecffd71
refactor: Move runner types to runner package (#11552) 2024-11-05 10:32:15 +01:00
कारतोफ्फेलस्क्रिप्ट™ 6b9353c80f
fix(core): Save exeution progress for waiting executions, even when progress saving is disabled (#11535)
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-11-04 17:12:22 +01:00
Tomi Turtiainen 9355fc3578
refactor: Encapsulate task runner startup to module (#11531) 2024-11-04 16:12:29 +02:00
कारतोफ्फेलस्क्रिप्ट™ e8757e58f6
fix(core): Do not delete waiting executions when saving of successful executions is disabled (#11458) 2024-11-04 14:45:41 +01:00
Danny Martini d1153f51e8
fix(core): Don't send a executionFinished event to the browser with no run data if the execution has already been cleaned up (#11502)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-11-04 13:04:22 +01:00
कारतोफ्फेलस्क्रिप्ट™ da18e1ad29
refactor(core): Extract load-options context out of NodeExecutionFunctions (no-changelog) (#11461) 2024-11-04 12:35:07 +01:00
कारतोफ्फेलस्क्रिप्ट™ 1be7de6180
refactor(core): Extract trigger context out of NodeExecutionFunctions (no-changelog) (#11453) 2024-11-04 11:13:44 +01:00
Tomi Turtiainen e4aa1d01f3
feat: Only send needed data to task runner (no-changelog) (#11487) 2024-11-04 11:13:09 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2104fa1733
refactor(core): Extract poll context out of NodeExecutionFunctions (no-changelog) (#11449) 2024-11-04 09:49:52 +01:00
Iván Ovejero ce963e8824
refactor(core): Port pruning config (#11507) 2024-11-04 09:09:12 +01:00
Iván Ovejero c5191e697a
fix(core): Account for double quotes in instance base URL (#11495) 2024-11-01 15:06:25 +01:00
github-actions[bot] dd7d374185
🚀 Release 1.66.0 (#11488)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2024-10-31 17:07:37 +02:00
Iván Ovejero 529d4fc3ef
fix(core): Ensure remove-triggers-and-pollers command is not debounced (#11486) 2024-10-31 15:27:15 +02:00
Tomi Turtiainen d7ba206b30
feat: Make runner concurrency configurable (no-changelog) (#11448)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-10-29 21:08:50 +02:00
कारतोफ्फेलस्क्रिप्ट™ 60cdf0ba44
feat(editor): Allow enabling canvas v2 via instance settings (no-changelog) (#11447) 2024-10-29 14:41:10 +01:00
Tomi Turtiainen 4e3681b905
fix: Provide a better error message when task runner disconnects (no-changelog) (#11442) 2024-10-29 12:39:31 +02:00
Csaba Tuncsik 7a8dafe990
fix(core): Add 'user_id' to license-community-plus-registered telemetry event (#11430) 2024-10-29 10:45:03 +01:00
Iván Ovejero 097f93564c
refactor(core): Port security config (#11440)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-10-29 08:52:07 +01:00
Iván Ovejero c152a3ac56
fix(core): Ensure job processor does not reprocess amended executions (#11438) 2024-10-29 08:51:55 +01:00
Tomi Turtiainen d4c4db823e
feat: Forward logs from task runner to logger (no-changelog) (#11422) 2024-10-28 15:44:03 +01:00
Tomi Turtiainen c56f30ce15
feat: N8N_RUNNERS_MAX_OLD_SPACE_SIZE configuration (no-changelog) (#11419) 2024-10-28 16:14:38 +02:00
Iván Ovejero 12d218ea38
refactor(core): Port license config (#11428) 2024-10-28 10:52:31 +01:00
Tomi Turtiainen d6aaeea2ab
fix: Load sentry for task runner server only if configured (no-changelog) (#11420) 2024-10-25 17:52:39 +03:00
Michael Kret 151f4dd7b8
fix(n8n Form Node): Form Trigger does not wait in multi-form mode (#11404) 2024-10-25 11:49:36 +01:00
Danny Martini 7fc3b25d21
fix(core): Fix Message Event Bus Metrics not counting up for labeled metrics (#11396) 2024-10-25 10:24:39 +02:00
कारतोफ्फेलस्क्रिप्ट™ 8608baeb7e
fix(core): On unhandled rejections, extract the original exception correctly (#11389) 2024-10-24 20:02:05 +02:00
Marc Littlemore 8201d322dd
feat: Add active workflow triggers metric (no-changelog) (#11398) 2024-10-24 17:27:56 +01:00
कारतोफ्फेलस्क्रिप्ट™ ed30d43236
fix(core): Make execution and its data creation atomic (#11392)
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
2024-10-24 16:07:26 +02:00
Iván Ovejero 656439e871
fix(core): Add safeguard for command publishing (#11337) 2024-10-24 13:22:28 +02:00
Iván Ovejero f4ea943c9c
fix(core): Ensure LoggerProxy is not scoped (#11379) 2024-10-24 12:53:34 +02:00
github-actions[bot] 247bcc16c8
🚀 Release 1.65.0 (#11386)
Co-authored-by: cstuncsik <5410822+cstuncsik@users.noreply.github.com>
2024-10-24 12:29:51 +02:00
Iván Ovejero 88c1c4ad7b
refactor(core): Add external secrets log scope (#11224) 2024-10-24 11:37:19 +02:00
Shireen Missi 7a71cff4d7
fix(core): Change dedupe value column type from varchar(255) to text (#11357)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-10-23 14:16:48 +01:00
कारतोफ्फेलस्क्रिप्ट™ 96219486dc
ci: Use tsc-watch across all backend packages (no-changelog) (#11364) 2024-10-23 14:39:44 +02:00
Danny Martini e6b2f8e7e6
fix(API): PUT /credentials/:id should move the specified credential, not the first one in the database (#11365) 2024-10-23 14:21:11 +02:00
Tomi Turtiainen f414e90993
refactor: Clean task runner code (#11368) 2024-10-23 14:34:08 +03:00
Val 74fc3889b9
fix(core): Sanitise IdP provided information in SAML test pages (#11171)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-10-23 13:22:15 +02:00
Val 5390061f49
fix: Add config for max task runners payload size (no-changelog) (#11366) 2024-10-23 11:53:21 +01:00
Iván Ovejero 4f1816e03d
fix(core): Fix race condition when resolving post-execute promise (#11360) 2024-10-23 11:56:22 +02:00
Tomi Turtiainen c078a516be
feat(core): Enforce config file permissions on startup (#11328)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2024-10-23 12:54:53 +03:00