[ARVADOS] updated: 204f433a870e2bf1cf7af1fbe076e91f427ef05e

git at public.curoverse.com git at public.curoverse.com
Mon Feb 9 20:15:33 EST 2015


Summary of changes:
 apps/workbench/Gemfile                             |  2 +-
 apps/workbench/Gemfile.lock                        |  4 +-
 .../controllers/collections_controller_test.rb     | 19 +++++++
 sdk/ruby/lib/arvados/keep.rb                       |  5 +-
 sdk/ruby/test/test_keep_manifest.rb                | 66 ++++++++++++++++++++++
 services/api/Gemfile                               |  2 +-
 services/api/Gemfile.lock                          | 16 +++---
 services/api/test/fixtures/collections.yml         | 16 +++++-
 .../arvados/v1/collections_controller_test.rb      |  7 ++-
 9 files changed, 119 insertions(+), 18 deletions(-)

       via  204f433a870e2bf1cf7af1fbe076e91f427ef05e (commit)
       via  9b61792d905324a98b24224d45347082efbe5205 (commit)
       via  16b720950262eb559358cf357f5098a142901665 (commit)
       via  b6a7a62f4f38710f50d08a91a6a9b210700bb011 (commit)
       via  aaffcb23198b4223c48092ccd30ef7152b434187 (commit)
       via  20f5b178a850b029ecd501ed49e4ed0a537c1fad (commit)
       via  e2da84c1fd9052791ed2b684741469570e09ea35 (commit)
       via  2527b9cd7958d89a5ae0dd84856027908c48ae53 (commit)
       via  dd645c9e973b9b725f310513ce309fa1e1a82421 (commit)
      from  fb4921f56d1c13a86add2e59205ec32fa1f6efe4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 204f433a870e2bf1cf7af1fbe076e91f427ef05e
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Feb 9 20:15:30 2015 -0500

    5176: Update Gemfiles with current arvados gem.
    
    Refs #5176.  Closes #5181.

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 4f9eec3..4065f1b 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '~> 4.1.0'
-gem 'arvados', '>= 0.1.20150209223754'
+gem 'arvados', '>= 0.1.20150210011250'
 
 gem 'sqlite3'
 
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index f7863e4..9a88697 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -40,7 +40,7 @@ GEM
     andand (1.3.3)
     angularjs-rails (1.3.8)
     arel (5.0.1.20140414130214)
-    arvados (0.1.20150209223754)
+    arvados (0.1.20150210011250)
       activesupport (>= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       google-api-client (~> 0.6.3, >= 0.6.3)
@@ -258,7 +258,7 @@ DEPENDENCIES
   RedCloth
   andand
   angularjs-rails
-  arvados (>= 0.1.20150209223754)
+  arvados (>= 0.1.20150210011250)
   bootstrap-sass (~> 3.1.0)
   bootstrap-tab-history-rails
   bootstrap-x-editable-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 605a965..70f67d5 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -72,7 +72,7 @@ gem 'faye-websocket'
 
 gem 'themes_for_rails'
 
-gem 'arvados', '>= 0.1.20150209223754'
+gem 'arvados', '>= 0.1.20150210011250'
 gem 'arvados-cli', '>= 0.1.20150128223752'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 725d40a..a6a8326 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -35,7 +35,7 @@ GEM
     addressable (2.3.7)
     andand (1.3.3)
     arel (3.0.3)
-    arvados (0.1.20150209223754)
+    arvados (0.1.20150210011250)
       activesupport (>= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       google-api-client (~> 0.6.3, >= 0.6.3)
@@ -224,7 +224,7 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados (>= 0.1.20150209223754)
+  arvados (>= 0.1.20150210011250)
   arvados-cli (>= 0.1.20150128223752)
   coffee-rails (~> 3.2.0)
   database_cleaner

commit 9b61792d905324a98b24224d45347082efbe5205
Merge: fb4921f 16b7209
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Feb 9 20:12:17 2015 -0500

    Merge branch '5176-escape-filenames'
    
    Closes #5176, #5180.


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list