[ARVADOS] updated: ad76f76cdd557d61497aa0ff26e0537788f2d5b6

git at public.curoverse.com git at public.curoverse.com
Wed Feb 25 03:35:57 EST 2015


Summary of changes:
 apps/workbench/app/controllers/jobs_controller.rb |  4 +-
 sdk/cli/bin/crunch-job                            |  5 +-
 sdk/python/arvados/commands/arv_copy.py           | 83 ++++++++++++++---------
 sdk/python/arvados/keep.py                        | 10 ++-
 sdk/python/tests/test_keep_client.py              | 15 ++++
 services/api/app/models/pipeline_instance.rb      | 24 -------
 services/fuse/arvados_fuse/__init__.py            |  3 +-
 services/fuse/setup.py                            |  1 +
 services/fuse/tests/test_mount.py                 | 16 ++++-
 9 files changed, 95 insertions(+), 66 deletions(-)

       via  ad76f76cdd557d61497aa0ff26e0537788f2d5b6 (commit)
       via  acced3c41adda16e8ea8ee9581edd8879c00fcfa (commit)
       via  18ddae75beb91b0792ad34a9b4996316715e67b7 (commit)
       via  f0fe7273c1851cb93e9edd58c0b60d3590b222ed (commit)
       via  8a5790d5504946c64681765b18d0c912a149725a (commit)
       via  a4bc28672ca603f74cf1e386b1e054a4467bf5c2 (commit)
       via  f387f8bb104bf29a55d29842e5dcf5d748be8c27 (commit)
       via  7b0d3939e19b6c62effdb5c808b811b38f4ffd57 (commit)
       via  a47dc2bc994e89347fd94d088fa3756236c7fd52 (commit)
       via  f70584ec2cd2782528ec492a49bf852a8db23bfc (commit)
       via  b7642ef621f0a77ea87f212aabb46554e5010b17 (commit)
       via  d960e97b5816b7dc99f840b0be774b99cb64e400 (commit)
       via  b5cd9c9b9b160f316f9df6dda155df8a67cb8188 (commit)
       via  98f1b8341b1d50158727ec7390ba446a808925d5 (commit)
       via  74784b33fd7b8b519b0ce0cbbdfa16dba2dad219 (commit)
       via  bef0f85f2eb6bbdaa57781e6f98bc062a62ba560 (commit)
      from  ad2792edbffc35bebc98bac62fa4c353c796d6b4 (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 ad76f76cdd557d61497aa0ff26e0537788f2d5b6
Merge: acced3c 18ddae7
Author: Phil Hodgson <bitbucket at philhodgson.net>
Date:   Wed Feb 25 09:12:50 2015 +0100

    Merge branch 'master' into 4232-slow-pipes-n-jobs


commit acced3c41adda16e8ea8ee9581edd8879c00fcfa
Author: Phil Hodgson <bitbucket at philhodgson.net>
Date:   Wed Feb 25 09:10:41 2015 +0100

    4232: remove traces of no-longer-needed "dependency" code for pipeline_instances

diff --git a/services/api/app/models/pipeline_instance.rb b/services/api/app/models/pipeline_instance.rb
index bc10523..77a0736 100644
--- a/services/api/app/models/pipeline_instance.rb
+++ b/services/api/app/models/pipeline_instance.rb
@@ -112,30 +112,6 @@ class PipelineInstance < ArvadosModel
     end
   end
 
-  def dependency_search(haystack)
-    if haystack.is_a? String
-      if (re = haystack.match /^([0-9a-f]{32}(\+[^,]+)*)+/)
-        {re[1] => true}
-      else
-        {}
-      end
-    elsif haystack.is_a? Array
-      deps = {}
-      haystack.each do |value|
-        deps.merge! dependency_search(value)
-      end
-      deps
-    elsif haystack.respond_to? :keys
-      deps = {}
-      haystack.each do |key, value|
-        deps.merge! dependency_search(value)
-      end
-      deps
-    else
-      {}
-    end
-  end
-
   def verify_status
     changed_attributes = self.changed
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list