Branch: refs/heads/release_18.05 Home: https://github.com/galaxyproject/galaxy Commit: f7c1d31dbc6f23eb4fba37b82aeb2808fd69224f https://github.com/galaxyproject/galaxy/commit/f7c1d31dbc6f23eb4fba37b82aeb2... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/tools.py Log Message: ----------- unquote the tool_version in the tools API if the tool version includes '+', which is a recommended way of versioning per https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xm... this would fail the comparison down the line in the toolbox.get_tool() method this commit also downgrades the unquote_plus to unquote for tool_id for similar reasons since it also contains the version Commit: 1b6d422afdd0c1f7291a0999bfc54284b90972d2 https://github.com/galaxyproject/galaxy/commit/1b6d422afdd0c1f7291a0999bfc54... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-13 (Thu, 13 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- unquote similarly to previous commit but in the workflow controller Commit: f513594c31a3738420889b3f5e36d39796946587 https://github.com/galaxyproject/galaxy/commit/f513594c31a3738420889b3f5e36d... Author: Dannon <dannon.baker@gmail.com> Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Merge pull request #6707 from martenson/unqoute_tool_version [18.05] unquote the tool_version in the tools API Compare: https://github.com/galaxyproject/galaxy/compare/1dacc35332cf...f513594c31a3 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.