[galaxyproject/galaxy] 67e9db: Fix invalid requests imports introduced in #4604.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 67e9dbc37aa41a873546098cad81fe4a2557281e https://github.com/galaxyproject/galaxy/commit/67e9dbc37aa41a873546098cad81f... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-26 (Tue, 26 Sep 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/async.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M lib/galaxy/webapps/galaxy/controllers/root.py M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Fix invalid requests imports introduced in #4604. Even when we remove the requests controller the pyc files will stick around - so probably best to keep these absolute imports for these controllers indefinitely. This broke workflow import from URL coming through the GUI and so it broke a bunch of Selenium tests. Commit: 1a635b3480403cad19c398dd4fe3a4f5562c60db https://github.com/galaxyproject/galaxy/commit/1a635b3480403cad19c398dd4fe3a... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-09-26 (Tue, 26 Sep 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/async.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M lib/galaxy/webapps/galaxy/controllers/root.py M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Merge pull request #4699 from jmchilton/fix_import Fix invalid requests imports introduced in #4604. Compare: https://github.com/galaxyproject/galaxy/compare/08ef78285af9...1a635b348040
participants (1)
-
GitHub