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 | add Jobs#resource_limits attribute. refs #1417 |
tree | commitdiff |
2013-03-13 |
Tom Clegg | rename Project to Group |
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 | 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-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-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 |
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 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-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 | move created_by to owner |
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 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 | 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 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-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 | use acts_as_api |
tree | commitdiff |
2013-01-11 |
Tom Clegg | fix param name in node#ping |
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 | 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 | 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 |
|