Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 1343b04380b048dd75264c2ed9fb2ae7ca820d00 https://github.com/galaxyproject/galaxy/commit/1343b04380b048dd75264c2ed9fb2... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-05-08 (Tue, 08 May 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-node.js M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Fix workflow step cloning Problem one is that passing the tool_state as the input payload doesn't preserve the tool state, adressed with the client-part fix. Then passing the tool state still has no effect since the state is properly recovered in `module_factory.from_dict`, but then overwritten by recovering the state starting with an empty dict. It looks like this isn't necessary as we call populate_state anyway when calling `module.get_config_form()`. Fixes https://github.com/galaxyproject/galaxy/issues/5879. Commit: 4f20aee2189218cfead67d0153cd579d5674d3eb https://github.com/galaxyproject/galaxy/commit/4f20aee2189218cfead67d0153cd5... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-05-09 (Wed, 09 May 2018) Changed paths: M static/maps/mvc/collection/list-of-pairs-collection-creator.js.map M static/maps/mvc/workflow/workflow-node.js.map M static/scripts/bundled/extended.bundled.js M static/scripts/bundled/extended.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/workflow/workflow-node.js Log Message: ----------- Rebuild client for workflow step copy fix Commit: 5fa450dc9b9826ffc0bd0a3552a586a2dfcbb859 https://github.com/galaxyproject/galaxy/commit/5fa450dc9b9826ffc0bd0a3552a58... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-05-09 (Wed, 09 May 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Restore `populate_state`, but only execute if `tool_state` not given Commit: 250973eb46fc69baa6e8018c5f6e6e9552edd877 https://github.com/galaxyproject/galaxy/commit/250973eb46fc69baa6e8018c5f6e6... Author: Dannon <dannon.baker@gmail.com> Date: 2018-05-09 (Wed, 09 May 2018) Changed paths: M client/galaxy/scripts/mvc/workflow/workflow-node.js M lib/galaxy/webapps/galaxy/api/workflows.py M static/maps/mvc/collection/list-of-pairs-collection-creator.js.map M static/maps/mvc/workflow/workflow-node.js.map M static/scripts/bundled/extended.bundled.js M static/scripts/bundled/extended.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/workflow/workflow-node.js Log Message: ----------- Merge pull request #6085 from mvdbeek/fix_workflow_step_cloning [18.01] Fix workflow step cloning Compare: https://github.com/galaxyproject/galaxy/compare/098f638d2635...250973eb46fc **NOTE:** This service 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.