aboutsummaryrefslogtreecommitdiffstats
path: root/zoned
AgeCommit message (Collapse)Author
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-20feat: implement basic terminalNeil Kollack
2022-02-24build: clean up cargo.toml filesToby Vincent
2022-03-17fix: update to new extension functionToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-02-23style: run rustfmtNeil Kollack
2022-02-22refactor(zoned): refactor zoned to use nspawn configNeil Kollack
refactored zoned to properly implement the new nspawn features.
2022-02-21feat(nspawn): implement create containersNeil Kollack
implemented creating new containers and setting up their networking. closes #30 closes #31
2022-02-22feat(zfs): impl snapshot timestamp behind featureToby Vincent
add feature in zone_zfs to enable snapshot names to represent timestamps Fix #27
2022-02-23style: run rustfmt on code baseToby Vincent
2022-02-20refactor: clean up filter functionToby Vincent
2022-02-18refactor(nspawn): refactor nspawn to follow othersToby Vincent
Refactor zone_nspawn to follow the same structure as the other crates
2022-02-18style: cleaned up the imports and visibilityToby Vincent
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
Refactored the zone_zfs to be a singleton with a psudo-builder pattern rocket is now managing the singleton, instead of the config.
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-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>"