Project

General

Profile

Bug #4804

Updated by Radhika Chippada over 9 years ago

From the log: 

 First request: 
 Started GET "/search/choose?partial=true&filters=%5B%5B%22any%22%2C%22ilike%22%2C%22%25%25%22%5D%2C%5B%22owner_uuid%22%2C%22%3D%22%2C%22qr1hi-j7d0g-1jc55y5dxmhdtbq%22%5D%5D&project_uuid=qr1hi-j7d0g-1jc55y5dxmhdtbq" for 127.0.0.1 at 2014-12-11 15:53:45 -0500 
 Processing by SearchController#choose as JSON 
   Parameters: {"partial"=>"true", "filters"=>"[[\"any\",\"ilike\",\"%%\"],[\"owner_uuid\",\"=\",\"qr1hi-j7d0g-1jc55y5dxmhdtbq\"]]", "project_uuid"=>"qr1hi-j7d0g-1jc55y5dxmhdtbq"} 


 Next page (when scrolled all the way down in the dialog): 

 Started GET "/search/choose?filters=%5B%5B%22any%22%2C%22ilike%22%2C%22%251jc55y5dxmhdtbq%25%22%5D%5D&last_object_class=Collection&offset=200&partial=true" for 127.0.0.1 at 2014-12-11 15:52:22 -0500 
 Processing by SearchController#choose as JSON 
   Parameters: {"filters"=>"[[\"any\",\"ilike\",\"%1jc55y5dxmhdtbq%\"]]", "last_object_class"=>"Collection", "offset"=>"200", "partial"=>"true"} 
 API client: 0.000335335 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/users/current

Back