refact: Move basic types to harmony_types crate to avoid external dependencies. #126

Merged
letian merged 2 commits from refact/harmony_types into feat/inventory_persistence 2025-08-31 22:45:58 +00:00
Owner

This includes Id, IpAddress, Url and some other heavily used types

This includes Id, IpAddress, Url and some other heavily used types
johnride added 1 commit 2025-08-30 21:53:15 +00:00
refact: Move basic types to harmony_types crate to avoid external dependencies.
Some checks failed
Run Check Script / check (pull_request) Failing after 35s
07e6674cfe
This includes Id, IpAddress, Url and some other heavily used types
johnride force-pushed refact/harmony_types from 07e6674cfe to f9906cb419 2025-08-30 22:01:27 +00:00 Compare
letian approved these changes 2025-08-31 14:59:56 +00:00
letian added 1 commit 2025-08-31 22:45:09 +00:00
feat: automatically discover inventory (#127)
All checks were successful
Run Check Script / check (pull_request) Successful in 1m15s
701d8cfab9
## Fully automated inventory gathering now works!

Boot up harmony_inventory_agent with `cargo run -p harmony_inventory_agent`
Launch the DiscoverInventoryAgentScore , currently available this way :

`RUST_LOG=info cargo run -p example-cli -- -f Discover -y`

And you will have automatically all hosts saved to the database. Run `cargo sqlx setup` if you have not done it yet.

Co-authored-by: Ian Letourneau <ian@noma.to>
Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/127
Co-authored-by: Jean-Gabriel Gill-Couture <jg@nationtech.io>
Co-committed-by: Jean-Gabriel Gill-Couture <jg@nationtech.io>
letian merged commit ea1380f98a into feat/inventory_persistence 2025-08-31 22:45:58 +00:00
letian deleted branch refact/harmony_types 2025-08-31 22:45:59 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#126
No description provided.