arvados.git
2013-01-14 Ward VandewegeDeploy script fixes.
2013-01-13 Tom Cleggeliminate extra layer {type: ...} in API responses
2013-01-13 Tom Cleggadd api template for pipelines, collections, metadata
2013-01-13 Tom Cleggadd shared "common" template with kind and etag
2013-01-13 Tom Cleggcopy config files and bundle install --local before...
2013-01-13 Tom Cleggadd status attribute to Node api response
2013-01-13 Tom Cleggadd public/assets cache to .gitignore
2013-01-13 Tom Clegguse acts_as_api
2013-01-13 Tom Cleggin /nodes, click row to show info[]
2013-01-11 Tom Cleggfix param name in node#ping
2013-01-11 Tom Cleggadd configurable compute node domain
2013-01-11 Tom Cleggupdate Gemfile.lock
2013-01-11 Tom Cleggload deploy/assets so assets get compiled at production
2013-01-11 Tom Cleggdo not show ec2-run command for instances already up
2013-01-11 Tom Cleggupdate gems
2013-01-11 Tom Cleggfix status name
2013-01-11 Tom Cleggadd /nodes status page
2013-01-11 Tom Cleggtweak stack trace log
2013-01-11 Tom Cleggresume logging errors
2013-01-11 Tom Cleggremove debug message
2013-01-11 Tom Cleggimprove error handling
2013-01-11 Tom Cleggreturn errors as json, improve handling of nested params
2013-01-11 Tom Cleggimplement generic resource#update
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-09 Tom Cleggadd pipelineInvocation resource. refs #1357
2013-01-09 Tom Cleggadd pipeline resource. refs #1357
2013-01-09 Tom Cleggadd "find metadata by target kind + uuid" refs #1236...
2013-01-08 Tom Cleggsave Node even if ec2 create failed
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-07 Ward VandewegeOnly add rvm-capistrano in the development group
2013-01-07 Tom Cleggadd collections.uuid
2013-01-07 Tom Clegguncamelcase params
2013-01-06 Ward VandewegeDeploy script fixes
2013-01-05 Tom Cleggmore initial metadata implementation
2013-01-05 Tom Cleggrename created_by_client
2013-01-05 Tom Cleggrename metadata_class
2013-01-05 Tom Cleggadd metadata resource
2013-01-05 Ward VandewegeMake sure to use the right git repo when deploying.
2013-01-05 Tom Cleggorvos-ify Collection part of api spec
2013-01-05 Tom Cleggdo not force ssl in dev environment
2013-01-05 Tom Cleggun-serialize data passed by google api client
2013-01-04 Ward VandewegeInitial commit