vps1_gitea_admin
  • Joined on 2026-03-04
vps1_gitea_admin closed issue RnD/EVOLV#3 2026-03-11 14:37:26 +00:00
Externalize position constants to shared enum
vps1_gitea_admin closed issue RnD/EVOLV#2 2026-03-11 14:15:15 +00:00
Break validationUtils.js (534 lines) into strategy pattern validators
vps1_gitea_admin closed issue RnD/EVOLV#14 2026-03-11 14:11:29 +00:00
Create architecture diagram (node relationship map)
vps1_gitea_admin commented on issue RnD/EVOLV#14 2026-03-11 14:11:24 +00:00
Create architecture diagram (node relationship map)

Created docs/architecture.md with Mermaid diagrams showing:

  • S88 hierarchy with EVOLV node mappings and color scheme
  • Parent-child registration relationships (what each node accepts) -…
vps1_gitea_admin commented on issue RnD/EVOLV#21 2026-03-11 14:08:27 +00:00
validationUtils.js:274 - says Sorting but returns false instead of sorting

Fixed in generalFunctions submodule.

vps1_gitea_admin closed issue RnD/EVOLV#21 2026-03-11 14:08:27 +00:00
validationUtils.js:274 - says Sorting but returns false instead of sorting
vps1_gitea_admin commented on issue RnD/EVOLV#24 2026-03-11 14:08:27 +00:00
AssetLoader: unbounded cache (no max size, no TTL)

Fixed in generalFunctions submodule.

vps1_gitea_admin closed issue RnD/EVOLV#24 2026-03-11 14:08:27 +00:00
AssetLoader: unbounded cache (no max size, no TTL)
vps1_gitea_admin closed issue RnD/EVOLV#8 2026-03-11 14:07:25 +00:00
Fix softwareType case sensitivity (standardize to lowercase)
vps1_gitea_admin commented on issue RnD/EVOLV#8 2026-03-11 14:07:24 +00:00
Fix softwareType case sensitivity (standardize to lowercase)

Fixed: softwareType now standardized to lowercase in ConfigManager.buildConfig(), all config JSON defaults, and childRegistrationUtils.registerChild().

vps1_gitea_admin closed issue RnD/EVOLV#26 2026-03-11 14:06:57 +00:00
[DONE] Real E2E test stack: Node-RED + InfluxDB + Grafana
vps1_gitea_admin opened issue RnD/EVOLV#26 2026-03-11 14:06:54 +00:00
[DONE] Real E2E test stack: Node-RED + InfluxDB + Grafana
vps1_gitea_admin closed issue RnD/EVOLV#25 2026-03-11 14:06:25 +00:00
MeasurementContainer.clear() does not reset chaining context
vps1_gitea_admin commented on issue RnD/EVOLV#25 2026-03-11 14:06:23 +00:00
MeasurementContainer.clear() does not reset chaining context

Fixed: clear() now resets all chaining context (type, variant, position filters).

vps1_gitea_admin commented on issue RnD/EVOLV#1 2026-03-11 14:00:15 +00:00
Extract base config schema to eliminate duplication across nodes

Completed

Changes

  1. baseConfig.json - Shared schema defining general/logging/functionality/asset sections
  2. ConfigManager.buildConfig(nodeName, uiConfig, nodeId, domainConfig)
vps1_gitea_admin closed issue RnD/EVOLV#1 2026-03-11 14:00:15 +00:00
Extract base config schema to eliminate duplication across nodes
vps1_gitea_admin commented on issue RnD/EVOLV#23 2026-03-11 13:57:33 +00:00
predict_class.js:166 - array access without bounds check

Fixed in generalFunctions submodule commit.

vps1_gitea_admin closed issue RnD/EVOLV#23 2026-03-11 13:57:33 +00:00
predict_class.js:166 - array access without bounds check
vps1_gitea_admin commented on issue RnD/EVOLV#22 2026-03-11 13:57:32 +00:00
Measurement.js:116 - orphaned console.log debug line

Fixed in generalFunctions submodule commit.

vps1_gitea_admin closed issue RnD/EVOLV#22 2026-03-11 13:57:32 +00:00
Measurement.js:116 - orphaned console.log debug line