2013-02-04 |
Ward Vandewege | Switch to Oj for JSON parsing. |
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 |
2013-01-16 |
Tom Clegg | add Specimen resource |
tree | commitdiff |
2013-01-15 |
Tom Clegg | add /orvos/v1/schema |
tree | commitdiff |
2013-01-15 |
Tom Clegg | add /collections html view, dry up CollectionsController |
tree | commitdiff |
2013-01-15 |
Tom Clegg | remove extraneous html tag |
tree | commitdiff |
2013-01-14 |
Tom Clegg | improve default nameservers list |
tree | commitdiff |
2013-01-14 |
Tom Clegg | include nameservers in Node api responses |
tree | commitdiff |
2013-01-14 |
Tom Clegg | add api template for pipeline_invocation |
tree | commitdiff |
2013-01-14 |
Tom Clegg | add pipeline_invocations html view |
tree | commitdiff |
2013-01-13 |
Tom Clegg | eliminate extra layer {type: ...} in API responses |
tree | commitdiff |
2013-01-13 |
Tom Clegg | add api template for pipelines, collections, metadata |
tree | commitdiff |
2013-01-13 |
Tom Clegg | add shared "common" template with kind and etag |
tree | commitdiff |
2013-01-13 |
Tom Clegg | add status attribute to Node api response |
tree | commitdiff |
2013-01-13 |
Tom Clegg | use acts_as_api |
tree | commitdiff |
2013-01-13 |
Tom Clegg | in /nodes, click row to show info[] |
tree | commitdiff |
2013-01-11 |
Tom Clegg | fix param name in node#ping |
tree | commitdiff |
2013-01-11 |
Tom Clegg | add configurable compute node domain |
tree | commitdiff |
2013-01-11 |
Tom Clegg | do not show ec2-run command for instances already up |
tree | commitdiff |
2013-01-11 |
Tom Clegg | fix status name |
tree | commitdiff |
2013-01-11 |
Tom Clegg | add /nodes status page |
tree | commitdiff |
2013-01-11 |
Tom Clegg | tweak stack trace log |
tree | commitdiff |
2013-01-11 |
Tom Clegg | resume logging errors |
tree | commitdiff |
2013-01-11 |
Tom Clegg | remove debug message |
tree | commitdiff |
2013-01-11 |
Tom Clegg | improve error handling |
tree | commitdiff |
2013-01-11 |
Tom Clegg | return errors as json, improve handling of nested params |
tree | commitdiff |
2013-01-11 |
Tom Clegg | implement generic resource#update |
tree | commitdiff |
2013-01-10 |
Tom Clegg | fix some error message suppression in node#ping |
tree | commitdiff |
2013-01-10 |
Tom Clegg | use an after_update hook to keep DNS updated |
tree | commitdiff |
2013-01-10 |
Tom Clegg | fix crash if no dnsmasq_conf_dir configured |
tree | commitdiff |
2013-01-10 |
Tom Clegg | update dnsmasq database when node gets hostname |
tree | commitdiff |
2013-01-09 |
Tom Clegg | add pipelineInvocation resource. refs #1357 |
tree | commitdiff |
2013-01-09 |
Tom Clegg | add pipeline resource. refs #1357 |
tree | commitdiff |
2013-01-09 |
Tom Clegg | add "find metadata by target kind + uuid" refs #1236... |
tree | commitdiff |
2013-01-08 |
Tom Clegg | save Node even if ec2 create failed |
tree | commitdiff |
2013-01-08 |
Tom Clegg | add nodes#create and nodes#ping |
tree | commitdiff |
2013-01-07 |
Tom Clegg | uncamelcase params |
tree | commitdiff |
2013-01-05 |
Tom Clegg | more initial metadata implementation |
tree | commitdiff |
2013-01-05 |
Tom Clegg | add metadata resource |
tree | commitdiff |
2013-01-05 |
Tom Clegg | un-serialize data passed by google api client |
tree | commitdiff |
2013-01-04 |
Ward Vandewege | Initial commit |
tree | commitdiff |
|