Ian Letourneau letian
  • Joined on 2025-04-08
letian created branch autodetect-k3d-server-ip in NationTech/harmony 2025-08-06 15:59:56 +00:00
letian pushed to master at NationTech/harmony 2025-08-06 15:57:21 +00:00
440c1bce12 chore: reformat & clippy cleanup (#96)
letian deleted branch clippy-cleanup from NationTech/harmony 2025-08-06 15:57:21 +00:00
letian merged pull request NationTech/harmony#96 2025-08-06 15:57:19 +00:00
chore: reformat & clippy cleanup
letian pushed to clippy-cleanup at NationTech/harmony 2025-08-05 15:08:43 +00:00
a874b68783 add clippy to harmony composer image
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