johnride
  • Joined on 2024-02-06
johnride commented on pull request NationTech/harmony#11 2025-04-17 14:49:23 +00:00
tui-score-info

image

C'est mieux. mais je pense que ca merite encore un peu d'amour si c'est pas trop difficile pour le rendering d'un Map.

Ca serait…

johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-17 13:56:01 +00:00
e7a5100891 wip: Implement basic K8sAnywhere setup with K3d support
johnride commented on pull request NationTech/harmony#12 2025-04-16 01:27:45 +00:00
docs: ADR for Helm Resource implementation style

I generally feel wrong about not using an existing tool to deploy helm packages. I feel like using kustomize would be more reasonable here but at the same time it's not that hard to develop the…

johnride suggested changes for NationTech/harmony#9 2025-04-14 19:04:48 +00:00
feat: harmony-cli v0.1 #8
  1. cargo run -p example-cli -- -a
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-14 18:57:07 +00:00
b181c67fcf feat: Introduce K8sAnywhereTopology and refactor Kubernetes interactions
johnride commented on pull request NationTech/harmony#9 2025-04-12 12:09:51 +00:00
feat: harmony-cli v0.1 #8

Je viens de l'essayer, semble pas pire, mais je pense que ca prend quelques trucs pour que le UX soit correct :

johnride suggested changes for NationTech/harmony#9 2025-04-12 12:09:51 +00:00
feat: harmony-cli v0.1 #8
johnride created pull request NationTech/harmony#10 2025-04-11 20:22:48 +00:00
feat: introduce topology readiness and initialization
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-11 20:22:00 +00:00
7ed27e2018 feat: introduce topology readiness and initialization
johnride created branch feat/topologyDependencies in NationTech/harmony 2025-04-11 20:22:00 +00:00
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