Merge branch 'master' of git.clinicalfuture.com:orvos-server
[arvados.git] / app / models /
2013-02-04 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:orvos...
2013-02-03 Tom Cleggadd permission logging
2013-02-03 Tom Cleggfix setting modified_* and default owner when creating...
2013-02-03 Tom Cleggadd Job and JobStep resources
2013-01-31 Tom Cleggfix permissions to accommodate nodes#ping and user_sess...
2013-01-31 Tom Cleggcreate content-addressed collections with uuid=locator
2013-01-31 Tom Cleggtighten up automatic uuid assignment
2013-01-29 Tom Cleggfix (Time.now - nil) exception
2013-01-29 Tom Cleggadd PipelineInvocation#active, and try to set success...
2013-01-28 Tom Cleggfix default Link#properties
2013-01-28 Tom Cleggadd Specimen#properties
2013-01-28 Tom Cleggtweak eager loading
2013-01-28 Tom Cleggadd some admin privileges to make bootstrapping possible
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-25 Tom Cleggfix ownership-change permission check
2013-01-25 Tom Cleggfix check for owner==current_user
2013-01-25 Tom Cleggfix exception when current_api_client==nil
2013-01-25 Tom Cleggmove created_by to owner
2013-01-25 Tom Cleggadd Pipeline#dependencies
2013-01-24 Tom Cleggadd permission checks
2013-01-24 Tom Cleggset created_by/at and modified_by/at attributes when...
2013-01-24 Tom Cleggconnect user authentication to API client authorization
2013-01-23 Tom Cleggadd User model features and uuid index
2013-01-23 Ward VandewegeAuthenticate against auth.clinicalfuture.com
2013-01-22 Tom Cleggadd missing timestamp and route, set default event_at...
2013-01-22 Tom Cleggadd Log resource
2013-01-18 Tom Cleggimplement general params[:where] and eager loading...
2013-01-18 Tom Cleggrename metadata attributes to head/tail
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-17 Tom Cleggprovide metadata head_kind, head_uuid in api response
2013-01-16 Tom Cleggadd boilerplate for Project resource
2013-01-16 Tom Cleggadd Project resource
2013-01-16 Tom Cleggadd Specimen resource
2013-01-15 Tom Cleggadd /collections html view, dry up CollectionsController
2013-01-14 Tom Cleggimprove default nameservers list
2013-01-14 Tom Clegginclude nameservers in Node api responses
2013-01-14 Tom Cleggadd api template for pipeline_invocation
2013-01-14 Tom Cleggadd pipeline_invocations html view
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 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-11 Tom Cleggreturn errors as json, improve handling of nested params
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-08 Tom Cleggsave Node even if ec2 create failed
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-05 Tom Cleggadd metadata resource
2013-01-04 Ward VandewegeInitial commit