johnride
  • Joined on 2024-02-06
johnride deleted branch feat/topologyDependencies from NationTech/harmony 2025-04-23 15:58:32 +00:00
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-23 15:57:31 +00:00
213fb25686 feat: Use inquire::Confirm instead of raw std::io::Read for K8sAnywhere installation confirmation prompt
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-23 15:17:45 +00:00
45668638e1 feat: TUI does not require Topology to implement Debug anymore
0857aba039 Switch HAClusterTopology for K8sAnywhereTopology in lamp example
452ebc2614 feat: add k3d installation interpret
9e456bb4f5 chore: Refactor DownloadableAsset tests to use httptest instead of a local TcpListener
83ba0e1044 fix: Initialize K3DInstallationScore correctly
Compare 12 commits »
johnride deleted branch tui-score-info from NationTech/harmony 2025-04-23 14:54:45 +00:00
johnride pushed to master at NationTech/harmony 2025-04-23 14:54:34 +00:00
eeafa086f3 feat: Improve output of tui. From p-r tui-score-info (#11)
johnride merged pull request NationTech/harmony#11 2025-04-23 14:54:33 +00:00
tui-score-info
johnride commented on pull request NationTech/harmony#11 2025-04-23 14:52:46 +00:00
tui-score-info

Better understand the use case here, or replace the debug with "UNSUPPORTED KEY TYPE"

johnride commented on pull request NationTech/harmony#11 2025-04-23 14:52:46 +00:00
tui-score-info

delete

johnride commented on pull request NationTech/harmony#11 2025-04-23 14:52:46 +00:00
tui-score-info

delete

johnride approved NationTech/harmony#11 2025-04-23 14:52:46 +00:00
tui-score-info
johnride pushed to tui-score-info at NationTech/harmony 2025-04-23 14:38:03 +00:00
3e032b79f6 chore: Move large score to function
johnride pushed to tui-score-info at NationTech/harmony 2025-04-23 14:33:47 +00:00
27f6ed97f9 chore: Add heavy score example to tui to see what it looks like with long output. Good enough as a step forward!
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-23 14:16:26 +00:00
0ac8ba054a Switch HAClusterTopology for K8sAnywhereTopology in lamp example
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-19 19:25:49 +00:00
9995592238 feat: add k3d installation interpret
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-19 19:06:37 +00:00
fe44db6270 chore: Refactor DownloadableAsset tests to use httptest instead of a local TcpListener
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-19 03:46:16 +00:00
b1e5f0912c fix: Initialize K3DInstallationScore correctly
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-19 03:41:09 +00:00
a73880e0f6 chore: Cargo fmt
9da3c5e1ee feat: download and install k3d latest release
7fae8e417b wip: Started work on k3d crate
3569d7534e wip: Implement basic K8sAnywhere setup with K3d support
2068a597ea feat: Introduce K8sAnywhereTopology and refactor Kubernetes interactions
Compare 8 commits »
johnride pushed to feat/topologyDependencies at NationTech/harmony 2025-04-19 03:37:21 +00:00
60c72bb328 chore: Cargo fmt
e65e73ce89 feat: download and install k3d latest release
Compare 2 commits »
johnride commented on pull request NationTech/harmony#9 2025-04-18 14:57:26 +00:00
feat: harmony-cli v0.1 #8

So much better. I think there are more Rust idiomatic ways to handle that with Slices or something but it's good enough :

johnride commented on pull request NationTech/harmony#9 2025-04-18 14:57:26 +00:00
feat: harmony-cli v0.1 #8

This function, though pretty simple, deserves a test. Could be a good place for a doctest. Not necessary though, just spilling my thoughts.