aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2022-09-27chore: update depsToby Vincent
2022-05-11feat: create Volumes impl for overlay file systemToby Vincent
2022-05-06refactor: generalize zfs impl into storage traitsToby Vincent
2022-04-30refactor: write runtime into trait impl nspawnToby Vincent
2022-04-19chore: update depsToby Vincent
2022-04-17fix: remove unused cratesToby Vincent
2022-04-15feat: impl run and attach to containerToby Vincent
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-20feat: implement basic terminalNeil Kollack
2022-03-17fix: update to new extension functionToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-03-18fix: only run zfs test if zfs existsToby Vincent
2022-03-18refactor: migrate from bytesize to byte-unitToby Vincent
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-22refactor(zfs): use builder pattern for FileSystemToby Vincent
Refactor FileSystem to use a builder pattern to create a zfs dataset Fix #26
2022-02-18refactor(nspawn): refactor nspawn to follow othersToby Vincent
Refactor zone_nspawn to follow the same structure as the other crates
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-12feat(zone_nspawn): implement listing running containersNeil Kollack
implemented get_containers to list running containers Refs: #17
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-02fix(config): fix config handleing through 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