2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7dec267e7553/ Changeset: 7dec267e7553 Branch: stable User: inithello Date: 2013-12-13 20:45:42 Summary: Fix API visibility for the repository_revisions index. Affected #: 1 file diff -r 77b5d4888d6d957d24caccdcd5154bb8cb7574e4 -r 7dec267e7553c9279fc4fb4476232bedd80e3fa1 lib/galaxy/webapps/tool_shed/api/repository_revisions.py --- a/lib/galaxy/webapps/tool_shed/api/repository_revisions.py +++ b/lib/galaxy/webapps/tool_shed/api/repository_revisions.py @@ -66,7 +66,7 @@ trans.response.status = 500 return message - @web.expose_api + @web.expose_api_anonymous def index( self, trans, **kwd ): """ GET /api/repository_revisions https://bitbucket.org/galaxy/galaxy-central/commits/6639d560b0a3/ Changeset: 6639d560b0a3 User: inithello Date: 2013-12-13 20:48:11 Summary: Remove the forced addition of the API key to API calls, since the issue being worked around has now been fixed in -stable. Affected #: 1 file diff -r 67b996a66ef9f2de2381bfb66f11bba99b3552fd -r 6639d560b0a3333052af50773334641654d42a09 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -307,12 +307,8 @@ parts.insert( 0, 'api' ) url = suc.url_join( base, *parts ) if params is not None: - if 'key' not in params: - params[ 'key' ] = tool_shed_api_key query_string = urllib.urlencode( params ) url += '?%s' % query_string - else: - url += '?key=%s' % tool_shed_api_key return url def get_latest_downloadable_changeset_revision( url, name, owner ): 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.