johnride
  • Joined on 2024-02-06
johnride merged pull request NationTech/harmony#76 2025-07-03 19:37:51 +00:00
feat: harmony now defaults to using local k3d cluster. Also created `OCICompliant: Application` trait to make building images cleaner
johnride pushed to feat/oci at NationTech/harmony 2025-07-03 19:37:12 +00:00
7b0f3b79b1 Merge remote-tracking branch 'origin/master' into feat/oci
b4f5b91a57 feat: WIP argocd_score (#78)
Compare 2 commits »
johnride pushed to feat/oci at NationTech/harmony 2025-07-03 19:34:35 +00:00
e6612245a5 Merge pull request 'feat/cd/localdeploymentdemo' (#79) from feat/cd/localdeploymentdemo into feat/oci
d317c0ba76 fix: Continuous delivery now works with rust example to deploy on local k3d, ingress and everything
539b8299ae feat(continuousdelivery): Local deployment implementation for demo purposes. Needs a lot of refactoring but it works (or almost works)
Compare 3 commits »
johnride created pull request NationTech/harmony#79 2025-07-03 19:31:31 +00:00
feat/cd/localdeploymentdemo
johnride deleted branch argocd_score from NationTech/harmony 2025-07-03 19:30:13 +00:00
johnride pushed to master at NationTech/harmony 2025-07-03 19:30:09 +00:00
b4f5b91a57 feat: WIP argocd_score (#78)
johnride merged pull request NationTech/harmony#78 2025-07-03 19:30:05 +00:00
feat: WIP argocd_score
johnride approved NationTech/harmony#78 2025-07-03 19:29:44 +00:00
feat: WIP argocd_score
johnride pushed to feat/cd/localdeploymentdemo at NationTech/harmony 2025-07-03 19:25:56 +00:00
d317c0ba76 fix: Continuous delivery now works with rust example to deploy on local k3d, ingress and everything
johnride pushed to feat/cd/localdeploymentdemo at NationTech/harmony 2025-07-03 15:55:23 +00:00
539b8299ae feat(continuousdelivery): Local deployment implementation for demo purposes. Needs a lot of refactoring but it works (or almost works)
johnride created branch feat/cd/localdeploymentdemo in NationTech/harmony 2025-07-03 15:55:23 +00:00
johnride commented on pull request NationTech/harmony#76 2025-07-03 14:57:56 +00:00
feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner

This is actually the container image url. The chart uses it to reference the image correctly.

But yes, this is a common pain with image urls, helm chart names, application names, etc. Perhaps…

johnride created pull request NationTech/harmony#77 2025-07-03 14:53:59 +00:00
log(composer): Log check_path_str value when error
johnride pushed to log/composer at NationTech/harmony 2025-07-03 14:53:41 +00:00
829a7b0f44 log(composer): Log check_path_str value when error
johnride created branch log/composer in NationTech/harmony 2025-07-03 14:53:41 +00:00
johnride pushed to feat/oci at NationTech/harmony 2025-07-03 11:23:20 +00:00
5a89495c61 feat: implement helm chart generation and publishing
johnride commented on pull request NationTech/harmony#76 2025-07-03 05:22:01 +00:00
feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner

Looooooootttts of stuff in the last commit that is just stuffed there. Will need some refactoring but basic functionality works right now.

johnride pushed to feat/oci at NationTech/harmony 2025-07-03 05:21:23 +00:00
bd337d1cb9 feat: implement helm chart generation and publishing
johnride pushed to feat/oci at NationTech/harmony 2025-07-03 05:20:14 +00:00
1d90c3308d feat: implement helm chart generation and publishing
fb7849c010 feat: Add sample leptos webapp as example
Compare 2 commits »
johnride commented on pull request NationTech/harmony#76 2025-07-03 01:58:53 +00:00
feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner

makes more sense than ::new for sure. new_without_initialization I agree is a bit uncanny. But technically the Maestro is not anymore "empty" when created via new than initialize, the only…