arvados.git
2013-02-04 Ward VandewegeSwitch to MultiJson which uses Oj under the hood (since...
2013-02-04 Ward VandewegeSwitch to Oj for faster JSON handling.
2013-02-04 Tom Cleggadd some nil checks
2013-02-04 Ward VandewegeBe careful with the shovel (<<) operator. It modifies...
2013-02-04 Ward VandewegeDo not show a 'Log out' link when the user is not logge...
2013-02-03 Tom Cleggfix "home" link
2013-02-03 Ward VandewegeFix test for :orvos_api_token in Thread.current, and...
2013-02-03 Ward VandewegeThrow an error when the uuid used for find() is invalid.
2013-02-03 Ward VandewegeDo not assume uuid_or_hash is a string when using it...
2013-02-03 Ward VandewegeRemove some unneeded stuff from the ant deploy file.
2013-02-03 Tom Cleggadd jobs and jobsteps
2013-02-03 Tom Cleggadd deploy files for ant install
2013-02-03 Tom Cleggsupport user and API client using different URIs for...
2013-02-03 Tom Cleggallow current_user => nil for pages that do not require...
2013-02-01 Tom Cleggmove logout link to right
2013-02-01 Tom Cleggadd table/graph nav pills
2013-02-01 Tom Cleggadd tabular /collections
2013-02-01 Tom Cleggadd Log out button, hide admin-only nav links if not...
2013-02-01 Tom Cleggadd bootstrap
2013-02-01 Tom Cleggspice up collections graph a little
2013-01-31 Tom Cleggadd User resource, restrict generic resource pages...
2013-01-31 Tom Cleggdo find_object_by_uuid after setting up api token
2013-01-31 Tom Cleggfix unsupported where() style in find_object_by_uuid
2013-01-31 Tom Cleggbasic d3 graph at /collections
2013-01-30 Tom Cleggimprove error handling and reporting
2013-01-29 Tom Cleggbit more robust in error display
2013-01-28 Tom Cleggtweak eager loading
2013-01-28 Ward VandewegeRename leftover Metadatum references to Link.
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-25 Tom Cleggfix use of OrvosBase#new when unpacking lists
2013-01-25 Tom Clegghandle non-db-column API response fields a bit better
2013-01-25 Tom Cleggstart pipeline after importing
2013-01-25 Tom Cleggfix up factory_jobs status page
2013-01-25 Tom Cleggmove development.rb to .example
2013-01-25 Tom Clegghandle invalid token more gracefully
2013-01-24 Tom Clegggive up on assets for static d3 example
2013-01-24 Tom CleggRevert "move html into app/assets"
2013-01-24 Tom Cleggmove html into app/assets
2013-01-24 Tom Clegghost d3 js locally
2013-01-24 Tom Cleggadd example graph of user/project/permission metadata
2013-01-24 Tom Clegguse Accept header instead of post arg to ask for json
2013-01-24 Tom Cleggset format=json explicitly when calling api
2013-01-24 Tom Clegguse factory_jobs#index as front page, disallow robots
2013-01-24 Tom Cleggsend tokenless user through orvos login instead of...
2013-01-22 Tom Cleggadd Logs resource
2013-01-22 Ward VandewegeFix for
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-20 Tom Cleggreorganize API helper a bit, refactor pipeline status...
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 Cleggeasier access to metadata, and objects connected by...
2013-01-18 Ward VandewegeMoved to orvos-app-0
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-17 Tom Cleggfix error reporting
2013-01-17 Tom Cleggfix missing find_object_by_uuid
2013-01-17 Tom Cleggbeginnings of upload->pipeline status page
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 Cleggstub Project
2013-01-16 Tom Cleggstub Specimen
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 back pg gem
2013-01-15 Tom Cleggstub Orvos::Base, add collection example
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-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.