1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shared folders can now be deleted (the meta-data, not the actual folder itself) More... over 15 years ago
Shared folders are now loaded for VMs! Creating/editing/destroying not yet supported. More... over 15 years ago
Removed unused exceptions More... over 15 years ago
AttachedDevice validations More... over 15 years ago
Hard drive validations clear errors with each validation. More... over 15 years ago
Validations on hard drive creation. More... over 15 years ago
AbtractModel now supports #validate and records errors for itself and its relationships More... over 15 years ago
Added basic validate module for validations on instance-level. More... over 15 years ago
v0.2.0 - Read docs/WhatsNew.md to see changes! More... over 15 years ago
v0.2.0 More... over 15 years ago
Version bump to 0.2.0 More... over 15 years ago
Additional documentation. Added a getting started guide! More... over 15 years ago
Saving a VM propagates properly all the way to the attached devices now. More... over 15 years ago
Tests for uncovered branches of Dirty and Relatable More... over 15 years ago
Got rid of method_missing in Relatable and Attributable. Now using define_method! More... over 15 years ago
HardDrive#clone follows failed command convention now. More... over 15 years ago
Updated documentation for some of the latest features added the past couple days. More... over 15 years ago
Testing for Command#execute. 100% coverage. More... over 15 years ago
Added rcov tasks if rcov is available. Added more tests for cases which weren't covered. 99.7% coverage More... over 15 years ago
AttachedDevice#destroy and HardDrive#destroy follow the CommandFailedException convention now. More... over 15 years ago
AttachedDevices can be modified now and properly saved. More... over 15 years ago
AttachedDevice UUID should be readonly More... over 15 years ago
The methods to control a VM (start, stop, etc.) now also have the option to raise errors. More... over 15 years ago
CommandFailedException raised automatically now on Command#vboxmanage. Its up to users of it to catch it. Saved quite a few loc More... over 15 years ago
Nic properly raises a CommandFailedException for VM#save if failed More... over 15 years ago
VM#save now returns true/false to show success or failure. Optionally can raise an exception More... over 15 years ago
Starting to make saving return true/false for success, or optionally raise an exception if save(true) is called. More... over 15 years ago
AttachedDevices can now be attached to storage controllers and saved! More... over 15 years ago
"Medium" now properly reflects attribute based on "image" on attached device. Images are settable. Saving attached devices from scratch should be the next step. More... over 15 years ago
Relatable now supports `set_relationship` which allows for things such as Model.foos = new_value More... over 15 years ago