[ARVADOS] updated: ff2e08fbf73f90956141ab6cb0e6fca42ddec33f

git at public.curoverse.com git at public.curoverse.com
Tue Aug 5 20:04:21 EDT 2014


Summary of changes:
 .../app/controllers/application_controller.rb      |  2 +-
 sdk/python/arvados/api.py                          | 82 +++++++++++++++-------
 sdk/python/arvados/errors.py                       | 11 +++
 sdk/python/tests/test_api.py                       | 76 ++++++++++++++++++++
 4 files changed, 144 insertions(+), 27 deletions(-)
 create mode 100644 sdk/python/tests/test_api.py

       via  ff2e08fbf73f90956141ab6cb0e6fca42ddec33f (commit)
       via  e50d40423bb2bf1fa1fe940b91006bfcd1643a8c (commit)
       via  4eafb2b779b5048c5b5ecb04711c853a974e5796 (commit)
       via  f9d2cd963c314188c0351253c00d6dc82f276ed7 (commit)
       via  46f565cf2dd89a3ec6ad78b1237b3a4b0db6404b (commit)
      from  602a0e46ee210602bb9606695808f7035e1336d9 (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 ff2e08fbf73f90956141ab6cb0e6fca42ddec33f
Author: radhika <radhika at curoverse.com>
Date:   Tue Aug 5 20:03:01 2014 -0400

    3296: check profile if request method is get.

diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 3e9749a..4353f3a 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -516,7 +516,7 @@ class ApplicationController < ActionController::Base
   def check_user_profile
     @profile_config = Rails.configuration.user_profile_form_fields
 
-    if params[:skip_profile] || session[:skip_profile]
+    if params[:skip_profile] || session[:skip_profile] || request.method.downcase != 'get'
       return true
     end
 

commit e50d40423bb2bf1fa1fe940b91006bfcd1643a8c
Merge: 602a0e4 4eafb2b
Author: radhika <radhika at curoverse.com>
Date:   Tue Aug 5 16:44:31 2014 -0400

    Merge branch 'master' into 3296-user-profile


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list