[galaxyproject/galaxy] b95640: Fix Python3 compatibility and import order for 21 ...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: b956406c4d14a3410e8d80f7c6acda674e297830 https://github.com/galaxyproject/galaxy/commit/b956406c4d14a3410e8d80f7c6acd... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-10-16 (Mon, 16 Oct 2017) Changed paths: M .ci/flake8_lint_include_list.txt M .ci/py3_sources.txt M lib/galaxy/managers/collections.py M lib/galaxy/model/__init__.py M lib/galaxy/security/__init__.py M lib/galaxy/util/jstree.py M lib/galaxy/web/framework/helpers/grids.py M lib/galaxy/webapps/galaxy/api/library_datasets.py M lib/galaxy/webapps/galaxy/buildapp.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/galaxy/controllers/forms.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M lib/galaxy/webapps/reports/controllers/tools.py M lib/galaxy/webapps/tool_shed/config.py M lib/galaxy/webapps/tool_shed/model/__init__.py M lib/galaxy/webapps/tool_shed/search/repo_search.py M lib/mimeparse.py M scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py M scripts/tool_shed/api/common.py M scripts/tool_shed/build_ts_whoosh_index.py M scripts/tool_shed/deprecate_repositories_without_metadata.py Log Message: ----------- Fix Python3 compatibility and import order for 21 files Commit: f39019e898f7fd67f80894c8fe680934525827f9 https://github.com/galaxyproject/galaxy/commit/f39019e898f7fd67f80894c8fe680... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-10-16 (Mon, 16 Oct 2017) Changed paths: M lib/galaxy/util/__init__.py Log Message: ----------- Add doctests for unicodify() Commit: 255d3daf50a957299171858fdea9f5622ec6173e https://github.com/galaxyproject/galaxy/commit/255d3daf50a957299171858fdea9f... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-10-16 (Mon, 16 Oct 2017) Changed paths: R .ci/flake8_py3_wrapper.sh M tox.ini Log Message: ----------- Extend Python3 flake8 linting to whole codebase Keep .ci/py3_sources.txt as list of manually ported files. Commit: 24e0c3d5978c8dac5a0c1e0cd034b739cad61fac https://github.com/galaxyproject/galaxy/commit/24e0c3d5978c8dac5a0c1e0cd034b... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-16 (Mon, 16 Oct 2017) Changed paths: M .ci/flake8_lint_include_list.txt R .ci/flake8_py3_wrapper.sh M .ci/py3_sources.txt M lib/galaxy/managers/collections.py M lib/galaxy/model/__init__.py M lib/galaxy/security/__init__.py M lib/galaxy/util/__init__.py M lib/galaxy/util/jstree.py M lib/galaxy/web/framework/helpers/grids.py M lib/galaxy/webapps/galaxy/api/library_datasets.py M lib/galaxy/webapps/galaxy/buildapp.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/galaxy/controllers/forms.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/library_common.py M lib/galaxy/webapps/reports/controllers/tools.py M lib/galaxy/webapps/tool_shed/config.py M lib/galaxy/webapps/tool_shed/model/__init__.py M lib/galaxy/webapps/tool_shed/search/repo_search.py M lib/mimeparse.py M scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py M scripts/tool_shed/api/common.py M scripts/tool_shed/build_ts_whoosh_index.py M scripts/tool_shed/deprecate_repositories_without_metadata.py M tox.ini Log Message: ----------- Merge pull request #4811 from nsoranzo/python3 Extend Python3 flake8 linting to whole codebase Compare: https://github.com/galaxyproject/galaxy/compare/f4d45549cf9e...24e0c3d5978c
participants (1)
-
GitHub