Commit Graph

63 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 093cc982b8 fix(core): Pick up release version and date from package.json (no-changelog) (#13666) 2025-03-04 11:35:07 +01:00
Juuso Tapaninen 3aa679e4ac feat(core): Add metric for active workflow count (#13420) 2025-02-26 14:16:38 +02:00
Danny Martini 29ae2396c9 feat: Enable partial exections v2 by default (#13344)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-21 10:25:53 +01:00
कारतोफ्फेलस्क्रिप्ट™ ac1f651905 chore(core): Stop reporting errors to Sentry for older releases (no-changelog) (#13323) 2025-02-20 12:38:54 +01:00
Iván Ovejero 17acf70591 perf(core): Batch workflow activation to speed up startup (#13191) 2025-02-11 15:12:55 +01:00
कारतोफ्फेलस्क्रिप्ट™ be39d0a0f1 fix(core): Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) 2025-02-07 12:06:12 +01:00
कारतोफ्फेलस्क्रिप्ट™ 2b133aa201 feat(core): Add an option to allow community nodes as tools (#13075) 2025-02-06 14:17:15 +01:00
Danny Martini a15504329b fix: Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-02-03 14:17:31 +01:00
कारतोफ्फेलस्क्रिप्ट™ 05b5f95331 refactor(core): Make external hooks type-safe, and add tests (#12893) 2025-01-29 10:33:39 +01:00
कारतोफ्फेलस्क्रिप्ट™ e05608ac90 refactor(core): Alllow using S3 compatible object stores over http (#12812) 2025-01-24 14:50:07 +01:00
Tomi Turtiainen 4f00d7cfe4 refactor: Disable task runner by default (#12776) 2025-01-22 12:15:12 +01:00
Tomi Turtiainen 9e2a01aeaf feat(core): Enable task runner by default (#12726) 2025-01-21 14:31:06 +02:00
Ricardo Espinoza b1a40a231b refactor(core): Update tag endpoints to use DTOs and injectable config (#12380) 2025-01-09 14:17:11 -05:00
Iván Ovejero 88c0838dd7 fix(core): Fix Sentry error reporting on task runners (#12495) 2025-01-08 17:47:40 +01:00
Iván Ovejero 4182095af1 fix(core): Increase default concurrency and timeout in task runners (#12496) 2025-01-08 11:25:37 +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
कारतोफ्फेलस्क्रिप्ट™ 1d5e891a0d refactor(core): Update AI-Assistant backend code to use DTOs and injectable config (no-changelog) (#12373) 2024-12-26 15:31:19 +01:00
Mutasem Aldmour 9f78b16efc chore: Clean up welcome sticky feature (no-changelog) (#11987) 2024-12-02 19:35:54 +01:00
Tomi Turtiainen e22d0f3877 perf(core): Batch items sent in runonceforeachitem mode (no-changelog) (#11870)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-11-26 12:21:51 +02:00
Iván Ovejero 5fa72b0512 fix(core): Fix diagnostics.enabled default value (#11809) 2024-11-20 13:19:41 +01:00
Iván Ovejero d15b8d0509 fix(core): Restore old names for pruning config keys (#11782) 2024-11-20 09:56:37 +01:00
Tomi Turtiainen 43aa389ea7 refactor(core): Bundle the go based launcher to the n8n docker image (no-changelog) (#11792)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-11-19 23:16:57 +02:00
Iván Ovejero a544b74d87 refactor(core): Port diagnostics config (#11761) 2024-11-18 14:08:45 +01:00
Iván Ovejero 124ac26e43 feat(core): Implement task timeouts and heartbeats for runners (no-changelog) (#11690)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-11-17 16:21:28 +02:00
Tomi Turtiainen d25ae8e0d9 refactor: Rename disabled to enabled in runner config (#11621) 2024-11-07 14:22:43 +02: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
Iván Ovejero ce963e8824 refactor(core): Port pruning config (#11507) 2024-11-04 09:09:12 +01:00
Tomi Turtiainen d7ba206b30 feat: Make runner concurrency configurable (no-changelog) (#11448) 2024-10-29 21:08:50 +02:00
Iván Ovejero 097f93564c refactor(core): Port security config (#11440) 2024-10-29 08:52:07 +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
Val 5390061f49 fix: Add config for max task runners payload size (no-changelog) (#11366) 2024-10-23 11:53:21 +01:00
Tomi Turtiainen 8404282046 feat: Enable running task runners externally (no-changelog) (#11319) 2024-10-22 16:23:59 +03:00
Iván Ovejero 3c93ec88cd refactor(core): Port generic config (#11316) 2024-10-21 12:57:37 +02:00
Iván Ovejero 83ca7f8e90 refactor(core): Remove watchdog interval (#11295) 2024-10-17 13:51:56 +02:00
Iván Ovejero be50a9ac44 chore(core): Bring multi-main setup in line with scaling services (#11289) 2024-10-17 10:47:17 +02:00
Val b028d81390 feat: Start Task Runner via Launcher (no-changelog) (#11071) 2024-10-14 14:19:17 +01:00
Iván Ovejero c68782c633 feat(core): Introduce scoped logging (#11127) 2024-10-09 12:56:31 +02:00
Iván Ovejero 6a12f0c5fa fix(core)!: Bind worker server to IPv4 (#11087) 2024-10-04 12:18:26 +02:00
Tomi Turtiainen 4546649c61 feat: Separate task runner server from main http server (no-changelog) (#11062) 2024-10-02 16:38:42 +03:00
Val 27d83e0d91 feat: Initial Code Task Runners support (no-changelog) (#10698)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-10-02 09:31:56 +01:00
Iván Ovejero 3a9c65e1cb refactor(core): Modernize logger service (#11031) 2024-10-01 12:16:09 +02:00
कारतोफ्फेलस्क्रिप्ट™ 6de4dfff87 feat(editor): Setup Sentry integration (#10945) 2024-09-24 17:49:22 +02:00
Tomi Turtiainen 4f0a1a953f refactor: Enable import/order for design-system, workflow and @n8n packages (#10847) 2024-09-18 10:19:33 +03:00
कारतोफ्फेलस्क्रिप्ट™ a3335e0ecd feat(core): Allow customizing max file size in form-data payloads for webhooks (#10857) 2024-09-17 15:55:51 +02:00
Iván Ovejero ff7354228c refactor(core): Increase Postgres connection timeout to 20 seconds (#10705)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-09-06 11:07:03 +02:00
Iván Ovejero 81540318b4 feat(core): Make Postgres connection timeout configurable (#10670) 2024-09-05 09:31:08 +02:00
कारतोफ्फेलस्क्रिप्ट™ dbc10fe9f5 feat(core): Switch to MJML for email templates (#10518) 2024-08-28 17:15:18 +02:00
Iván Ovejero 008c510b76 feat(core): Expose queue metrics for Prometheus (#10559) 2024-08-28 11:36:00 +02:00
कारतोफ्फेलस्क्रिप्ट™ 70b410f4b0 fix(core): Make boolean config value parsing backward-compatible (#10560) 2024-08-27 13:51:26 +02:00