arvados.git
11 years agofix use of OrvosBase#new when unpacking lists
Tom Clegg [Fri, 25 Jan 2013 21:55:41 +0000 (13:55 -0800)]
fix use of OrvosBase#new when unpacking lists

11 years agohandle non-db-column API response fields a bit better
Tom Clegg [Fri, 25 Jan 2013 21:33:22 +0000 (13:33 -0800)]
handle non-db-column API response fields a bit better

11 years agostart pipeline after importing
Tom Clegg [Fri, 25 Jan 2013 03:20:35 +0000 (19:20 -0800)]
start pipeline after importing

11 years agofix up factory_jobs status page
Tom Clegg [Fri, 25 Jan 2013 02:17:47 +0000 (18:17 -0800)]
fix up factory_jobs status page

11 years agomove development.rb to .example
Tom Clegg [Fri, 25 Jan 2013 00:42:35 +0000 (16:42 -0800)]
move development.rb to .example

11 years agohandle invalid token more gracefully
Tom Clegg [Fri, 25 Jan 2013 00:40:11 +0000 (16:40 -0800)]
handle invalid token more gracefully

11 years agogive up on assets for static d3 example
Tom Clegg [Thu, 24 Jan 2013 22:57:46 +0000 (14:57 -0800)]
give up on assets for static d3 example

11 years agoRevert "move html into app/assets"
Tom Clegg [Thu, 24 Jan 2013 22:55:41 +0000 (14:55 -0800)]
Revert "move html into app/assets"

This reverts commit d338c25fb8ae1085054088b1c00c7a0d9e49e367.

11 years agomove html into app/assets
Tom Clegg [Thu, 24 Jan 2013 22:47:47 +0000 (14:47 -0800)]
move html into app/assets

11 years agohost d3 js locally
Tom Clegg [Thu, 24 Jan 2013 22:37:12 +0000 (14:37 -0800)]
host d3 js locally

11 years agoadd example graph of user/project/permission metadata
Tom Clegg [Thu, 24 Jan 2013 22:30:07 +0000 (14:30 -0800)]
add example graph of user/project/permission metadata

11 years agouse Accept header instead of post arg to ask for json
Tom Clegg [Thu, 24 Jan 2013 03:01:42 +0000 (19:01 -0800)]
use Accept header instead of post arg to ask for json

11 years agoset format=json explicitly when calling api
Tom Clegg [Thu, 24 Jan 2013 02:58:49 +0000 (18:58 -0800)]
set format=json explicitly when calling api

11 years agouse factory_jobs#index as front page, disallow robots
Tom Clegg [Thu, 24 Jan 2013 02:04:18 +0000 (18:04 -0800)]
use factory_jobs#index as front page, disallow robots

11 years agosend tokenless user through orvos login instead of giving up
Tom Clegg [Thu, 24 Jan 2013 02:03:56 +0000 (18:03 -0800)]
send tokenless user through orvos login instead of giving up

11 years agoadd Logs resource
Tom Clegg [Tue, 22 Jan 2013 22:19:25 +0000 (14:19 -0800)]
add Logs resource

11 years agoFix for
Ward Vandewege [Tue, 22 Jan 2013 04:52:35 +0000 (23:52 -0500)]
Fix for

  app/models/orvos_api_client.rb:4:in `+': can't convert nil
  into String (TypeError)

11 years agopass api_token through to orvos
Tom Clegg [Mon, 21 Jan 2013 23:59:38 +0000 (15:59 -0800)]
pass api_token through to orvos

11 years agoadd error pages
Tom Clegg [Mon, 21 Jan 2013 23:03:50 +0000 (15:03 -0800)]
add error pages

11 years agodelete collections/index view
Tom Clegg [Mon, 21 Jan 2013 17:34:20 +0000 (09:34 -0800)]
delete collections/index view

11 years agofix query encoding in API calls
Tom Clegg [Mon, 21 Jan 2013 17:33:36 +0000 (09:33 -0800)]
fix query encoding in API calls

11 years agoreorganize API helper a bit, refactor pipeline status page as /factory_jobs
Tom Clegg [Sun, 20 Jan 2013 23:35:19 +0000 (15:35 -0800)]
reorganize API helper a bit, refactor pipeline status page as /factory_jobs

11 years agoadd import script
Tom Clegg [Sat, 19 Jan 2013 00:56:25 +0000 (16:56 -0800)]
add import script

11 years agoadd OrvosBase#dup, offload some filtering to server
Tom Clegg [Fri, 18 Jan 2013 23:52:13 +0000 (15:52 -0800)]
add OrvosBase#dup, offload some filtering to server

11 years agocache metadata
Tom Clegg [Fri, 18 Jan 2013 10:16:16 +0000 (02:16 -0800)]
cache metadata

11 years agouse new metadata access
Tom Clegg [Fri, 18 Jan 2013 09:48:58 +0000 (01:48 -0800)]
use new metadata access

11 years agoeasier access to metadata, and objects connected by metadata
Tom Clegg [Fri, 18 Jan 2013 09:27:47 +0000 (01:27 -0800)]
easier access to metadata, and objects connected by metadata

11 years agoMoved to orvos-app-0
Ward Vandewege [Fri, 18 Jan 2013 03:24:37 +0000 (22:24 -0500)]
Moved to orvos-app-0

11 years agorename metadata attributes to head/tail
Tom Clegg [Fri, 18 Jan 2013 01:17:05 +0000 (17:17 -0800)]
rename metadata attributes to head/tail

11 years agofix error reporting
Tom Clegg [Thu, 17 Jan 2013 16:31:40 +0000 (08:31 -0800)]
fix error reporting

11 years agofix missing find_object_by_uuid
Tom Clegg [Thu, 17 Jan 2013 16:15:14 +0000 (08:15 -0800)]
fix missing find_object_by_uuid

11 years agobeginnings of upload->pipeline status page
Tom Clegg [Thu, 17 Jan 2013 09:17:42 +0000 (01:17 -0800)]
beginnings of upload->pipeline status page

11 years agoadd uploaded_datasets#create API. refs #1247 refs #1248
Tom Clegg [Wed, 16 Jan 2013 22:52:35 +0000 (14:52 -0800)]
add uploaded_datasets#create API. refs #1247 refs #1248

11 years agofix serialized fields, improve error handling
Tom Clegg [Wed, 16 Jan 2013 22:44:10 +0000 (14:44 -0800)]
fix serialized fields, improve error handling

11 years agostub Project
Tom Clegg [Wed, 16 Jan 2013 22:01:15 +0000 (14:01 -0800)]
stub Project

11 years agostub Specimen
Tom Clegg [Wed, 16 Jan 2013 03:02:34 +0000 (19:02 -0800)]
stub Specimen

11 years agostub Metadatum, Pipeline, PipelineInvocation
Tom Clegg [Tue, 15 Jan 2013 23:05:07 +0000 (15:05 -0800)]
stub Metadatum, Pipeline, PipelineInvocation

11 years agoadd a little error checking for save() and save!()
Tom Clegg [Tue, 15 Jan 2013 23:02:56 +0000 (15:02 -0800)]
add a little error checking for save() and save!()

11 years agomake Collection.new.save work
Tom Clegg [Tue, 15 Jan 2013 22:57:26 +0000 (14:57 -0800)]
make Collection.new.save work

11 years agoadd back pg gem
Tom Clegg [Tue, 15 Jan 2013 22:39:34 +0000 (14:39 -0800)]
add back pg gem

11 years agostub Orvos::Base, add collection example
Tom Clegg [Tue, 15 Jan 2013 22:24:24 +0000 (14:24 -0800)]
stub Orvos::Base, add collection example

11 years agoCapistrano fixes
Ward Vandewege [Tue, 15 Jan 2013 22:21:11 +0000 (17:21 -0500)]
Capistrano fixes

11 years agoAnd the matching Gemfile.lock change.
Ward Vandewege [Tue, 15 Jan 2013 21:56:31 +0000 (16:56 -0500)]
And the matching Gemfile.lock change.

11 years agoAdd passenger to Gemfile (we run it standalone)
Ward Vandewege [Tue, 15 Jan 2013 21:55:09 +0000 (16:55 -0500)]
Add passenger to Gemfile (we run it standalone)

11 years agoAdd pg gem
Ward Vandewege [Mon, 14 Jan 2013 22:14:17 +0000 (17:14 -0500)]
Add pg gem

11 years agoAdd therubyracer gem
Ward Vandewege [Mon, 14 Jan 2013 22:09:50 +0000 (17:09 -0500)]
Add therubyracer gem

11 years agoAdd rvm-capistrano
Ward Vandewege [Mon, 14 Jan 2013 22:07:21 +0000 (17:07 -0500)]
Add rvm-capistrano

11 years agoInitial commit.
Ward Vandewege [Mon, 14 Jan 2013 22:03:14 +0000 (17:03 -0500)]
Initial commit.