johnride
  • Joined on 2024-02-06
johnride commented on pull request NationTech/harmony#14 2025-04-23 18:22:22 +00:00
feat: Initial helm score using helm-wrapper-rs

Needs to be optional here so we can decide at runtime which namespace we're deploying to. For example, when we're deploying a staging stack we should be able to specify "stack-staging" or "stack-prod" or "stack-pullrequestno435"

johnride deleted branch feat/topologyDependencies from NationTech/harmony 2025-04-23 15:58:32 +00:00
johnride pushed to master at NationTech/harmony 2025-04-23 15:58:32 +00:00
8f470278a7 Merge pull request 'feat: introduce topology readiness and initialization' (#10) from feat/topologyDependencies into master
213fb25686 feat: Use inquire::Confirm instead of raw std::io::Read for K8sAnywhere installation confirmation prompt
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
Compare 13 commits »
johnride merged pull request NationTech/harmony#10 2025-04-23 15:58:32 +00:00
feat: introduce topology readiness and initialization
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 approved NationTech/harmony#11 2025-04-23 14:52:46 +00:00
tui-score-info
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 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 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