Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: dd6b6436c845752c50d0f376300bcbadf8ea196e https://github.com/galaxyproject/galaxy/commit/dd6b6436c845752c50d0f376300bc... Author: John Chilton <jmchilton@gmail.com> Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/parameters/basic.py M lib/galaxy/web/framework/webapp.py M test/unit/test_galaxy_mapping.py Log Message: ----------- Use cached database identity to avoid certain DB requests when creating jobs. When creating thousands of jobs for large database transactions - previously Galaxy would query the database thousands of times for the same history id, user id, and session id. Commit: 43a0482f1ca4b5e48d1ec576ff0c4875bae87fe3 https://github.com/galaxyproject/galaxy/commit/43a0482f1ca4b5e48d1ec576ff0c4... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-07-25 (Wed, 25 Jul 2018) Changed paths: M lib/galaxy/model/__init__.py M test/unit/test_galaxy_mapping.py Log Message: ----------- Minor (comment-only) wording tweaks. Commit: 4955add0a343bd0b1b09a3cde11d9ffc8621baf9 https://github.com/galaxyproject/galaxy/commit/4955add0a343bd0b1b09a3cde11d9... Author: Dannon <dannon.baker@gmail.com> Date: 2018-07-25 (Wed, 25 Jul 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/parameters/basic.py M lib/galaxy/web/framework/webapp.py M test/unit/test_galaxy_mapping.py Log Message: ----------- Merge pull request #6524 from jmchilton/cached_identity Use cached database identity to avoid many DB requests when creating jobs. Compare: https://github.com/galaxyproject/galaxy/compare/b0b12e470699...4955add0a343 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.