Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 7c86c5480bc03db4897e64da1abd4c41ea6056c3 https://github.com/galaxyproject/galaxy/commit/7c86c5480bc03db4897e64da1abd4... Author: Brad Langhorst langhorst@neb.com Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths: M lib/galaxy/app.py M lib/galaxy/managers/collections.py M lib/galaxy/managers/tags.py M lib/galaxy/model/__init__.py M lib/galaxy/web/base/controller.py M lib/tool_shed/galaxy_install/install_manager.py M test/unit/unittest_utils/galaxy_mock.py
Log Message: ----------- refactors tag manager to use only what it needs… an sql_alchemy session, not the full app. This makes it possible to use the tag manager from the model.
Commit: 49ccf2f49c032ec7198db3b053ec53ce3b02a694 https://github.com/galaxyproject/galaxy/commit/49ccf2f49c032ec7198db3b053ec5... Author: Brad Langhorst langhorst@neb.com Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths: M lib/galaxy/managers/tags.py
Log Message: ----------- Should address too much indentation flake issue
Commit: 8f416951bf9855497b2b0ea1a1d17f3b762c0518 https://github.com/galaxyproject/galaxy/commit/8f416951bf9855497b2b0ea1a1d17... Author: Brad Langhorst langhorst@neb.com Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths: M lib/tool_shed/galaxy_install/install_manager.py
Log Message: ----------- TagManager in toolshed is not related To GalaxyTagManager Fixes toolshed failing test
Commit: 816912998115158a631f1d6114438c42f1f6ee2e https://github.com/galaxyproject/galaxy/commit/816912998115158a631f1d6114438... Author: Dannon Baker dannon.baker@gmail.com Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths: M lib/galaxy/app.py M lib/galaxy/managers/collections.py M lib/galaxy/managers/tags.py M lib/galaxy/model/__init__.py M lib/galaxy/web/base/controller.py M test/unit/unittest_utils/galaxy_mock.py
Log Message: ----------- Merge pull request #4253 from bwlang/refactor_tag_manager
refactors tag manager to use only what it needs…
Compare: https://github.com/galaxyproject/galaxy/compare/dd0336e7d218...816912998115