Ian Letourneau letian
  • Joined on 2025-04-08
letian created pull request NationTech/harmony#192 2025-11-13 23:43:45 +00:00
docs: New documentation structure & rustdoc for HostNetworkConfigScore
letian pushed to doc-and-braindump at NationTech/harmony 2025-11-13 23:42:31 +00:00
bb6b4b7f88 docs: New docs structure & rustdoc for HostNetworkConfigScore
letian pushed to doc-and-braindump at NationTech/harmony 2025-11-13 23:15:13 +00:00
c6384b7a68 docs: New docs structure & rustdoc for HostNetworkConfigScore
letian created branch doc-and-braindump in NationTech/harmony 2025-11-13 23:15:11 +00:00
letian deleted branch fix-bond-config from NationTech/harmony 2025-11-11 14:13:00 +00:00
letian pushed to master at NationTech/harmony 2025-11-11 14:12:58 +00:00
83c1cc82b6 fix(host_network): remove extra fields from bond config to prevent clashes (#186)
letian merged pull request NationTech/harmony#186 2025-11-11 14:12:57 +00:00
fix(host_network): remove extra fields from bond config to prevent clashes
letian created branch main in NationTech/harmony-dsl 2025-11-10 16:50:54 +00:00
letian pushed to main at NationTech/harmony-dsl 2025-11-10 16:50:54 +00:00
cc6da434c7 Basic example to try the harmony! macro
letian created repository NationTech/harmony-dsl 2025-11-10 16:50:44 +00:00
letian pushed to fix-bond-config at NationTech/harmony 2025-11-06 00:09:06 +00:00
13eb13f01a Merge branch 'master' into fix-bond-config
66d346a10c fix(host_network): skip configuration for host with only 1 interface/port (#185)
06a004a65d refactor(host_network): extract NetworkManager as a reusable component (#183)
9d4e6acac0 fix(host_network): retrieve proper hostname and next available bond id (#182)
4ff57062ae Merge pull request 'feat(kube): Convert kube_openapi Resource to DynamicObject' (#180) from feat/kube_convert_dynamic_resource into master
Compare 6 commits »
letian deleted branch fix-bond-for-one-interface from NationTech/harmony 2025-11-06 00:07:28 +00:00
letian merged pull request NationTech/harmony#185 2025-11-06 00:07:22 +00:00
fix(host_network): skip configuration for host with only 1 interface/port
letian pushed to master at NationTech/harmony 2025-11-06 00:07:22 +00:00
66d346a10c fix(host_network): skip configuration for host with only 1 interface/port (#185)
letian pushed to fix-bond-for-one-interface at NationTech/harmony 2025-11-06 00:06:46 +00:00
5f0d82ef94 adjust merge
letian pushed to fix-bond-for-one-interface at NationTech/harmony 2025-11-06 00:05:40 +00:00
e9b82b5752 Merge branch 'master' into fix-bond-for-one-interface
06a004a65d refactor(host_network): extract NetworkManager as a reusable component (#183)
9d4e6acac0 fix(host_network): retrieve proper hostname and next available bond id (#182)
4ff57062ae Merge pull request 'feat(kube): Convert kube_openapi Resource to DynamicObject' (#180) from feat/kube_convert_dynamic_resource into master
95cfc03518 feat(kube): Utility function to convert kube_openapi Resource to DynamicObject. This will allow initializing resources strongly typed and then bundle various types into a list of DynamicObject
Compare 5 commits »
letian deleted branch refactor-network-manager from NationTech/harmony 2025-11-06 00:03:05 +00:00
letian pushed to master at NationTech/harmony 2025-11-06 00:02:57 +00:00
06a004a65d refactor(host_network): extract NetworkManager as a reusable component (#183)
letian merged pull request NationTech/harmony#183 2025-11-06 00:02:53 +00:00
refactor(host_network): extract NetworkManager as a reusable component
letian pushed to refactor-network-manager at NationTech/harmony 2025-11-06 00:00:13 +00:00
08125d6a49 fix format