Block a user
WIP: fix: merge existing services in load balancer config
feat: Inventory PhysicalHost persistence with sqlx and local sqlite db
refact: Move basic types to harmony_types crate to avoid external dependencies.
feat/discover_inventory
Better error handling for DiscoverInventoryAgentIntrepret
feat/discover_inventory
It seems useless but I'm not sure they should actually be merged: to me it feels like two different concepts with a different lifecycle. It is highlighted by the fact that the harmony_inventory_agent is a standalone service that could be consumed by other programs and that this inventory module here is just one of them. The inventory has its own representation of a PhysicalHost that might become different than the one from the harmony_inventory_agent.
feat/discover_inventory
I'll create an issue about this dependency injection problem we have in our Interprets (and at some extend the Scores statelessness).