2013-03-27 |
Tom Clegg | tweak serialized attribute search. refs #1447 |
tree | commitdiff |
2013-03-26 |
Tom Clegg | hack search on serialized fields. refs #1447 |
tree | commitdiff |
2013-03-26 |
Tom Clegg | fix crash on non-string job#script_parameters |
tree | commitdiff |
2013-03-26 |
Tom Clegg | Tweak git commit lookup. refs #1445 |
tree | commitdiff |
2013-03-26 |
Tom Clegg | Support searching jobs by script_version_descends_from... |
tree | commitdiff |
2013-03-25 |
Tom Clegg | do not include ApiClient* in discovery document. refs... |
tree | commitdiff |
2013-03-25 |
Ward Vandewege | Fix up the discovery document - make sure we define... |
tree | commitdiff |
2013-03-25 |
Ward Vandewege | Make sure to pluralized object names in the List method... |
tree | commitdiff |
2013-03-20 |
Ward Vandewege | Do not assume |
tree | commitdiff |
2013-03-20 |
Tom Clegg | add delete method. refs #1406 |
tree | commitdiff |
2013-03-20 |
Tom Clegg | add update method. refs #1406 |
tree | commitdiff |
2013-03-20 |
Tom Clegg | add create method. refs #1406 |
tree | commitdiff |
2013-03-20 |
Tom Clegg | improve error checking |
tree | commitdiff |
2013-03-20 |
Tom Clegg | fix call to api_client.uuid when api_client is nil |
tree | commitdiff |
2013-03-20 |
Ward Vandewege | Merge branch 'master' of git.clinicalfuture.com:orvos... |
tree | commitdiff |
2013-03-20 |
Tom Clegg | use new permission methods to check model transactions... |
tree | commitdiff |
2013-03-20 |
Tom Clegg | add per-user and per-session default_owner. refs #1415 |
tree | commitdiff |
2013-03-19 |
Tom Clegg | rename job steps to job tasks. refs #1416 |
tree | commitdiff |
2013-03-19 |
Tom Clegg | rename pipeline to pipeline template. refs #1416 |
tree | commitdiff |
2013-03-19 |
Tom Clegg | rename pipeline invocation to pipeline instance. refs... |
tree | commitdiff |
2013-03-19 |
Tom Clegg | rename job command to script. refs #1416 |
tree | commitdiff |
2013-03-19 |
Tom Clegg | fix cache keys |
tree | commitdiff |
2013-03-19 |
Tom Clegg | generate discovery document at /orvos/v1/rest. refs... |
tree | commitdiff |
2013-03-18 |
Tom Clegg | relocate permissions code, use resulting :read permissi... |
tree | commitdiff |
2013-03-18 |
Tom Clegg | current_group_permissions, groups_i_can(:read). refs... |
tree | commitdiff |
2013-03-18 |
Tom Clegg | add helpers: current_group_permissions, groups_i_can... |
tree | commitdiff |
2013-03-18 |
Tom Clegg | Add Job#resource_limits to API response. refs #1417 |
tree | commitdiff |
2013-03-18 |
Tom Clegg | add output to Job api response. refs #1417 |
tree | commitdiff |
2013-03-18 |
Tom Clegg | add Jobs#resource_limits attribute. refs #1417 |
tree | commitdiff |
2013-03-16 |
Tom Clegg | add script/dispatch_jobs.rb and related Job features |
tree | commitdiff |
2013-03-13 |
Tom Clegg | rename Project to Group |
tree | commitdiff |
2013-03-13 |
Tom Clegg | refuse to change ec2_instance_id once an EC2 instance... |
tree | commitdiff |
2013-03-13 |
Tom Clegg | use spot instances for compute nodes |
tree | commitdiff |
2013-03-12 |
Tom Clegg | ignore Keep hints when verifying collection uuid =... |
tree | commitdiff |
2013-02-22 |
Tom Clegg | show "sinfo" results on /nodes page |
tree | commitdiff |
2013-02-18 |
Tom Clegg | add PipelineInvocation#properties |
tree | commitdiff |
2013-02-17 |
Tom Clegg | let pipeline_invocation#active be a regular attribute |
tree | commitdiff |
2013-02-17 |
Tom Clegg | accept json-encoded pipeline[components] param |
tree | commitdiff |
2013-02-12 |
Tom Clegg | allow re-saving an existing collection without complaint |
tree | commitdiff |
2013-02-10 |
Tom Clegg | check serialized attribute types during create/update |
tree | commitdiff |
2013-02-09 |
Tom Clegg | set modified_by_user=nil instead of breaking if no... |
tree | commitdiff |
2013-02-09 |
Tom Clegg | do not require user login for node#ping |
tree | commitdiff |
2013-02-07 |
Tom Clegg | sort lists on modified_at by default |
tree | commitdiff |
2013-02-07 |
Tom Clegg | use old owner, not new owner, when checking permission... |
tree | commitdiff |
2013-02-05 |
Tom Clegg | include data_size and files list in Collection api... |
tree | commitdiff |
2013-02-05 |
Ward Vandewege | Support |
tree | commitdiff |
2013-02-05 |
Ward Vandewege | When no limit is supplied, limit number of index result... |
tree | commitdiff |
2013-02-05 |
Tom Clegg | support limit parameter in #index |
tree | commitdiff |
2013-02-04 |
Tom Clegg | add Job#dependencies |
tree | commitdiff |
2013-02-04 |
Ward Vandewege | Back out upgrade to MultiJson for now until we upgrade... |
tree | commitdiff |
2013-02-04 |
Ward Vandewege | Switch to MultiJson which uses Oj under the hood (since... |
tree | commitdiff |
2013-02-04 |
Ward Vandewege | Merge branch 'master' of git.clinicalfuture.com:orvos... |
tree | commitdiff |
2013-02-04 |
Ward Vandewege | Switch to Oj for JSON parsing. |
tree | commitdiff |
2013-02-03 |
Tom Clegg | add permission logging |
tree | commitdiff |
2013-02-03 |
Tom Clegg | fix setting modified_* and default owner when creating... |
tree | commitdiff |
2013-02-03 |
Tom Clegg | add Job and JobStep resources |
tree | commitdiff |
2013-02-01 |
Tom Clegg | fix login bug |
tree | commitdiff |
2013-02-01 |
Tom Clegg | support return_to after logout |
tree | commitdiff |
2013-01-31 |
Tom Clegg | add /users/current method |
tree | commitdiff |
2013-01-31 |
Tom Clegg | fix permissions to accommodate nodes#ping and user_sess... |
tree | commitdiff |
2013-01-31 |
Tom Clegg | add /orvos/v1/users |
tree | commitdiff |
2013-01-31 |
Tom Clegg | create content-addressed collections with uuid=locator |
tree | commitdiff |
2013-01-31 |
Tom Clegg | tighten up automatic uuid assignment |
tree | commitdiff |
2013-01-29 |
Tom Clegg | fix (Time.now - nil) exception |
tree | commitdiff |
2013-01-29 |
Tom Clegg | add PipelineInvocation#active, and try to set success... |
tree | commitdiff |
2013-01-28 |
Tom Clegg | fix default Link#properties |
tree | commitdiff |
2013-01-28 |
Tom Clegg | add Specimen#properties |
tree | commitdiff |
2013-01-28 |
Tom Clegg | tweak eager loading |
tree | commitdiff |
2013-01-28 |
Tom Clegg | add some admin privileges to make bootstrapping possible |
tree | commitdiff |
2013-01-28 |
Tom Clegg | rename Metadatum to Link, head to head_uuid, tail to... |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix db query |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix OrvosModel#index permissions |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix ownership-change permission check |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix check for owner==current_user |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix exception when current_api_client==nil |
tree | commitdiff |
2013-01-25 |
Tom Clegg | move created_by to owner |
tree | commitdiff |
2013-01-25 |
Tom Clegg | add Pipeline#dependencies |
tree | commitdiff |
2013-01-25 |
Ward Vandewege | Make josh_id propagate return_to as a GET parameter... |
tree | commitdiff |
2013-01-25 |
Ward Vandewege | Fix comment. |
tree | commitdiff |
2013-01-25 |
Tom Clegg | fix error response |
tree | commitdiff |
2013-01-24 |
Tom Clegg | add permission checks |
tree | commitdiff |
2013-01-24 |
Tom Clegg | set created_by/at and modified_by/at attributes when... |
tree | commitdiff |
2013-01-24 |
Tom Clegg | fix missing user variable |
tree | commitdiff |
2013-01-24 |
Tom Clegg | connect user authentication to API client authorization |
tree | commitdiff |
2013-01-23 |
Tom Clegg | add User model features and uuid index |
tree | commitdiff |
2013-01-23 |
Ward Vandewege | Authenticate against auth.clinicalfuture.com |
tree | commitdiff |
2013-01-22 |
Tom Clegg | add missing timestamp and route, set default event_at... |
tree | commitdiff |
2013-01-22 |
Tom Clegg | add Log resource |
tree | commitdiff |
2013-01-22 |
Tom Clegg | stub authentication check |
tree | commitdiff |
2013-01-20 |
Tom Clegg | support where:{attr:[a,b,c]} query, check :eager param... |
tree | commitdiff |
2013-01-18 |
Tom Clegg | skip abstract classes in schema controller |
tree | commitdiff |
2013-01-18 |
Tom Clegg | implement general params[:where] and eager loading... |
tree | commitdiff |
2013-01-18 |
Tom Clegg | rename metadata attributes to head/tail |
tree | commitdiff |
2013-01-17 |
Tom Clegg | tag ec2 nodes; add --client-token to ec2-run command... |
tree | commitdiff |
2013-01-17 |
Tom Clegg | put AMI id in config file instead of hard coded |
tree | commitdiff |
2013-01-17 |
Tom Clegg | provide metadata head_kind, head_uuid in api response |
tree | commitdiff |
2013-01-16 |
Tom Clegg | fix error handling |
tree | commitdiff |
2013-01-16 |
Tom Clegg | remove extraneous Metadata#create |
tree | commitdiff |
2013-01-16 |
Tom Clegg | add boilerplate for Project resource |
tree | commitdiff |
2013-01-16 |
Tom Clegg | add Project resource |
tree | commitdiff |
next |