1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e7b579bec0e2/ Changeset: e7b579bec0e2 User: jmchilton Date: 2014-05-07 08:19:09 Summary: Expose use_remote_user via configuration API. Attempting to improve automated testing... marginally. Affected #: 1 file diff -r ea869e917062e0d92da847e50f210dcb1e0cbfd2 -r e7b579bec0e277f0c2e26cf23661ebfa7fa5ec2d lib/galaxy/webapps/galaxy/api/configuration.py --- a/lib/galaxy/webapps/galaxy/api/configuration.py +++ b/lib/galaxy/webapps/galaxy/api/configuration.py @@ -9,6 +9,7 @@ import logging log = logging.getLogger( __name__ ) + class ConfigurationController( BaseAPIController ): # config attributes viewable by non-admin users EXPOSED_USER_OPTIONS = [ @@ -20,6 +21,7 @@ 'logo_url', 'terms_url', 'allow_user_dataset_purge', + 'use_remote_user' ] # config attributes viewable by admin users EXPOSED_ADMIN_OPTIONS = [ Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.