[galaxyproject/galaxy] 1aecca: Fix API installation of tool_dependencies
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 1aecca7889681ad9518e26e2a62b470809d2cdd1 https://github.com/galaxyproject/galaxy/commit/1aecca7889681ad9518e26e2a62b4... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2015-11-14 (Sat, 14 Nov 2015) Changed paths: M lib/galaxy/webapps/tool_shed/api/repositories.py Log Message: ----------- Fix API installation of tool_dependencies This should fix an installation issue with tool_dependencies via the API. Tool dependency repositories to not have any tools specified and with this no metadata associated. It was broken in https://github.com/galaxyproject/galaxy/commit/bb6a784f13ff3f91762244d448843... So I think this should be part of 15.10. Thanks to Greg for fixing this one. Commit: 7e67368424a718f2e156b961aaf0a1a9672df9ce https://github.com/galaxyproject/galaxy/commit/7e67368424a718f2e156b961aaf0a... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py Log Message: ----------- Don't fail if a repository is already installed If an repository is already installed `installed_tool_shed_repositories` is None and this does not work with map. Commit: 38f0ed5d043951cc06abeaab9bbf1f4d888e372a https://github.com/galaxyproject/galaxy/commit/38f0ed5d043951cc06abeaab9bbf1... Author: John Chilton <jmchilton@gmail.com> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M templates/show_params.mako Log Message: ----------- Improve the API attributes on parameters page. Make clear what API ID is and add display of API value for job. Commit: bbe7fbe38c57fd89434eea850621770a1d355231 https://github.com/galaxyproject/galaxy/commit/bbe7fbe38c57fd89434eea8506217... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M templates/show_params.mako Log Message: ----------- Merge pull request #1098 from jmchilton/show_param Improve the API attributes on parameters page. Commit: a26526b085c29d41f5662b7f80dee7e3e7a7c294 https://github.com/galaxyproject/galaxy/commit/a26526b085c29d41f5662b7f80dee... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M lib/galaxy/webapps/tool_shed/api/repositories.py Log Message: ----------- Merge pull request #1094 from bgruening/fix_api_ts_installation Fix api TS installation Commit: cfe45d8e0c357cbe191a346a2ae05e1625bb5010 https://github.com/galaxyproject/galaxy/commit/cfe45d8e0c357cbe191a346a2ae05... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py Log Message: ----------- Merge pull request #1095 from bgruening/ts_api_fail_if_installed Don't fail if a repository is already installed Compare: https://github.com/galaxyproject/galaxy/compare/3ba139fe1bf8...cfe45d8e0c35
participants (1)
-
GitHub