[ARVADOS] updated: de6150af4a477390eb8ba73c2f67c2c46c91a3ef

git at public.curoverse.com git at public.curoverse.com
Wed Feb 4 00:07:19 EST 2015


Summary of changes:
 crunch_scripts/crunchutil/subst.py | 7 +++++--
 services/api/Gemfile               | 2 +-
 services/api/Gemfile.lock          | 8 ++++----
 services/fuse/tests/test_mount.py  | 4 +++-
 4 files changed, 13 insertions(+), 8 deletions(-)

       via  de6150af4a477390eb8ba73c2f67c2c46c91a3ef (commit)
       via  bf9d2be7afcc640e18606fa8b9b2e0bc3f2190d1 (commit)
       via  e31b4ee6fa3da212239dfb5a2e4761ff51ed0928 (commit)
       via  906aa5e3427c1e89e5f426191e33af4b1c27fc7e (commit)
       via  b495d8bd000cc60e2288b93a788aa71cce7f6dec (commit)
       via  b9a8de2241fdbc6c69511efc4af318209e4b4942 (commit)
      from  e98e77b844dc5a4d2dcfa0752f3bd6b74822d88c (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 de6150af4a477390eb8ba73c2f67c2c46c91a3ef
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Feb 4 00:00:16 2015 -0500

    2659: add publicly accessible pipeline instance and template to the list of objects to be expected in the project.

diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index 84dceee..7ab0f83 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -283,7 +283,9 @@ class FuseHomeTest(MountTestBase):
         self.assertIn('Unrestricted public data', d1)
 
         d2 = os.listdir(os.path.join(self.mounttmp, 'Unrestricted public data'))
-        self.assertEqual(['GNU General Public License, version 3'], d2)
+        self.assertEqual(['GNU General Public License, version 3',
+                          'Pipeline in publicly accessible project.pipelineInstance',
+                          'Pipeline template in publicly accessible project.pipelineTemplate'], d2)
 
         d3 = os.listdir(os.path.join(self.mounttmp, 'Unrestricted public data', 'GNU General Public License, version 3'))
         self.assertEqual(["GNU_General_Public_License,_version_3.pdf"], d3)

commit bf9d2be7afcc640e18606fa8b9b2e0bc3f2190d1
Merge: e31b4ee e98e77b
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Tue Feb 3 22:23:52 2015 -0500

    Merge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659-anonymous-share-projects


commit e31b4ee6fa3da212239dfb5a2e4761ff51ed0928
Merge: fa166d5 906aa5e
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Tue Feb 3 22:23:16 2015 -0500

    Merge branch 'master' of git.curoverse.com:arvados into 2659-anonymous-share-projects


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list