Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 59944046b7f16d13886928eb6928a7d67446c1e6 https://github.com/galaxyproject/galaxy/commit/59944046b7f16d13886928eb6928a... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M test/unit/workflows/test_workflow_progress.py Log Message: ----------- Fix for workflow progress unit testing. Commit: bed421fbc98583fdc00db57d3bb787450766576b https://github.com/galaxyproject/galaxy/commit/bed421fbc98583fdc00db57d3bb78... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/model/__init__.py Log Message: ----------- Introduce model abstractions for dealing with workflow steps. Three methods to provide higher-level access and reasoning about steps than just a flat array. Commit: da6051922e51ecc43c2f5b973adf5ba2dbf7554b https://github.com/galaxyproject/galaxy/commit/da6051922e51ecc43c2f5b973adf5... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Unroll input connection logic. Need to extend it downstream and the one-liner is fun but not easy to extend or particularily readable. Commit: d97d8a203c7c09123f7298627ad394d6c96e5b1c https://github.com/galaxyproject/galaxy/commit/d97d8a203c7c09123f7298627ad39... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M lib/galaxy/workflow/run.py Log Message: ----------- Better error messages in workflow running code. Commit: 296971c5ded17367d2a14a32a072678b727ddf05 https://github.com/galaxyproject/galaxy/commit/296971c5ded17367d2a14a32a0726... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-04 (Fri, 04 Dec 2015) Changed paths: M lib/galaxy/workflow/run.py Log Message: ----------- Fix typo spotted by @nsoranzo. Commit: 93bfa1992cc23a411e46437547581843c0e7b952 https://github.com/galaxyproject/galaxy/commit/93bfa1992cc23a411e46437547581... Author: John Chilton <jmchilton@gmail.com> Date: 2015-12-04 (Fri, 04 Dec 2015) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/model/__init__.py Log Message: ----------- Make more workflow methods properties. As suggested by @nsoranzo. Commit: 4d252119fd0057b9b9433a4d874784c86f96d42e https://github.com/galaxyproject/galaxy/commit/4d252119fd0057b9b9433a4d87478... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2015-12-05 (Sat, 05 Dec 2015) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/model/__init__.py M lib/galaxy/workflow/run.py M test/unit/workflows/test_workflow_progress.py Log Message: ----------- Merge pull request #1216 from jmchilton/workflow_tweaks_1 More small workflow tweaks. Compare: https://github.com/galaxyproject/galaxy/compare/6126bd0e93e1...4d252119fd00