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

johnride pushed to feat/oci at NationTech/harmony 2025-07-02 21:48:42 +00:00
6371009c6f breaking: Rename Maestro::new to Maestro::new_without_initialization. This improves UX as it makes it more obvious to users that this method should rarely be used
johnride created pull request NationTech/harmony#76 2025-07-02 21:43:55 +00:00
feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner
johnride created branch feat/oci in NationTech/harmony 2025-07-02 21:43:39 +00:00
johnride pushed to feat/oci at NationTech/harmony 2025-07-02 21:43:39 +00:00
a4aa685a4f feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner
johnride released Latest Snapshot at NationTech/harmony 2025-07-02 19:56:37 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-07-02 19:13:26 +00:00
johnride pushed to master at NationTech/harmony 2025-07-02 19:12:14 +00:00
e50c01c0b3 fix: Forgotten file 🙈
johnride released Latest Snapshot at NationTech/harmony 2025-07-02 18:57:00 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-07-02 16:20:47 +00:00
johnride commented on pull request NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns

Smells like interface segregation issue

johnride commented on pull request NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns

Higher level components such as Monitoring, Alerting, etc. Should not be aware of the Tenant concept.

johnride commented on pull request NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns

Delete this file

johnride commented on pull request NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns

K8sTenantManager is responsible for concrete implementation. K8sAnywhere should delegate

johnride commented on pull request NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns

FIXME only required components.

johnride suggested changes for NationTech/harmony#74 2025-07-02 15:58:14 +00:00
refactor/ns
johnride suggested changes for NationTech/harmony#69 2025-07-02 15:42:31 +00:00
feat: Add ntfy score
johnride commented on pull request NationTech/harmony#69 2025-07-02 15:42:31 +00:00
feat: Add ntfy score

rename to exec_app and add a bit of documentation to indicate that it will execute in the first pod matching label app.kubernetes.io/name={name}