Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: eb406cc210b556a9218d778383451916d7cd1ecf https://github.com/galaxyproject/galaxy/commit/eb406cc210b556a9218d778383451... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-01-22 (Tue, 22 Jan 2019) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py Log Message: ----------- Fix install operation in installed_repository_grid The incoming url keywords look like this: ``` operation=install&id=ebfb8f50c6abde6d?async=false&sort=name&page=1&show_item_checkboxes=true&advanced_search=false&operation=install&id=ebfb8f50c6abde6d ``` and the id parameter gets parsed into a list: ``` ['ebfb8f50c6abde6d?async=false', 'ebfb8f50c6abde6d'] ``` Obviously there's something wrong in the grid or mako, but this works fine. Fixes https://github.com/galaxyproject/galaxy/issues/5619 Commit: 6a660e9893b6fc5eb9bb0f3225fdeb9fb9ad763f https://github.com/galaxyproject/galaxy/commit/6a660e9893b6fc5eb9bb0f3225fde... Author: Dannon <dannon.baker@gmail.com> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py Log Message: ----------- Merge pull request #7253 from mvdbeek/fix_install_in_manage_tools_grid [18.09] Fix install operation in installed_repository_grid Commit: dc6ec1ed3dec5663aeb127b85bb4b1aa724afb9f https://github.com/galaxyproject/galaxy/commit/dc6ec1ed3dec5663aeb127b85bb4b... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py Log Message: ----------- Merge remote-tracking branch 'upstream/release_18.09' into release_19.01 Commit: 0b95564789c37e7b0aba2d32b9442e96d7cb786d https://github.com/galaxyproject/galaxy/commit/0b95564789c37e7b0aba2d32b9442... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py Log Message: ----------- Merge remote-tracking branch 'upstream/release_19.01' into dev Compare: https://github.com/galaxyproject/galaxy/compare/53017d6be489...0b95564789c3 **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019.