Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d36d1a25e67206a161cd524405ec258290b710f8 https://github.com/galaxyproject/galaxy/commit/d36d1a25e67206a161cd524405ec2... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-05 (Tue, 05 Mar 2019) Changed paths: M lib/galaxy/workflow/modules.py M test/unit/workflows/test_modules.py Log Message: ----------- Simple filter_output This obviously doesn't work (yet) with filters that work on the input dataset, but this already removes a lot of outputs that arent' going to be produced based on static options. Since exceptions default to priduing the dataset this isn't much harm. Commit: 0bed6455d45fbcc57fb3c04f1354717c9c81085d https://github.com/galaxyproject/galaxy/commit/0bed6455d45fbcc57fb3c04f13547... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-05 (Tue, 05 Mar 2019) Changed paths: M test/unit/tools/test_toolbox.py Log Message: ----------- Bump up retries Commit: 35caf355a7976f9aa8969f8713faecc07f4ae911 https://github.com/galaxyproject/galaxy/commit/35caf355a7976f9aa8969f8713fae... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-05 (Tue, 05 Mar 2019) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Use workflow building mode when building module Otherwise state inputs contain history datasets. This is a bug that might result in non-deterministic tool module behavior. Commit: 5c521e1ba867f353e484e28e24adc78bb61b3e11 https://github.com/galaxyproject/galaxy/commit/5c521e1ba867f353e484e28e24adc... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-05 (Tue, 05 Mar 2019) Changed paths: M test/api/test_workflows.py M test/functional/tools/output_filter_with_input.xml Log Message: ----------- Test that switching parameters results in filtered outputs Commit: 503e9fd584692e85275966f87dbdb4249e8a3fe8 https://github.com/galaxyproject/galaxy/commit/503e9fd584692e85275966f87dbdb... Author: John Chilton <jmchilton@gmail.com> Date: 2019-03-05 (Tue, 05 Mar 2019) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py M lib/galaxy/workflow/modules.py M test/api/test_workflows.py M test/functional/tools/output_filter_with_input.xml M test/unit/tools/test_toolbox.py M test/unit/workflows/test_modules.py Log Message: ----------- Merge pull request #7466 from mvdbeek/filter_outputs_in_wf_editor Simple filter_output Compare: https://github.com/galaxyproject/galaxy/compare/abf3070292fd...503e9fd58469