Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 886f6d2d707a9b4e2a80b0aaa89157e1137415ad https://github.com/galaxyproject/galaxy/commit/886f6d2d707a9b4e2a80b0aaa8915... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/tools/__init__.py M lib/galaxy/tools/execute.py M test/api/test_workflows.py Log Message: ----------- Improved validation of tools during workflow execution. Do a more complete validation of everything after workflow parameters have been replaced and inputs connected up. Attempt 2 at the idea in https://github.com/galaxyproject/galaxy/pull/1284. Commit: cdd9ca16f0a38ffab5fe54d559fc4bb4e4a7a37d https://github.com/galaxyproject/galaxy/commit/cdd9ca16f0a38ffab5fe54d559fc4... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/execute.py M lib/galaxy/workflow/modules.py M lib/galaxy/workflow/run.py Log Message: ----------- Don't silently swallow job creation problems when running workflows. Commit: ce787adff93dafb950341243f3951221cadfc813 https://github.com/galaxyproject/galaxy/commit/ce787adff93dafb950341243f3951... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/tools/parameters/basic.py Log Message: ----------- Fix bug related to collection reductions state. Commit: 5bf926bf3ec19933c0ef82e51c919c0595bfc741 https://github.com/galaxyproject/galaxy/commit/5bf926bf3ec19933c0ef82e51c919... Author: Aysam Guerler <aysam.guerler@gmail.com> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/execute.py M lib/galaxy/tools/parameters/basic.py M lib/galaxy/workflow/modules.py M lib/galaxy/workflow/run.py M test/api/test_workflows.py Log Message: ----------- Merge pull request #1302 from jmchilton/workflow_validation_1 Improved validation of tools during workflow execution. Compare: https://github.com/galaxyproject/galaxy/compare/e838b0330096...5bf926bf3ec1