From b02306c42f6361ceb6f8572888fe090fe751703b Mon Sep 17 00:00:00 2001 From: Rene De Ren Date: Thu, 12 Mar 2026 09:33:52 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20codebase=20scan=20=E2=80=94=20bug=20fixe?= =?UTF-8?q?s,=20security,=20logging=20consistency,=20monster=20modernizati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - generalFunctions: add missing migrateConfig(), config versioning, formatters module - rotatingMachine: fix eneableLog typo, correct child registration ID - machineGroupControl: console.log → structured logger - settler/reactor: console.log → logger, throw on unknown reactor type - monster: modernize imports to require('generalFunctions'), remove broken TensorFlow code, add childRegistrationUtils, consolidate input handlers - dashboardAPI: remove hardcoded Grafana bearer token, use logger Co-Authored-By: Claude Opus 4.6 --- nodes/dashboardAPI | 2 +- nodes/generalFunctions | 2 +- nodes/machineGroupControl | 2 +- nodes/monster | 2 +- nodes/reactor | 2 +- nodes/rotatingMachine | 2 +- nodes/settler | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nodes/dashboardAPI b/nodes/dashboardAPI index 3c99c67..0d27f8e 160000 --- a/nodes/dashboardAPI +++ b/nodes/dashboardAPI @@ -1 +1 @@ -Subproject commit 3c99c67d217c562335bb982070e223d7e3f45690 +Subproject commit 0d27f8ed9d03777558700c35785e34fcfc3df449 diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 7e40ea0..31928fd 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 7e40ea07974299fa75a831acccfd5a87636ac399 +Subproject commit 31928fd1248d41bb7e9385f807c914cf90fa2372 diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl index 008f662..8a53746 160000 --- a/nodes/machineGroupControl +++ b/nodes/machineGroupControl @@ -1 +1 @@ -Subproject commit 008f662114c8725e5734e6fbd5740f392c023d11 +Subproject commit 8a53746381478737c922e3a9d57dd93434e5bc25 diff --git a/nodes/monster b/nodes/monster index a188952..ae30f04 160000 --- a/nodes/monster +++ b/nodes/monster @@ -1 +1 @@ -Subproject commit a1889525af0eb5831138a8bd2ac9ea2914ca9fba +Subproject commit ae30f0449cd05f5110d28964b3e9c0a6f94ffac6 diff --git a/nodes/reactor b/nodes/reactor index 7ff7c6e..0625198 160000 --- a/nodes/reactor +++ b/nodes/reactor @@ -1 +1 @@ -Subproject commit 7ff7c6ec1d5e3591bf1350fc3d9b65e8c2555d09 +Subproject commit 06251988aff9d9b3af19386294bd1a3d27f323fb diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index bb986c2..7b9fdd7 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit bb986c2dc8c1f12540460099524482fbeb399463 +Subproject commit 7b9fdd7342a2f7407b5b3bc03310a1693750035c diff --git a/nodes/settler b/nodes/settler index a369361..fdfb9ed 160000 --- a/nodes/settler +++ b/nodes/settler @@ -1 +1 @@ -Subproject commit a369361d9902fd007f589d24deb857802061721d +Subproject commit fdfb9edf0d1ae9fce634db4e262243d81637af87