johnride
  • Joined on 2024-02-06
johnride released Latest Snapshot at NationTech/harmony 2025-07-31 19:38:51 +00:00
johnride approved NationTech/harmony#91 2025-07-31 16:09:29 +00:00
fix(cli): reduce noise & better track progress within Harmony

Overall I have a feeling like this is too specific on each tiny little even type, it might make maintenance and extensibility quite a burden.

johnride commented on pull request NationTech/harmony#91 2025-07-31 15:59:32 +00:00
fix(cli): reduce noise & better track progress within Harmony

There me be another side effect to initializing the topology immediately : the scores we are launching from various places in the code.

They might be relying on the Topology being ready, and…

johnride released Latest Snapshot at NationTech/harmony 2025-07-31 13:23:51 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-07-27 14:13:26 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-07-21 18:06:53 +00:00
johnride deleted branch log/composer from NationTech/harmony 2025-07-21 18:05:10 +00:00
johnride pushed to master at NationTech/harmony 2025-07-21 18:05:02 +00:00
cef745b642 Merge pull request 'log(composer): Log check_path_str value when error' (#77) from log/composer into master
d9959378a6 log(composer): Log check_path_str value when error
Compare 2 commits »
johnride merged pull request NationTech/harmony#77 2025-07-21 18:05:00 +00:00
log(composer): Log check_path_str value when error
johnride pushed to log/composer at NationTech/harmony 2025-07-21 13:16:09 +00:00
d9959378a6 log(composer): Log check_path_str value when error
johnride commented on pull request NationTech/harmony#88 2025-07-21 13:10:08 +00:00
chore: cleanup of unnecessary files & adjust gitignores

which not available on windows, this would be a good first issue for someone to provide a clean way to verify available tools on the host or something like that.

johnride released Latest Snapshot at NationTech/harmony 2025-07-11 14:39:44 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-07-11 14:33:28 +00:00
johnride commented on pull request NationTech/harmony#85 2025-07-09 08:52:39 +00:00
fix: unjank the demo

The Tenant should not be visible at the applcation scope. An application will auto detect the tenant it is supposed to be in from the environment (such as the content of the loaded kubeconfig).

johnride suggested changes for NationTech/harmony#85 2025-07-09 08:52:39 +00:00
fix: unjank the demo

Overall improvement, going in the right direction.

johnride commented on pull request NationTech/harmony#85 2025-07-09 08:52:39 +00:00
fix: unjank the demo

This is binding Harmony's usage to kube-rs API, which is wrong.

johnride commented on pull request NationTech/harmony#85 2025-07-09 08:52:39 +00:00
fix: unjank the demo

Our users have no clue what ntfy or prometheus is, this is leaking Harmony's internals. Alerting is just a feature of the infrastructure that they do not need to know how it is implemented.

johnride commented on pull request NationTech/harmony#85 2025-07-09 08:52:39 +00:00
fix: unjank the demo

These would be better in the examples's own gitignore file examples/rust/.gitignore. Eventually we may have hundreds of examples, we don't want thousands of lines in this file.