Ian Letourneau letian
  • Joined on 2025-04-08
letian created pull request NationTech/harmony#96 2025-08-05 01:54:15 +00:00
chore: reformat & clippy cleanup
letian pushed to clippy-cleanup at NationTech/harmony 2025-08-05 01:53:08 +00:00
c64b59a4ec apply cargo & clippy fixes
74182bbc60 cleanup harmony with clippy
Compare 2 commits »
letian created branch clippy-cleanup in NationTech/harmony 2025-08-05 01:53:07 +00:00
letian closed pull request NationTech/harmony#25 2025-08-04 21:42:25 +00:00
WIP: Add support for profiles
letian pushed to master at NationTech/harmony 2025-08-04 21:42:07 +00:00
024084859e Monitor an application within a tenant (#86)
letian merged pull request NationTech/harmony#86 2025-08-04 21:42:07 +00:00
Monitor an application within a tenant
letian pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-08-04 21:22:27 +00:00
5cc93d3107 use new harmony_cli::run
569839bf66 Merge branch 'master' into feat/crd-alertmanager-configs
54990cd1a5 fix(cli): simplify running the CLI by hiding the maestro inside the implemtation (#93)
06aab1f57f fix(cli): reduce noise & better track progress within Harmony (#91)
1ab66af718 Merge pull request 'refactor(topo/k8s_anywhere): simplify local installation of k3d' (#90) from simply-k3d-installation into master
Compare 6 commits »
letian deleted branch simplify-cli from NationTech/harmony 2025-08-04 20:59:22 +00:00
letian pushed to master at NationTech/harmony 2025-08-04 20:59:13 +00:00
54990cd1a5 fix(cli): simplify running the CLI by hiding the maestro inside the implemtation (#93)
letian merged pull request NationTech/harmony#93 2025-08-04 20:59:10 +00:00
fix(cli): simplify running the CLI by hiding the maestro inside the implemtation
letian pushed to simplify-cli at NationTech/harmony 2025-08-04 20:56:32 +00:00
acf7e2f8b8 reorder run params & update README
letian pushed to simplify-cli at NationTech/harmony 2025-08-04 20:46:23 +00:00
eab27b1f66 make harmony_cli::init private
letian opened issue NationTech/harmony#95 2025-08-04 20:41:43 +00:00
Ensure that the tenant name and the application name are the same
letian commented on pull request NationTech/harmony#86 2025-08-04 20:41:07 +00:00
Monitor an application within a tenant

Personal opinion, but I'm not even sure the end user should have to worry about providing names for the tenant, the application, or any other scores. It would be simpler if there is one "global" name for the whole configuration.

letian pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-08-04 19:28:16 +00:00
e078f5c062 quick cleanup
letian opened issue NationTech/harmony#94 2025-08-04 19:26:26 +00:00
Introduire un K3d/sTenantManager
letian commented on pull request NationTech/harmony#86 2025-08-04 19:26:02 +00:00
Monitor an application within a tenant

Selon le contexte (e.g. K3dLocal), introduire une nouvelle implementation K3d/sTenantManager qui permet d'aller chercher dans docker l'adresse ip a definir ici.

letian pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-08-02 15:58:50 +00:00
a8394cda47 simpler check to see if a crd exists + cleanup
letian pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-08-02 15:11:03 +00:00
064f6d88ba quick cleanup
9403581be5 fix check to ensure prometheus operator is installed
Compare 2 commits »
letian commented on pull request NationTech/harmony#86 2025-08-02 14:08:24 +00:00
Monitor an application within a tenant

is there a reason why these double clone().clone()? there's a lot of them in this file