arvados.git
2013-03-20 Tom Cleggadd create method. refs #1406
2013-03-20 Tom Cleggimprove error checking
2013-03-20 Ward VandewegeNow make sure we are really using the new rest file...
2013-03-20 Tom Cleggfix call to api_client.uuid when api_client is nil
2013-03-20 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:orvos...
2013-03-20 Ward VandewegeMove auto-generated REST discovery document to the...
2013-03-20 Tom Clegguse new permission methods to check model transactions...
2013-03-20 Tom Cleggadd per-user and per-session default_owner. refs #1415
2013-03-19 Tom Cleggrename job steps to job tasks. refs #1416
2013-03-19 Tom Cleggrename pipeline to pipeline template. refs #1416
2013-03-19 Tom Cleggrename pipeline invocation to pipeline instance. refs...
2013-03-19 Tom Cleggrename job command to script. refs #1416
2013-03-19 Tom Cleggfix cache keys
2013-03-19 Tom Clegggenerate discovery document at /orvos/v1/rest. refs...
2013-03-18 Tom Cleggrelocate permissions code, use resulting :read permissi...
2013-03-18 Tom Cleggcurrent_group_permissions, groups_i_can(:read). refs...
2013-03-18 Ward VandewegemaxResults is really called limit, update the discovery...
2013-03-18 Tom Cleggadd helpers: current_group_permissions, groups_i_can...
2013-03-18 Tom CleggAdd Job#resource_limits to API response. refs #1417
2013-03-18 Tom Cleggrecord started_at, and command_version reported by...
2013-03-18 Tom Cleggadd output to Job api response. refs #1417
2013-03-18 Tom Cleggfix dispatch_jobs restart in 3260a10f0a9396b1ad0b8abe34...
2013-03-18 Tom CleggFix slurm node counting, and pass along min_nodes to...
2013-03-18 Tom CleggDo not try to start a job when too few slurm nodes...
2013-03-18 Tom Cleggadd Jobs#resource_limits attribute. refs #1417
2013-03-17 Tom Cleggfix no-tasks-todo -> success logic
2013-03-17 Tom Cleggrestart dispatch_jobs service on deploy
2013-03-17 Tom Cleggupcase job command parameters when passing to whjobmanager
2013-03-16 Tom Cleggadd script/dispatch_jobs.rb and related Job features
2013-03-13 Tom Cleggrename Project to Group
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-03-12 Tom Cleggignore Keep hints when verifying collection uuid =...
2013-02-26 Ward VandewegeRemove superfluous fields from the Link object.
2013-02-26 Ward VandewegeWeed out (most of) the unnecessary leftover bits in...
2013-02-22 Tom Cleggshow "sinfo" results on /nodes page
2013-02-18 Tom Cleggadd PipelineInvocation#properties
2013-02-17 Tom Clegglet pipeline_invocation#active be a regular attribute
2013-02-17 Tom Cleggaccept json-encoded pipeline[components] param
2013-02-12 Tom Cleggallow re-saving an existing collection without complaint
2013-02-10 Tom Cleggcheck serialized attribute types during create/update
2013-02-09 Tom Cleggset modified_by_user=nil instead of breaking if no...
2013-02-09 Tom Cleggdo not require user login for node#ping
2013-02-07 Tom Cleggsort lists on modified_at by default
2013-02-07 Tom Clegguse old owner, not new owner, when checking permission...
2013-02-05 Tom Clegginclude data_size and files list in Collection api...
2013-02-05 Ward VandewegeSupport
2013-02-05 Ward VandewegeWhen no limit is supplied, limit number of index result...
2013-02-05 Tom Cleggsupport limit parameter in #index
2013-02-04 Tom Cleggadd Job#dependencies
2013-02-04 Ward VandewegeBack out upgrade to MultiJson for now until we upgrade...
2013-02-04 Ward VandewegeSwitch to MultiJson which uses Oj under the hood (since...
2013-02-04 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:orvos...
2013-02-04 Ward VandewegeSwitch to Oj for JSON parsing.
2013-02-03 Tom Cleggadd permission logging
2013-02-03 Tom Cleggadd Job#priority
2013-02-03 Tom Cleggfix setting modified_* and default owner when creating...
2013-02-03 Tom Cleggadd Job and JobStep resources
2013-02-01 Ward VandewegeAdd deploy scripts for the Orvos instance on Ant.
2013-02-01 Tom Cleggfix login bug
2013-02-01 Tom Cleggsupport return_to after logout
2013-01-31 Tom Cleggadd /users/current method
2013-01-31 Tom Cleggmove development.rb to development.rb.example
2013-01-31 Tom Cleggfix permissions to accommodate nodes#ping and user_sess...
2013-01-31 Tom Cleggadd /orvos/v1/users
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 db query
2013-01-25 Tom Cleggfix OrvosModel#index permissions
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-25 Ward VandewegeRemove duplicate configuration value in lib/josh_id.rb.
2013-01-25 Ward VandewegeMake josh_id propagate return_to as a GET parameter...
2013-01-25 Ward VandewegeFix comment.
2013-01-25 Tom Cleggfix error response
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 Cleggfix missing user variable
2013-01-24 Tom Clegginstall omniauth.rb during deploy
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 Tom Cleggadd omniauth.rb.example
2013-01-23 Ward VandewegeDrop superfluous comment.
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-22 Tom Cleggignore editor backup files
2013-01-22 Tom Cleggadd hardcoded_api_tokens.rb.example
2013-01-22 Tom Cleggstub authentication check
2013-01-21 Ward VandewegeMore test env tweaks + first collections api test
next