dohertj2 dohertj2
  • Joined on 2026-02-20
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 01:21:27 -04:00
c63fb1c4a6 feat: achieve CLI parity with Central UI
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 01:08:45 -04:00
b2385709f8 fix: raise health report sender log level to INFO for observability
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 00:57:52 -04:00
f165ca2774 feat: wire all health metrics and add instance counts to dashboard
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 00:39:04 -04:00
88b5f6cb54 fix: handle mixed JSON types in data connection config deserialization
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 00:28:37 -04:00
68115e7e38 feat: move Areas to Design role, fix logout, add Sign Out button
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 00:20:04 -04:00
75a6636a2c fix: wire DCL connection state changes into ISiteHealthCollector
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-18 00:08:50 -04:00
4f22ca2b1f feat: replace ActorSelection with ClusterClient for inter-cluster communication
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 23:46:27 -04:00
e5eb871961 fix: wire up health report pipeline between sites and central aggregator
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 23:13:19 -04:00
9e97c1acd2 feat: replace site registration with database-driven site addressing
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 22:12:58 -04:00
eb8d5ca2c0 feat: add Docker infrastructure for 8-node cluster topology (2 central + 3 sites)
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 18:25:43 -04:00
775cb8084f feat: data-sourced attributes start with uncertain quality before first DCL value
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 18:19:34 -04:00
adc1af9f16 docs: note CLI as preferred tool for non-UI system setup and control
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 18:18:31 -04:00
85d351d729 chore: ignore all logs/ directories at any depth
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 18:17:52 -04:00
eea50014de fix: resolve CLI serialization failures and add README
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:59:10 -04:00
40f74e4a42 feat: implement all CLI command groups (10 groups, 11 files)
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:57:49 -04:00
d41e156fe4 test: add ManagementActor unit tests (12 tests, authorization + data flow + errors)
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:51:45 -04:00
229287cfd2 feat: scaffold CLI project with ClusterClient connection and System.CommandLine
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:49:38 -04:00
1942544769 feat: register ManagementActor on Central with ClusterClientReceptionist
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:46:59 -04:00
1dc7d50bce feat: implement ManagementActor with all command handlers and authorization
dohertj2 pushed to main at dohertj2/ScadaBridge 2026-03-17 14:41:58 -04:00
8068c499bd feat: define management message contracts in Commons (10 command groups)