johnride
  • Joined on 2024-02-06
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-11 20:22:00 +00:00
7ed27e2018 feat: introduce topology readiness and initialization
johnride suggested changes for NationTech/harmony#9 2025-04-11 19:32:05 +00:00
feat: harmony-cli v0.1 #8

Code is simple, which is good enough for a mini prototype like this.

johnride commented on pull request NationTech/harmony#9 2025-04-11 19:32:05 +00:00
feat: harmony-cli v0.1 #8

Calling a function here that uses .iter().filter() and returns an option is more idiomatic rust (and more robust) than the mut bool found and mut count Just filter the array and them you can match filtered.len()

johnride deleted branch adr/005-interactive-project from NationTech/harmony 2025-04-11 15:06:26 +00:00
johnride closed pull request NationTech/harmony#6 2025-04-11 15:05:39 +00:00
feat(adr): add architecture decision record for interactive project setup
johnride pushed to master at NationTech/harmony 2025-04-11 15:04:03 +00:00
3097e6af67 Merge branch 'adr/005-interactive-project'
606ea43b51 fix: improve tests and remove unused code
31ae8365a6 docs: add quick demo and core architecture overview
1cbf4de2a1 adr: proposal serde for score data representation and UI rendering
b4cc5cff4f feat: add serde derive to Score types
Compare 21 commits »
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-11 15:01:52 +00:00
606ea43b51 fix: improve tests and remove unused code
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-09 20:10:49 +00:00
31ae8365a6 docs: add quick demo and core architecture overview
johnride opened issue NationTech/harmony#8 2025-04-08 18:20:11 +00:00
harmony mini cli
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-05 18:39:45 +00:00
1cbf4de2a1 adr: proposal serde for score data representation and UI rendering
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-05 18:36:48 +00:00
b4cc5cff4f feat: add serde derive to Score types
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-03 17:42:05 +00:00
ab9b7476a4 feat: add load balancer score and frontend integration
e6384da57e Working on various ADR, cleaning up some stuff
Compare 2 commits »
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-03 16:22:32 +00:00
79213ba8d7 feat: implement passthrough for HAClusterTopology traits
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-04-02 19:52:02 +00:00
fc718f11cf feat: Introduce Topology Trait for Compile-Time Safe Score Binding
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-03-31 19:07:47 +00:00
f7dc15cbf0 refactor(topology): remove unused HAClusterTopology import
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-03-31 19:03:14 +00:00
6e9bf3a4be Add more Topology samples with various architectures
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-03-27 03:11:18 +00:00
fda007f014 feat(topology): generalize Score and Interpret implementations with topology traits
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-03-26 20:39:50 +00:00
d7897f29c4 feat(orchestration): introduce Interpret trait and refactor score application
johnride pushed to adr/005-interactive-project at NationTech/harmony 2025-03-25 12:03:49 +00:00
3962238f0d spike: Working on abstractions, Topology, Score, Capability, Maestro for strong type safety and nice UX/DX