Branch: refs/heads/release_17.05 Home: https://github.com/galaxyproject/galaxy Commit: 68433b1eff0a93704544a49f3d8f3a912d97c285 https://github.com/galaxyproject/galaxy/commit/68433b1eff0a93704544a49f3d8f3... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-05-25 (Thu, 25 May 2017) Changed paths: M lib/galaxy/tools/actions/__init__.py Log Message: ----------- Force uniqueness of preserved tags (so, don't allow many inputs with a 'name:foo' tag to add a ton of 'name:foo' tags to a dataset; just use one) Commit: b6e8d3e8acd00c1a595f15f2654c1b7809ecc831 https://github.com/galaxyproject/galaxy/commit/b6e8d3e8acd00c1a595f15f2654c1... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-05-26 (Fri, 26 May 2017) Changed paths: M lib/galaxy/managers/collections.py M lib/galaxy/tools/actions/__init__.py Log Message: ----------- Slight refactoring to use a dict for unique'ing preserved tags. TODO: enhance object builtins to compare correctly so we can use a set, maybe. Not a big deal unless/until we have a second type of preserved tag though. Commit: dd06a01746f2ace048b9e1e604756e648a6ef1fd https://github.com/galaxyproject/galaxy/commit/dd06a01746f2ace048b9e1e604756... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-05-26 (Fri, 26 May 2017) Changed paths: M lib/galaxy/tools/actions/__init__.py Log Message: ----------- Handle *both* paths for tag appending using the now-dict correctly. Commit: 2ac04bbf095573f2621ffeea0e2fdeb59b21da53 https://github.com/galaxyproject/galaxy/commit/2ac04bbf095573f2621ffeea0e2fd... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-05-26 (Fri, 26 May 2017) Changed paths: M client/galaxy/scripts/mvc/dataset/dataset-li.js M client/galaxy/scripts/mvc/history/hdca-li.js M static/maps/mvc/dataset/dataset-li.js.map M static/maps/mvc/history/hdca-li.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/dataset/dataset-li.js M static/scripts/mvc/history/hdca-li.js Log Message: ----------- Uniqueify hashtag display Commit: 3d16319a15b7ac2f947eca24c36957894ae00afe https://github.com/galaxyproject/galaxy/commit/3d16319a15b7ac2f947eca24c3695... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2017-05-27 (Sat, 27 May 2017) Changed paths: M client/galaxy/scripts/mvc/dataset/dataset-li.js M client/galaxy/scripts/mvc/history/hdca-li.js M lib/galaxy/managers/collections.py M lib/galaxy/tools/actions/__init__.py M static/maps/mvc/dataset/dataset-li.js.map M static/maps/mvc/history/hdca-li.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/dataset/dataset-li.js M static/scripts/mvc/history/hdca-li.js Log Message: ----------- Merge pull request #4114 from dannon/force_uniqueness_preserved_tags [17.05] Force uniqueness of preserved tags Compare: https://github.com/galaxyproject/galaxy/compare/18ef6a6ab0dc...3d16319a15b7