commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/74ecac39ebd7/ Changeset: 74ecac39ebd7 Branch: next-stable User: greg Date: 2013-03-29 18:02:18 Summary: Fix missing import in tool shed's hg middleware controller. Affected #: 1 file diff -r a5cedd31d98e0af9b80843ed7e0c987a6b04cda1 -r 74ecac39ebd7da2df71f7e31c796dd270a7063b6 lib/galaxy/webapps/tool_shed/framework/middleware/hg.py --- a/lib/galaxy/webapps/tool_shed/framework/middleware/hg.py +++ b/lib/galaxy/webapps/tool_shed/framework/middleware/hg.py @@ -7,6 +7,7 @@ from paste.httpheaders import AUTH_TYPE from paste.httpheaders import REMOTE_USER +from galaxy.util import asbool from galaxy.webapps.tool_shed import model from galaxy.util.hash_util import new_secure_hash import mercurial.__version__ https://bitbucket.org/galaxy/galaxy-central/commits/15a5683a7345/ Changeset: 15a5683a7345 User: greg Date: 2013-03-29 18:03:58 Summary: Merged next-stable Affected #: 1 file diff -r 4f4f7bd74074090bd0192e76e361d42d9db70060 -r 15a5683a73457b6adf81651f32e2d5605c81c0e3 lib/galaxy/webapps/tool_shed/framework/middleware/hg.py --- a/lib/galaxy/webapps/tool_shed/framework/middleware/hg.py +++ b/lib/galaxy/webapps/tool_shed/framework/middleware/hg.py @@ -7,6 +7,7 @@ from paste.httpheaders import AUTH_TYPE from paste.httpheaders import REMOTE_USER +from galaxy.util import asbool from galaxy.webapps.tool_shed import model from galaxy.util.hash_util import new_secure_hash import mercurial.__version__ 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.
participants (1)
-
commits-noreply@bitbucket.org