arvados.git
2013-01-22 Ward VandewegeFix for
2013-01-22 Tom Cleggstub authentication check
2013-01-21 Tom Cleggpass api_token through to orvos
2013-01-21 Tom Cleggadd error pages
2013-01-21 Tom Cleggdelete collections/index view
2013-01-21 Tom Cleggfix query encoding in API calls
2013-01-21 Ward VandewegeMore test env tweaks + first collections api test
2013-01-21 Ward VandewegeVery basic tests for /collections, /nodes, /pipeline_in...
2013-01-21 Ward VandewegeA few fixture fixes
2013-01-21 Ward VandewegeIgnore local .rvmrc file
2013-01-20 Tom Cleggreorganize API helper a bit, refactor pipeline status...
2013-01-20 Tom Cleggsupport where:{attr:[a,b,c]} query, check :eager param...
2013-01-19 Tom Cleggadd import script
2013-01-18 Tom Cleggadd OrvosBase#dup, offload some filtering to server
2013-01-18 Tom Cleggcache metadata
2013-01-18 Tom Clegguse new metadata access
2013-01-18 Tom Cleggskip abstract classes in schema controller
2013-01-18 Tom Cleggeasier access to metadata, and objects connected by...
2013-01-18 Tom Cleggimplement general params[:where] and eager loading...
2013-01-18 Ward VandewegeMoved to orvos-app-0
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-17 Tom Cleggtag ec2 nodes; add --client-token to ec2-run command...
2013-01-17 Tom Cleggput AMI id in config file instead of hard coded
2013-01-17 Tom Cleggfix error reporting
2013-01-17 Tom Cleggfix missing find_object_by_uuid
2013-01-17 Ward VandewegeUpdate to latest Rails 3.1 release
2013-01-17 Tom Cleggbeginnings of upload->pipeline status page
2013-01-17 Tom Cleggprovide metadata head_kind, head_uuid in api response
2013-01-16 Tom Cleggadd uploaded_datasets#create API. refs #1247 refs ...
2013-01-16 Tom Cleggfix serialized fields, improve error handling
2013-01-16 Tom Cleggfix error handling
2013-01-16 Tom Cleggremove extraneous Metadata#create
2013-01-16 Tom Cleggadd boilerplate for Project resource
2013-01-16 Tom Cleggfix missing route
2013-01-16 Tom Cleggstub Project
2013-01-16 Tom Cleggadd Project resource
2013-01-16 Tom Cleggtweak uuid generators - use last N digits instead of...
2013-01-16 Tom Cleggstub Specimen
2013-01-16 Tom Cleggadd Specimen resource
2013-01-15 Tom Cleggstub Metadatum, Pipeline, PipelineInvocation
2013-01-15 Tom Cleggadd a little error checking for save() and save!()
2013-01-15 Tom Cleggmake Collection.new.save work
2013-01-15 Tom Cleggadd /orvos/v1/schema
2013-01-15 Tom Cleggadd back pg gem
2013-01-15 Tom Cleggstub Orvos::Base, add collection example
2013-01-15 Ward VandewegeMore capistrano fixes
2013-01-15 Ward VandewegeCapistrano fixes
2013-01-15 Ward VandewegeAnd the matching Gemfile.lock change.
2013-01-15 Ward VandewegeAdd passenger to Gemfile (we run it standalone)
2013-01-15 Tom Cleggadd /collections html view, dry up CollectionsController
2013-01-15 Tom Cleggremove extraneous html tag
2013-01-14 Tom Cleggadd missing require
2013-01-14 Tom Cleggimprove default nameservers list
2013-01-14 Tom Clegginclude nameservers in Node api responses
2013-01-14 Tom Cleggadd api template for pipeline_invocation
2013-01-14 Ward VandewegeAdd pg gem
2013-01-14 Ward VandewegeAdd therubyracer gem
2013-01-14 Ward VandewegeAdd rvm-capistrano
2013-01-14 Ward VandewegeInitial commit.
2013-01-14 Tom Cleggadd pipeline_invocations html view
2013-01-14 Ward VandewegeDeploy script fixes.
2013-01-13 Tom Cleggeliminate extra layer {type: ...} in API responses
2013-01-13 Tom Cleggadd api template for pipelines, collections, metadata
2013-01-13 Tom Cleggadd shared "common" template with kind and etag
2013-01-13 Tom Cleggcopy config files and bundle install --local before...
2013-01-13 Tom Cleggadd status attribute to Node api response
2013-01-13 Tom Cleggadd public/assets cache to .gitignore
2013-01-13 Tom Clegguse acts_as_api
2013-01-13 Tom Cleggin /nodes, click row to show info[]
2013-01-11 Tom Cleggfix param name in node#ping
2013-01-11 Tom Cleggadd configurable compute node domain
2013-01-11 Tom Cleggupdate Gemfile.lock
2013-01-11 Tom Cleggload deploy/assets so assets get compiled at production
2013-01-11 Tom Cleggdo not show ec2-run command for instances already up
2013-01-11 Tom Cleggupdate gems
2013-01-11 Tom Cleggfix status name
2013-01-11 Tom Cleggadd /nodes status page
2013-01-11 Tom Cleggtweak stack trace log
2013-01-11 Tom Cleggresume logging errors
2013-01-11 Tom Cleggremove debug message
2013-01-11 Tom Cleggimprove error handling
2013-01-11 Tom Cleggreturn errors as json, improve handling of nested params
2013-01-11 Tom Cleggimplement generic resource#update
2013-01-10 Tom Cleggfix some error message suppression in node#ping
2013-01-10 Tom Clegguse an after_update hook to keep DNS updated
2013-01-10 Tom Cleggfix crash if no dnsmasq_conf_dir configured
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 Cleggsave Node even if ec2 create failed
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-07 Ward VandewegeOnly add rvm-capistrano in the development group
2013-01-07 Tom Cleggadd collections.uuid
2013-01-07 Tom Clegguncamelcase params
2013-01-06 Ward VandewegeDeploy script fixes
2013-01-05 Tom Cleggmore initial metadata implementation
2013-01-05 Tom Cleggrename created_by_client
2013-01-05 Tom Cleggrename metadata_class
next