Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 7490fd452046b4a4578f6401501439773cbf2f28 https://github.com/galaxyproject/galaxy/commit/7490fd452046b4a4578f640150143... Author: John Chilton <jmchilton@gmail.com> Date: 2018-02-01 (Thu, 01 Feb 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/actions/model_operations.py Log Message: ----------- More robust nametag discovery and propagation. - Nametags weren't being picked up on collection inputs - so for instance tools that take in a single collection and produce a dataset or file weren't propagating nametags (unless the collection contents had tags). To see this create two unnamed datasets without tags, create a pair from them, add a tag to the pair, and run the pair through the "paired_test" test tool. - Nametags weren't being propagated to the outputs of collection operations. Commit: 6f40f7098d507895c6c6608aff6a698289f2eeb6 https://github.com/galaxyproject/galaxy/commit/6f40f7098d507895c6c6608aff6a6... Author: John Chilton <jmchilton@gmail.com> Date: 2018-02-01 (Thu, 01 Feb 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/actions/__init__.py Log Message: ----------- Cleanup collection operation tagging implementation thanks to @mvdbeek comments. Commit: 6022fe7d7e90b0da0cad83589d5d630f6dd1d386 https://github.com/galaxyproject/galaxy/commit/6022fe7d7e90b0da0cad83589d5d6... Author: John Chilton <jmchilton@gmail.com> Date: 2018-02-01 (Thu, 01 Feb 2018) Changed paths: M lib/galaxy/tools/actions/__init__.py Log Message: ----------- Handle optional inputs when collecting preserved tags. https://github.com/galaxyproject/galaxy/pull/5403/files#r165283450 Commit: 60561c20307cf0585e553d0fa5cd612716ab7975 https://github.com/galaxyproject/galaxy/commit/60561c20307cf0585e553d0fa5cd6... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2018-02-02 (Fri, 02 Feb 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/actions/model_operations.py Log Message: ----------- Merge pull request #5403 from jmchilton/collection_operation_tags [18.01] More robust nametag discovery and propagation. Compare: https://github.com/galaxyproject/galaxy/compare/f24043e8a74e...60561c20307c