do not include ApiClient* in discovery document. refs #1405 refs #1406
[arvados.git] / app / controllers / orvos /
2013-03-25 Tom Cleggdo not include ApiClient* in discovery document. refs...
2013-03-25 Ward VandewegeFix up the discovery document - make sure we define...
2013-03-25 Ward VandewegeMake sure to pluralized object names in the List method...
2013-03-20 Tom Cleggadd delete method. refs #1406
2013-03-20 Tom Cleggadd update method. refs #1406
2013-03-20 Tom Cleggadd create method. refs #1406
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 Cleggadd Jobs#resource_limits attribute. refs #1417
2013-03-13 Tom Cleggrename Project to Group
2013-02-18 Tom Cleggadd PipelineInvocation#properties
2013-02-17 Tom Cleggaccept json-encoded pipeline[components] param
2013-02-12 Tom Cleggallow re-saving an existing collection without complaint
2013-02-09 Tom Cleggdo not require user login for node#ping
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 Job and JobStep resources
2013-01-31 Tom Cleggadd /users/current method
2013-01-31 Tom Cleggadd /orvos/v1/users
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-22 Tom Cleggadd Log resource
2013-01-18 Tom Cleggskip abstract classes in schema controller
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 Cleggprovide metadata head_kind, head_uuid in api response
2013-01-16 Tom Cleggremove extraneous Metadata#create
2013-01-16 Tom Cleggadd Project resource
2013-01-16 Tom Cleggadd Specimen resource
2013-01-15 Tom Cleggadd /orvos/v1/schema
2013-01-15 Tom Cleggadd /collections html view, dry up CollectionsController
2013-01-13 Tom Clegguse acts_as_api
2013-01-11 Tom Cleggfix param name in node#ping
2013-01-11 Tom Cleggreturn errors as json, improve handling of nested params
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-09 Tom Cleggadd "find metadata by target kind + uuid" refs #1236...
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-07 Tom Clegguncamelcase params
2013-01-05 Tom Cleggmore initial metadata implementation
2013-01-05 Tom Cleggadd metadata resource
2013-01-05 Tom Cleggun-serialize data passed by google api client
2013-01-04 Ward VandewegeInitial commit