[ARVADOS] updated: 42f4a3b622432c24538b0599edd32c21ca4e898f

Git user git at public.curoverse.com
Wed Sep 13 16:14:44 EDT 2017


Summary of changes:
 services/api/app/models/database_seeds.rb | 3 ---
 1 file changed, 3 deletions(-)

       via  42f4a3b622432c24538b0599edd32c21ca4e898f (commit)
      from  6070945641525c97e4bcdff61561886f95557973 (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 42f4a3b622432c24538b0599edd32c21ca4e898f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Sep 13 16:14:10 2017 -0400

    12032: Don't need to refresh permission view in database seeds, should be done already.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/models/database_seeds.rb b/services/api/app/models/database_seeds.rb
index 436a8c6..6e7ab9b 100644
--- a/services/api/app/models/database_seeds.rb
+++ b/services/api/app/models/database_seeds.rb
@@ -2,8 +2,6 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-require 'refresh_permission_view'
-
 class DatabaseSeeds
   extend CurrentApiClient
   def self.install
@@ -14,6 +12,5 @@ class DatabaseSeeds
     anonymous_group_read_permission
     anonymous_user
     empty_collection
-    refresh_permission_view
   end
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list