0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of [email protected]:mbailey/ruby-xen More... over 17 years ago
Commented out xm_list command as detailed_instance_list gives us all that +start_time. There shouldn't be any need to use xm_list so it may be removed in future. More... over 17 years ago
Commented out xm_list command as detailed_instance_list gives us all that +start_time. There shouldn't be any need to use xm_list so it may be removed in future. More... over 17 years ago
fixed 'install' task. It was using the wrong rubygems on OSX. More... over 17 years ago
I don't use hoe More... over 17 years ago
Merge branch 'xen-cmds' More... over 17 years ago
Merge branch 'master' of [email protected]:mbailey/ruby-xen More... over 17 years ago
Chose shorter function name More... over 17 years ago
Added classes: More... over 17 years ago
Added classes: More... over 17 years ago
Return false instead of [] if instance not found. More... over 17 years ago
merged Mike and my xen wrapper commands More... over 17 years ago
created some nice commands for wrapping xen More... over 17 years ago
Changed the way we get info about running Instances Added Domain#config_updated_since_instance_started More... over 17 years ago
Xen::Config.save writes out new version of config file. More... over 17 years ago
added some functionality around the first couple of command wrappers. Some specs to go with More... over 17 years ago
0.0.2 release (still very incomplete) More... over 17 years ago
Added rspec framework. More... over 17 years ago
Broke domain.rb out into one class per file. More... over 17 years ago
Added expiry for Instance objects. We don't want to hammer Xen too hard but we want our Instance object to be fairly up to date. Current expiry is 1 second. More... over 17 years ago
Added warning that this project is immature More... over 17 years ago
Removed debugging setting More... over 17 years ago
Added fixture for testing Xen::Config More... over 17 years ago
Find and parse the config files without the help of xen-list-images More... over 17 years ago
Parentable module adds an instance method called 'domain'. This returns the domain for the current object and is included by classes including Instance, Config and Image. More... over 17 years ago
Updated todo list More... over 17 years ago
Build and install gem on all :dev machines with: More... over 17 years ago
Extracted external commands into a class to make overriding them easier. More... over 17 years ago
Added Capistrano tasks to build and push gem to dev machine More... over 17 years ago
Added github URL More... over 17 years ago