johnride
  • Joined on 2024-02-06
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 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

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.

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 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

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

Thanks for fixing my demo hardcoding crap 😅

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

What does the $ do ?

johnride released Latest Snapshot at NationTech/harmony 2025-07-05 01:20:08 +00:00
johnride deleted branch fix/argoApplication from NationTech/harmony 2025-07-05 01:19:21 +00:00
johnride pushed to master at NationTech/harmony 2025-07-05 01:19:14 +00:00
9452cf5616 Merge pull request 'fix/argoApplication' (#84) from fix/argoApplication into master
98f3f82ad5 refact: Rename HttpScore into StaticFileHttpScore and add minimal documentation
3eca409f8d Merge remote-tracking branch 'origin/feat/monitoring-application-feature' into fix/argoApplication
c11a31c7a9 wip: Fix ArgoApplication
Compare 4 commits »
johnride merged pull request NationTech/harmony#84 2025-07-05 01:19:11 +00:00
fix/argoApplication