Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | planet: Make status functions public1.4.0 | Cara Salter | 2022-06-09 |
| | |||
* | star: Allow for getting planets based on UUID | Cara Salter | 2022-06-09 |
| | |||
* | planet: Add "orbiting" field | Cara Salter | 2022-06-09 |
| | | | | True when the Planet is running, false when not | ||
* | ships: Make DbShip take all primitive types | Cara Salter | 2022-05-29 |
| | | | | | Sha256 does not deserialize from postgres, so it's converted after fetching from the database | ||
* | ship: Add DbShip | Cara Salter | 2022-05-29 |
| | | | | | Allows for easier querying from a database using, e.g, sqlx' `query_as!` macro. | ||
* | planet: Utility methods for managing state | Cara Salter | 2022-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.1 | Cara Salter | 2022-05-26 |
| | |||
* | house: Add "remote" flag | Cara Salter | 2022-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 Vans | Cara Salter | 2022-04-23 |
| | |||
* | house: Allow for the introduction of new VMs | Cara Salter | 2022-04-20 |
| | | | | Templates the XML and creates the disk images | ||
* | house: Add unimplemented introduce function | Cara Salter | 2022-04-19 |
| | | | | Will be used to create new VMs on a host | ||
* | More tests | Cara Salter | 2022-04-19 |
| | |||
* | Unitype and tests | Cara Salter | 2022-04-19 |
| | |||
* | Add `House` definition and impls | Cara Salter | 2022-04-12 |
| | | | | Also rename modules to make more sense with the theme | ||
* | Initial commit | Cara Salter | 2022-04-12 |