[galaxyproject/galaxy] dda11d: [17.01] Fix container resolver log statements expo...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: dda11d21c2e88f6b935f9f90f270a7aeccd929da https://github.com/galaxyproject/galaxy/commit/dda11d21c2e88f6b935f9f90f270a... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M lib/galaxy/tools/deps/container_resolvers/__init__.py M lib/galaxy/tools/deps/container_resolvers/mulled.py M lib/galaxy/tools/deps/requirements.py Log Message: ----------- [17.01] Fix container resolver log statements exposing pointers. These log statements: ``` 2017-02-27 12:11:50,959 INFO [galaxy.tools.deps.containers] Checking with container resolver [<galaxy.tools.deps.container_resolvers.explicit.ExplicitContainerResolver object at 0x10b211590>] found description [None] 2017-02-27 12:11:51,062 INFO [galaxy.tools.deps.containers] Checking with container resolver [<galaxy.tools.deps.container_resolvers.mulled.CachedMulledContainerResolver object at 0x10b2115d0>] found description [None] 2017-02-27 12:11:51,490 INFO [galaxy.tools.deps.containers] Checking with container resolver [<galaxy.tools.deps.container_resolvers.mulled.MulledContainerResolver object at 0x10b211610>] found description [<galaxy.tools.deps.requirements.ContainerDescription object at 0x10d6f1550>] ``` Become: ``` 2017-02-27 13:19:06,201 INFO [galaxy.tools.deps.containers] Checking with container resolver [ExplicitContainerResolver[]] found description [None] 2017-02-27 13:19:06,251 INFO [galaxy.tools.deps.containers] Checking with container resolver [CachedMulledContainerResolver[namespace=None]] found description [None] 2017-02-27 13:19:06,679 INFO [galaxy.tools.deps.containers] Checking with container resolver [MulledContainerResolver[namespace=biocontainers]] found description [ContainerDescription[identifier=quay.io/biocontainers/seqtk:1.2--0,type=docker]] ``` Rebased with suggestion from @nsoranzo :eagle::eyes: Commit: ca5bb99ee043587fe37cc9354885d3de6fbd5ce3 https://github.com/galaxyproject/galaxy/commit/ca5bb99ee043587fe37cc9354885d... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M lib/galaxy/tools/deps/container_resolvers/__init__.py M lib/galaxy/tools/deps/container_resolvers/mulled.py M lib/galaxy/tools/deps/requirements.py Log Message: ----------- Merge pull request #3679 from jmchilton/fix_logs [17.01] Fix container resolver log statements exposing pointers. Commit: ce7f9e91ca8893ce290aeeac4836e18db07af3a5 https://github.com/galaxyproject/galaxy/commit/ce7f9e91ca8893ce290aeeac4836e... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M lib/galaxy/tools/__init__.py Log Message: ----------- Annotate converters that appear to need galaxy on PYTHONPATH. Should fix #3499 (thanks for the explicit heads up @mvdbeek). Commit: 93a802bd450658f0c66d4226c626112e8163d5a6 https://github.com/galaxyproject/galaxy/commit/93a802bd450658f0c66d4226c6261... Author: Martin Cech <cech.marten@gmail.com> Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M lib/galaxy/tools/__init__.py Log Message: ----------- Merge pull request #3690 from jmchilton/converter_galaxy_lib_fixes [17.01] Annotate converters that appear to need galaxy on PYTHONPATH. Commit: 02f3a2737dd1c48574df9bf8e51ce43e6789bf1e https://github.com/galaxyproject/galaxy/commit/02f3a2737dd1c48574df9bf8e51ce... Author: anuprulez <anup.rulez@gmail.com> Date: 2017-03-08 (Wed, 08 Mar 2017) Changed paths: M client/galaxy/scripts/layout/menu.js M static/maps/layout/menu.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/layout/menu.js Log Message: ----------- Bug fix for masthead webhook if Galaxy.page is undefined for workflow, data libraries etc pages Commit: 7988ae59f5b94b952bd1965b76250ad3f21525d6 https://github.com/galaxyproject/galaxy/commit/7988ae59f5b94b952bd1965b76250... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py R templates/admin/tool_shed_repository/select_shed_tool_panel_config.mako M templates/admin/tool_shed_repository/select_tool_panel_section.mako Log Message: ----------- Allow display of install_resolver_checkbox when installing data manager tools by merging select_shed_tool_panel_config.mako functionality into select_tool_panel_section.mako (thx @nsoranzo for this suggestion). Commit: e8922295bd5753e0be262f141b25a05622972ee6 https://github.com/galaxyproject/galaxy/commit/e8922295bd5753e0be262f141b25a... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py Log Message: ----------- Remove checks for `includes_tools_for_display_in_tool_panel` and `includes_tools_for_display_in_tool_panel` when determining if initiate_repository_installation.mako should be posted to. It is sufficient to check that select_tool_panel_section_button has been clicked. Commit: 2df727cb05d8d15e14a23a4f8c1da920bfde999d https://github.com/galaxyproject/galaxy/commit/2df727cb05d8d15e14a23a4f8c1da... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M test/shed_functional/functional/test_1150_datatype_converters.py Log Message: ----------- Adjust wording of datatype converter install test. Commit: 1b9a2868a17899787bf65181f96892596b16b51b https://github.com/galaxyproject/galaxy/commit/1b9a2868a17899787bf65181f9689... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-09 (Thu, 09 Mar 2017) Changed paths: M client/galaxy/scripts/layout/menu.js M static/maps/layout/menu.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/layout/menu.js Log Message: ----------- Merge pull request #3728 from martenson/backport-masthead-fix [16.10] backport of webhook masthead fix for datalibs and workflows Commit: 376212eff900d28450165ddf715f3d9a29870ca9 https://github.com/galaxyproject/galaxy/commit/376212eff900d28450165ddf715f3... Author: Daniel Blankenberg <dan.blankenberg@gmail.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M config/datatypes_conf.xml.sample M lib/galaxy/datatypes/binary.py Log Message: ----------- Fix for uploading rdata datasets when explicitly declaring datatype. Now that ext's are forced to be all lowercase, you cannot upload a dataset with any uppercase characters in the extension. TODO: An additional fix directly for the upload tool/datatype widget should be pursued that will prevent these issues. Commit: fa37f67786b88b5d1c4138a142efccf3cc42d219 https://github.com/galaxyproject/galaxy/commit/fa37f67786b88b5d1c4138a142efc... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map Log Message: ----------- Merge branch 'release_16.10' into release_17.01 Conflicts: static/maps/layout/menu.js.map static/scripts/bundled/libs.bundled.js static/scripts/bundled/libs.bundled.js.map static/scripts/layout/menu.js Commit: 7429ded33e1af8214f2ca20563698f73dd3869d3 https://github.com/galaxyproject/galaxy/commit/7429ded33e1af8214f2ca20563698... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- fix datetime import Commit: aaafbe956f343eb6d34dbdcec0b8b937e439334a https://github.com/galaxyproject/galaxy/commit/aaafbe956f343eb6d34dbdcec0b8b... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- add the activation functionality to API users controller it was invoked but not included resulting in errors Commit: 642956a899ea2b97348be698bd81dd11a85d113e https://github.com/galaxyproject/galaxy/commit/642956a899ea2b97348be698bd81d... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- remove unused import Commit: 54fb1a433d061d398d67a0cb3e80ea1406226898 https://github.com/galaxyproject/galaxy/commit/54fb1a433d061d398d67a0cb3e80e... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- only request verificaion when needed thanks @nsoranzo Commit: 56c710adbc1f10579511c506503493241df4176c https://github.com/galaxyproject/galaxy/commit/56c710adbc1f10579511c50650349... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- reqork the activation logic when email is changed thanks to @nsoranzo for help Commit: cfa3e29cadf0960f01735a2ad43b64ac9c17e031 https://github.com/galaxyproject/galaxy/commit/cfa3e29cadf0960f01735a2ad43b6... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py R templates/admin/tool_shed_repository/select_shed_tool_panel_config.mako M templates/admin/tool_shed_repository/select_tool_panel_section.mako M test/shed_functional/functional/test_1150_datatype_converters.py Log Message: ----------- Merge pull request #3686 from mvdbeek/datamanager_conda_install [17.01] Allow display of install_resolver_checkbox when installing data manag… Commit: 6ab5cc1caf8c9fc0d4ce311c43988d12ea2ae6bb https://github.com/galaxyproject/galaxy/commit/6ab5cc1caf8c9fc0d4ce311c43988... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-03-18 (Sat, 18 Mar 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/users.py Log Message: ----------- Merge pull request #3771 from martenson/fix-users-api [17.01] Fixes for users API Commit: e3e24facc72103dadeca2dc72c9d038f907eb10e https://github.com/galaxyproject/galaxy/commit/e3e24facc72103dadeca2dc72c9d0... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M config/datatypes_conf.xml.sample M lib/galaxy/datatypes/binary.py Log Message: ----------- Merge pull request #3766 from blankenberg/17.01-rdata-upload-fix [17.01] Fix for uploading rdata datasets when explicitly declaring datatype. Commit: 12eb3838496f373e429235cd8e75117baf682005 https://github.com/galaxyproject/galaxy/commit/12eb3838496f373e429235cd8e751... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- fix xss thanks to @erasche Commit: 2528a89bd087786c458c86d6ac78c24e8fb7f51d https://github.com/galaxyproject/galaxy/commit/2528a89bd087786c458c86d6ac78c... Author: Nicola Soranzo <nsoranzo@tiscali.it> Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- Merge pull request #3776 from martenson/xss-fix [16.04] fix xss vuln in grids Commit: e3255fd3cb7c1b0cf9ce9fa82f0a4a9c39719f19 https://github.com/galaxyproject/galaxy/commit/e3255fd3cb7c1b0cf9ce9fa82f0a4... Author: nekrut <anton@nekrut.org> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/tools/filter_failed_collection.xml M lib/galaxy/tools/flatten_collection.xml M lib/galaxy/tools/merge_collection.xml M lib/galaxy/tools/unzip_collection.xml M lib/galaxy/tools/zip_collection.xml Log Message: ----------- made collection ops help sections slightly more readable Commit: d9c3a0bb57e63a1849bb3f55c056ae0384a2279a https://github.com/galaxyproject/galaxy/commit/d9c3a0bb57e63a1849bb3f55c056a... Author: Anton Nekrutenko <anekrut@gmail.com> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/tools/unzip_collection.xml Log Message: ----------- Update unzip_collection.xml fixed typos identified by @mvdbeek Commit: 80ecc79a4cb8fa3dbaf9b3348216df6f9387a91c https://github.com/galaxyproject/galaxy/commit/80ecc79a4cb8fa3dbaf9b3348216d... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- Merge pull request #3789 from galaxyproject/release_16.04 merge 16.04 into 16.07 Commit: 490e565611b5e3a22124d937e22cf0363afb62f6 https://github.com/galaxyproject/galaxy/commit/490e565611b5e3a22124d937e22cf... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- Merge pull request #3790 from galaxyproject/release_16.07 merge 16.07 into 16.10 Commit: ec88dda1e9c926341b87bc7e19b7b5842eb92ddb https://github.com/galaxyproject/galaxy/commit/ec88dda1e9c926341b87bc7e19b7b... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- Merge pull request #3791 from galaxyproject/release_16.10 merge 16.10 into 17.01 Commit: c84b3ba0b8f9de983d43ea17c165856d23960911 https://github.com/galaxyproject/galaxy/commit/c84b3ba0b8f9de983d43ea17c1658... Author: Daniel Blankenberg <dan.blankenberg@gmail.com> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M lib/galaxy/tools/filter_failed_collection.xml M lib/galaxy/tools/flatten_collection.xml M lib/galaxy/tools/merge_collection.xml M lib/galaxy/tools/unzip_collection.xml M lib/galaxy/tools/zip_collection.xml Log Message: ----------- Merge pull request #3788 from jmchilton/backport_collection_option_help_fixes [17.01] Backport collection operation help fixes Commit: 3ed60db5ce9bf2acb954c843c14f8983b11ffbd9 https://github.com/galaxyproject/galaxy/commit/3ed60db5ce9bf2acb954c843c14f8... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M config/datatypes_conf.xml.sample M lib/galaxy/datatypes/binary.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/deps/container_resolvers/__init__.py M lib/galaxy/tools/deps/container_resolvers/mulled.py M lib/galaxy/tools/deps/requirements.py M lib/galaxy/web/framework/helpers/grids.py M lib/galaxy/webapps/galaxy/api/users.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py R templates/admin/tool_shed_repository/select_shed_tool_panel_config.mako M templates/admin/tool_shed_repository/select_tool_panel_section.mako M test/shed_functional/functional/test_1150_datatype_converters.py Log Message: ----------- Merge branch 'release_17.01' into dev Conflicts: lib/galaxy/tools/deps/container_resolvers/__init__.py static/scripts/bundled/libs.bundled.js static/scripts/bundled/libs.bundled.js.map Compare: https://github.com/galaxyproject/galaxy/compare/279548574136...3ed60db5ce9b
participants (1)
-
GitHub