refuse to change ec2_instance_id once an EC2 instance has claimed a Node
[arvados.git] / app / models / node.rb
2013-03-13 Tom Cleggrefuse to change ec2_instance_id once an EC2 instance...
2013-03-13 Tom Clegguse spot instances for compute nodes
2013-01-31 Tom Cleggfix permissions to accommodate nodes#ping and user_sess...
2013-01-18 Tom Cleggimplement general params[:where] and eager loading...
2013-01-17 Tom Cleggtag ec2 nodes; add --client-token to ec2-run command...
2013-01-17 Tom Cleggput AMI id in config file instead of hard coded
2013-01-14 Tom Cleggimprove default nameservers list
2013-01-14 Tom Clegginclude nameservers in Node api responses
2013-01-13 Tom Cleggadd shared "common" template with kind and etag
2013-01-13 Tom Cleggadd status attribute to Node api response
2013-01-13 Tom Clegguse acts_as_api
2013-01-11 Tom Cleggadd configurable compute node domain
2013-01-11 Tom Cleggfix status name
2013-01-11 Tom Cleggadd /nodes status page
2013-01-10 Tom Cleggfix some error message suppression in node#ping
2013-01-10 Tom Clegguse an after_update hook to keep DNS updated
2013-01-10 Tom Cleggfix crash if no dnsmasq_conf_dir configured
2013-01-10 Tom Cleggupdate dnsmasq database when node gets hostname
2013-01-08 Tom Cleggsave Node even if ec2 create failed
2013-01-08 Tom Cleggadd nodes#create and nodes#ping