johnride
  • Joined on 2024-02-06
johnride pushed to feat/dryRun at NationTech/harmony 2025-06-24 18:58:38 +00:00
acfb93f1a2 feat: add dry-run functionality and similar dependency
e06548ac44 feat: Alerting module architecture to make it easy to use and extensible by external crates
155e9bac28 feat: create harmony_composer initial version + rework CI (#58)
7bebc58615 feat: add tenant credential management (#63)
246d6718c3 docs: Introduce project delivery automation ADR. This is still WIP (#51)
Compare 7 commits »
johnride commented on pull request NationTech/harmony#64 2025-06-24 18:13:54 +00:00
impl_monitoring_alerting_kube_prometheus

Delete comment

johnride commented on pull request NationTech/harmony#64 2025-06-24 18:13:54 +00:00
impl_monitoring_alerting_kube_prometheus

T should not be bound to HelmCommand here

johnride suggested changes for NationTech/harmony#64 2025-06-24 18:13:54 +00:00
impl_monitoring_alerting_kube_prometheus
johnride commented on pull request NationTech/harmony#64 2025-06-24 18:13:54 +00:00
impl_monitoring_alerting_kube_prometheus

typo

johnride commented on pull request NationTech/harmony#64 2025-06-24 18:13:53 +00:00
impl_monitoring_alerting_kube_prometheus

Don't commit

johnride commented on pull request NationTech/harmony#64 2025-06-24 18:13:53 +00:00
impl_monitoring_alerting_kube_prometheus

Don't commit that file it is autogenerated by Harmony. It should be stored somewhere that is gititgnored, which is not the case right now but still - don't commit.

johnride pushed to feat/applicationModule at NationTech/harmony 2025-06-24 15:20:44 +00:00
22847fc42a feat: WIP application module that will allow easy design of application/solution scores with standard delivery features like CI/CD/Backups/Multisite
johnride created branch feat/applicationModule in NationTech/harmony 2025-06-24 15:20:44 +00:00
johnride deleted branch feat/monitoring_alerting from NationTech/harmony 2025-06-19 14:37:22 +00:00
johnride pushed to master at NationTech/harmony 2025-06-19 14:37:21 +00:00
e06548ac44 feat: Alerting module architecture to make it easy to use and extensible by external crates
johnride merged pull request NationTech/harmony#61 2025-06-19 14:37:20 +00:00
feat/monitoring_alerting
johnride approved NationTech/harmony#61 2025-06-19 14:36:27 +00:00
feat/monitoring_alerting
johnride approved NationTech/harmony#58 2025-06-18 19:51:42 +00:00
Create harmony_composer initial
johnride pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-18 17:10:25 +00:00
527b88ce3b wip : new architecture test for Alerting, this one binds everything at the Score level. The score itself knows exactly what kind of sender is deployed on what such as Prometheus Sender deployed on Kubernetes. This still allows for extensibility where users can create new scores for new combinations easily, and allows for a generic AlertInterpret that handles reusable core logic to manage alerting concerns within Harmony
johnride deleted branch feat/tenantCredentials from NationTech/harmony 2025-06-17 18:28:17 +00:00
johnride pushed to master at NationTech/harmony 2025-06-17 18:28:12 +00:00
7bebc58615 feat: add tenant credential management (#63)
johnride merged pull request NationTech/harmony#63 2025-06-17 18:28:09 +00:00
feat: add tenant credential management
johnride pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-17 17:31:36 +00:00
c6a39a39a1 wip: Monitoring architecture becoming clearer, added adr/010-monitoring-alerting/architecture.rs that demonstrates how we designed the monitoring stack to be fully extensible by other crates
johnride pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-16 21:02:32 +00:00
9412c0529a feat: add monitoring system and alerting