Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 961c9ffc36dba17e96e7116c9a48b910121015e5 https://github.com/galaxyproject/galaxy/commit/961c9ffc36dba17e96e7116c9a48b... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Fix default output labels for subworkflows And do not display input or input_collection modules as subworkflow outputs. This should fix https://github.com/galaxyproject/galaxy/issues/3120 Commit: 80d5f9bb9d9471cfbdaaaedef7315f1fe7902916 https://github.com/galaxyproject/galaxy/commit/80d5f9bb9d9471cfbdaaaedef7315... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Change label to output_name if label is NoneType this deals with empty strings as labels (i.e if the user has deleted a label). Commit: 6b13129b93abe15147c9aca644405cad792a8b52 https://github.com/galaxyproject/galaxy/commit/6b13129b93abe15147c9aca644405... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Fix inputs without label Commit: d6807b7aa8f72ca1f02bd021f4deca1dce8f51cf https://github.com/galaxyproject/galaxy/commit/d6807b7aa8f72ca1f02bd021f4dec... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Fix run workflow selection for input module Commit: 55ad61c28fd081f53a8fdd3df69ce97ce5c63b94 https://github.com/galaxyproject/galaxy/commit/55ad61c28fd081f53a8fdd3df69ce... Author: John Chilton <jmchilton@gmail.com> Date: 2017-07-28 (Fri, 28 Jul 2017) Changed paths: M lib/galaxy/workflow/modules.py Log Message: ----------- Merge pull request #4346 from mvdbeek/subworkflow_ux_improvements Fix default output labels for subworkflows Compare: https://github.com/galaxyproject/galaxy/compare/6d1b90e70a79...55ad61c28fd0