johnride
  • Joined on 2024-02-06
johnride deleted branch small-fixes from NationTech/harmony 2025-04-24 18:47:49 +00:00
johnride merged pull request NationTech/harmony#19 2025-04-24 18:47:48 +00:00
fix: small-fixes
johnride approved NationTech/harmony#19 2025-04-24 18:47:15 +00:00
fix: small-fixes
johnride pushed to master at NationTech/harmony 2025-04-24 17:43:33 +00:00
00c0566533 Merge pull request 'feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function' (#18) from feat/maestroinitialize into master
f5e3f1aaea feat: Add check.sh helper script to make sure code looks OK before pushing
508b97ca7c chore: Fix more warnings
80bdd0ee8a feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function
Compare 4 commits »
johnride merged pull request NationTech/harmony#18 2025-04-24 17:43:32 +00:00
feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function
johnride pushed to feat/maestroinitialize at NationTech/harmony 2025-04-24 17:16:50 +00:00
f5e3f1aaea feat: Add check.sh helper script to make sure code looks OK before pushing
508b97ca7c chore: Fix more warnings
Compare 2 commits »
johnride created pull request NationTech/harmony#18 2025-04-24 17:00:26 +00:00
feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function
johnride pushed to feat/maestroinitialize at NationTech/harmony 2025-04-24 16:59:28 +00:00
80bdd0ee8a feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function
johnride created branch feat/maestroinitialize in NationTech/harmony 2025-04-24 16:59:28 +00:00
johnride created pull request NationTech/harmony#16 2025-04-24 14:24:12 +00:00
chore: Fix all warnings in the project, ignore unused variables mostly
johnride pushed to chore/warnings at NationTech/harmony 2025-04-24 14:23:53 +00:00
dccc9c04f5 chore: Fix all warnings in the project, ignore unused variables mostly
johnride created branch chore/warnings in NationTech/harmony 2025-04-24 14:23:53 +00:00
johnride deleted branch harmony-cli-remove-debug from NationTech/harmony 2025-04-23 18:55:12 +00:00
johnride pushed to master at NationTech/harmony 2025-04-23 18:55:08 +00:00
ff830486af Merge pull request 'fix(cli): remove need for debug in harmony-cli' (#15) from harmony-cli-remove-debug into master
da83019d85 remove need for debug in harmony-cli
Compare 2 commits »
johnride merged pull request NationTech/harmony#15 2025-04-23 18:55:06 +00:00
fix(cli): remove need for debug in harmony-cli
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 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