* feature: allow docker image text to overflow in table
* review: use break-words
* wip: revert line break in css file
* feature: update devcontainer node release
* Update repo path handling in commit fetching
- Changed `name` to `path` for repository identification.
- Updated cache update function to use the new path field.
- Improved error message for non-directory repo paths.
* feat: use optional name and path in GetLatestCommit
* review: don't use optional for name
* review: use helper
* review: remove redundant to_string()
add new ec2 instance types
clean up testing config
document the libraries a bit
clean up main
update sysinfo and otel
update client resolver 3.0
resolver v3 prog
clean up gitignore
implement periphery resolver v3
clean up
core read api v3
more prog
execute api
missing apis
compiling
1.16.13
work on more granular traits
prog on crud
* Add network io stats
Add network usage graph and current status
Change network graphs to use network interface from drop down menu
Adjust the type to be able to get general network stats for the general
UI view
Working setup with a working builder
remove changes to these dockerfile
remove lock changes
* change network hashmap to Vector
* adjust all the network_usage_interface to be a vector rather than a hash map
* PR requested changes applied
* Change net_ingress_bytes and egress to network_ingress_bytes egress respectively
* final gen-client types
---------
Co-authored-by: mbecker20 <becker.maxh@gmail.com>