aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-13refactor: add error handling to librariesToby Vincent
refactor libraries from using anyhow to explicitly handling errors
2022-02-13refactor: restructure inter-crate dependenciesToby Vincent
Fixes #19
2022-02-11refactor(zoned): refactor the zoned apiToby Vincent
extract zoned api into a seperate module and remove unused config impl
2022-02-11chore(git): add settings with commit scopes to gitToby Vincent
2022-02-07fix: make requested fixesNeil Kollack
2022-02-07feat: implement destroy, and mount/unmountNeil Kollack
2022-02-03chore: remove unintentionally committed init.sh scriptToby Vincent
2022-02-02fix(config): fix config handleing through rocketToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-02-01fix: integrated figment with rocketToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-01-31feat: use figment Crate to setup configsNeil Kollack
Fixes #5
2022-01-28refactor: move zfs and nspawn to seperate lib cratesToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>"
2022-01-26chore(deps): updated dependeciesToby Vincent
2022-01-21feat: implement bulk of the zfs moduleToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-01-12feat: inital project structure and apiToby Vincent
2021-11-12chore: initial commitmainToby Vincent