[ARVADOS] updated: 9573ffcfb52ae30c76d5595fbb67005ef50b95fd

git at public.curoverse.com git at public.curoverse.com
Thu Feb 4 10:45:48 EST 2016


Summary of changes:
 apps/workbench/app/controllers/application_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9573ffcfb52ae30c76d5595fbb67005ef50b95fd (commit)
      from  97e018a1a8b9d4da6c99a9eb7be36a7f368615f9 (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 9573ffcfb52ae30c76d5595fbb67005ef50b95fd
Author: radhika <radhika at curoverse.com>
Date:   Thu Feb 4 10:45:26 2016 -0500

    8183: set limit on my_toplevel_projects

diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index ace9276..fc3b959 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -836,7 +836,7 @@ class ApplicationController < ActionController::Base
   helper_method :my_toplevel_projects
   def my_toplevel_projects
     @my_toplevel_projects ||= Group.
-      filter([['group_class','=','project'], ['owner_uuid', '=', current_user.uuid]]).order('name')
+      filter([['group_class','=','project'], ['owner_uuid', '=', current_user.uuid]]).order('name').limit(200)
   end
 
   helper_method :my_project_tree

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list