aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* planet: Make status functions public1.4.0Cara Salter2022-06-09
|
* star: Allow for getting planets based on UUIDCara Salter2022-06-09
|
* planet: Add "orbiting" fieldCara Salter2022-06-09
| | | | True when the Planet is running, false when not
* ships: Make DbShip take all primitive typesCara Salter2022-05-29
| | | | | Sha256 does not deserialize from postgres, so it's converted after fetching from the database
* ship: Add DbShipCara Salter2022-05-29
| | | | | Allows for easier querying from a database using, e.g, sqlx' `query_as!` macro.
* planet: Utility methods for managing stateCara Salter2022-05-27
| | | | | | | | | | New functions: - get_status - shutdown - start - pause In short, a way for users of the lib to manage the state of their VMs.
* Project rename1.2.1Cara Salter2022-05-26
|
* house: Add "remote" flagCara Salter2022-05-19
| | | | | Let's us figure out if a House is remote or not, because if it's not we shouldn't be using SSH to connect.
* teach Houses how to download VansCara Salter2022-04-23
|
* house: Allow for the introduction of new VMsCara Salter2022-04-20
| | | | Templates the XML and creates the disk images
* house: Add unimplemented introduce functionCara Salter2022-04-19
| | | | Will be used to create new VMs on a host
* More testsCara Salter2022-04-19
|
* Unitype and testsCara Salter2022-04-19
|
* Add `House` definition and implsCara Salter2022-04-12
| | | | Also rename modules to make more sense with the theme
* Initial commitCara Salter2022-04-12