• Joined on 2025-03-07
taha pushed to master at NationTech/harmony 2025-04-24 15:51:29 +00:00
6c06a4ae07 feat: update ensure_ready to check helm is available (#17)
taha merged pull request NationTech/harmony#17 2025-04-24 15:51:29 +00:00
working on ensure_ready to check helm is available
taha commented on pull request NationTech/harmony#17 2025-04-24 15:20:34 +00:00
working on ensure_ready to check helm is available

Helm doesn't have -version it would be version or something like .args(vec!["version", "-c", "--short"]) for a shorter output

taha pushed to master at NationTech/harmony 2025-04-23 19:31:07 +00:00
9345e63a32 fix: couple of changes to get a test working
taha created pull request NationTech/harmony#15 2025-04-23 18:54:19 +00:00
fix(cli): remove need for debug in harmony-cli
taha created branch harmony-cli-remove-debug in NationTech/harmony 2025-04-23 18:53:47 +00:00
taha pushed to harmony-cli-remove-debug at NationTech/harmony 2025-04-23 18:53:47 +00:00
da83019d85 remove need for debug in harmony-cli
taha deleted branch helm-wrapper-score from NationTech/harmony 2025-04-23 18:22:35 +00:00
taha pushed to master at NationTech/harmony 2025-04-23 18:22:28 +00:00
53aa47f91e feat: Initial helm score using helm-wrapper-rs (#14)
taha merged pull request NationTech/harmony#14 2025-04-23 18:22:28 +00:00
feat: Initial helm score using helm-wrapper-rs
taha pushed to helm-wrapper-score at NationTech/harmony 2025-04-23 18:21:29 +00:00
c270548e6e Add TODO for getting NS from kube, making it optional
taha pushed to helm-wrapper-score at NationTech/harmony 2025-04-23 18:14:54 +00:00
217ca989ce rename
taha created pull request NationTech/harmony#14 2025-04-23 18:11:45 +00:00
feat: Initial helm score using helm-wrapper-rs
taha pushed to helm-wrapper-score at NationTech/harmony 2025-04-23 18:10:50 +00:00
4b7715bb6d remove redundant tests
taha pushed to helm-wrapper-score at NationTech/harmony 2025-04-23 18:09:23 +00:00
b7dd3b50d9 initial helm support/scaffolding
taha pushed to helm-wrapper-score at NationTech/harmony 2025-04-23 17:10:31 +00:00
0bc17d1dc7 Quick WIP for Helm score
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
Compare 15 commits »
taha commented on pull request NationTech/harmony#10 2025-04-23 15:49:23 +00:00
feat: introduce topology readiness and initialization

Maybe use temp-dir crate?

taha commented on pull request NationTech/harmony#10 2025-04-23 15:49:23 +00:00
feat: introduce topology readiness and initialization

Could replace with call to inquire