[galaxyproject/galaxy] c143d6: Revise tool caching to be less broken.
Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: c143d659d4f7b598bc89a9d06b8040dff39a1b85 https://github.com/galaxyproject/galaxy/commit/c143d659d4f7b598bc89a9d06b804... Author: John Chilton <jmchilton@gmail.com> Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M lib/galaxy/tools/toolbox/base.py Log Message: ----------- Revise tool caching to be less broken. Just switch the default for tool caching and only cache during initial loads of tool panels - as during a toolbox refresh. This should mean that all code from tool shed will ignore the cache and should fix #1515. Additionally, reloading the tool was broken since if would call the load tool code and then just trust the cache. This should fix tool reloading as well. Commit: ae2ee4a4432b55a4b0fbdd218bc34f88f7ad1b2b https://github.com/galaxyproject/galaxy/commit/ae2ee4a4432b55a4b0fbdd218bc34... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M lib/galaxy/tools/toolbox/base.py Log Message: ----------- Merge pull request #1517 from jmchilton/tool_cache_fixes [16.01] Tool cache fixes Compare: https://github.com/galaxyproject/galaxy/compare/3d1ad5ad8dab...ae2ee4a4432b
participants (1)
-
GitHub