johnride
  • Joined on 2024-02-06
johnride pushed to master at NationTech/harmony 2025-06-09 20:19:59 +00:00
415488ba39 feat: K8s apply function now correctly emulates kubectl apply behavior by either creating or updating resources (#55)
johnride merged pull request NationTech/harmony#55 2025-06-09 20:19:57 +00:00
feat: K8s apply function now correctly emulates kubectl apply behavior by either creating or updating resources
johnride pushed to feat/k8sApply at NationTech/harmony 2025-06-09 18:41:05 +00:00
b0e9d0c95d chore: Remove unused imports and light formatting
johnride created pull request NationTech/harmony#55 2025-06-09 18:36:24 +00:00
feat: K8s apply function now correctly emulates kubectl apply behavior by either creating or updating resources
johnride pushed to feat/k8sApply at NationTech/harmony 2025-06-09 18:35:59 +00:00
703fc5c216 feat: K8s apply function now correctly emulates kubectl apply behavior by either creating or updating resources
johnride created branch feat/k8sApply in NationTech/harmony 2025-06-09 18:35:59 +00:00
johnride deleted branch TenantManager_impl_k8s_anywhere from NationTech/harmony 2025-06-09 18:07:49 +00:00
johnride pushed to master at NationTech/harmony 2025-06-09 18:07:40 +00:00
bf7a6d590c Merge pull request 'TenantManager_impl_k8s_anywhere' (#47) from TenantManager_impl_k8s_anywhere into master
8d8120bbfd fix: K8s ingress module was completely broken, fixed resource definition structure and types
6cf61ae67c feat: Tenant manager k8s implementation progress : ResourceQuota, NetworkPolicy and Namespace look good. Still WIP
8c65aef127 feat: Can now apply any k8s resource type, both namespaced or cluster scoped
00e71b97f6 chore: Move ADR helper files into folders with their corresponding ADR number
Compare 20 commits »
johnride merged pull request NationTech/harmony#47 2025-06-09 18:07:37 +00:00
TenantManager_impl_k8s_anywhere
johnride pushed to TenantManager_impl_k8s_anywhere at NationTech/harmony 2025-06-09 18:03:09 +00:00
8d8120bbfd fix: K8s ingress module was completely broken, fixed resource definition structure and types
johnride pushed to TenantManager_impl_k8s_anywhere at NationTech/harmony 2025-06-09 18:01:44 +00:00
faf1d90e20 fix: K8s ingress module was completely broken, fixed resource definition structure and types
6cf61ae67c feat: Tenant manager k8s implementation progress : ResourceQuota, NetworkPolicy and Namespace look good. Still WIP
8c65aef127 feat: Can now apply any k8s resource type, both namespaced or cluster scoped
Compare 3 commits »
johnride pushed to TenantManager_impl_k8s_anywhere at NationTech/harmony 2025-06-09 17:55:25 +00:00
00e71b97f6 chore: Move ADR helper files into folders with their corresponding ADR number
johnride deleted branch feat/id_default from NationTech/harmony 2025-06-09 17:47:56 +00:00
johnride pushed to TenantManager_impl_k8s_anywhere at NationTech/harmony 2025-06-09 17:47:52 +00:00
ee2bba5623 Merge pull request 'feat: Add Default implementation for Harmony Id along with documentation.' (#53) from feat/id_default into TenantManager_impl_k8s_anywhere
118d34db55 Merge pull request 'feat: Initialize k8s tenant properly' (#54) from feat/init_k8s_tenant into feat/id_default
24e466fadd fix: formatting
14fc4345c1 feat: Initialize k8s tenant properly
8e472e4c65 feat: Add Default implementation for Harmony Id along with documentation.
Compare 5 commits »
johnride merged pull request NationTech/harmony#53 2025-06-09 17:47:47 +00:00
feat: Add Default implementation for Harmony Id along with documentation.
johnride pushed to feat/id_default at NationTech/harmony 2025-06-09 17:42:25 +00:00
118d34db55 Merge pull request 'feat: Initialize k8s tenant properly' (#54) from feat/init_k8s_tenant into feat/id_default
14fc4345c1 feat: Initialize k8s tenant properly
Compare 2 commits »
johnride merged pull request NationTech/harmony#54 2025-06-09 17:42:21 +00:00
feat: Initialize k8s tenant properly
johnride pushed to feat/init_k8s_tenant at NationTech/harmony 2025-06-09 03:52:33 +00:00
14fc4345c1 feat: Initialize k8s tenant properly
johnride pushed to feat/id_default at NationTech/harmony 2025-06-09 03:52:09 +00:00
24e466fadd fix: formatting
johnride created pull request NationTech/harmony#54 2025-06-09 03:29:57 +00:00
feat: Initialize k8s tenant properly