johnride
  • Joined on 2024-02-06
johnride created branch feat/dnsmasqDhcpStatic in NationTech/harmony 2025-09-01 21:23:26 +00:00
johnride pushed to feat/dnsmasqDhcpStatic at NationTech/harmony 2025-09-01 21:23:26 +00:00
a2ce05b8fc wip: dnsmasq dhcp static mappings
johnride pushed to faet/okdinstallation at NationTech/harmony 2025-09-01 18:15:09 +00:00
b6be44202e chore: rebase okd installation with refactoring on core types
c372e781d8 doc(okdinstallationscore): Fix incorrect comments and remove some more useless comments
56c181fc3d wip: OKD Installation automation layed out. Next step : review this after some sleep and fill in the (many) blanks with actual implementations.
55bfe306ad feat: Secret module works with infisical and local file storage backends
62fa3c2b10 Merge pull request 'feat: Inventory PhysicalHost persistence with sqlx and local sqlite db' (#125) from feat/inventory_persistence into master
Compare 69 commits »
johnride commented on issue NationTech/harmony#128 2025-09-01 17:36:51 +00:00
Better error handling for DiscoverInventoryAgentIntrepret

Yep I thought about renaming the score to LaunchDiscoveryAgentScore it would make it way more intuitive for the current behavior without having to refactor anything more.

johnride commented on pull request NationTech/harmony#129 2025-09-01 13:58:50 +00:00
fix(opnsense-config): ensure load balancer service configuration is idempotent

Ouais j'y repense un peu et c'est pas evident. Il y a beaucoup de cas.

Il faut simplifier. Probablement que la seule logique qui est raisonnable d'implementer maintenant c'est de prendre…

johnride released Latest Snapshot at NationTech/harmony 2025-08-31 22:53:15 +00:00
johnride commented on pull request NationTech/harmony#127 2025-08-31 16:38:45 +00:00
feat/discover_inventory

Yeah the factory doesn't bring much value here, no time to do better but at least it allows a minimum of decoupling if we want to switch repository type for the entire application instance, or…

johnride pushed to feat/discover_inventory at NationTech/harmony 2025-08-31 05:27:28 +00:00
a27c7c2310 fix tests
johnride created pull request NationTech/harmony#127 2025-08-31 05:07:23 +00:00
feat/discover_inventory
johnride pushed to feat/discover_inventory at NationTech/harmony 2025-08-31 05:01:59 +00:00
affcc657c1 chore: Update harmony_inventory_agent binary
johnride pushed to feat/discover_inventory at NationTech/harmony 2025-08-31 04:55:39 +00:00
637ffde992 feat(inventory): Fully automated inventory gathering now works!! Been waiting a long time for this feature
johnride pushed to feat/discover_inventory at NationTech/harmony 2025-08-31 04:32:00 +00:00
d9c26f43ee wip: saving harmony inventory, currently messing with async stuff, properly understanding stuff now so I should fix it soon. The recv in the inventory agent is sync and blocking the whole thread so the request cannot be sent until the recv is killed, which is wrong. Will fix this by isolating on another thread
johnride pushed to feat/discover_inventory at NationTech/harmony 2025-08-31 00:02:04 +00:00
e548bf619a feat: Can now discover inventory agent and download its host definition, next up save it to db
johnride created branch feat/discover_inventory in NationTech/harmony 2025-08-31 00:02:03 +00:00
johnride pushed to refact/harmony_types at NationTech/harmony 2025-08-30 22:01:27 +00:00
f9906cb419 refact: Move basic types to harmony_types crate to avoid external dependencies.
johnride created pull request NationTech/harmony#126 2025-08-30 21:53:15 +00:00
refact: Move basic types to harmony_types crate to avoid external dependencies.
johnride pushed to refact/harmony_types at NationTech/harmony 2025-08-30 21:52:26 +00:00
07e6674cfe refact: Move basic types to harmony_types crate to avoid external dependencies.
johnride created branch refact/harmony_types in NationTech/harmony 2025-08-30 21:52:26 +00:00
johnride released Latest Snapshot at NationTech/harmony 2025-08-30 20:50:59 +00:00
johnride pushed to feat/inventory_persistence at NationTech/harmony 2025-08-30 20:49:04 +00:00
cb4382fbb5 feat: Inventory PhysicalHost persistence with sqlx and local sqlite db
1eca2cc1a9 refact: Discovery callback takes a closure and fix git dependency hash
Compare 2 commits »