![](https://secure.gravatar.com/avatar/9181eb84f9c35729a3bad740fb7f9d93.jpg?s=120&d=mm&r=g)
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 8f89a04eae27e615434e268f93d492b6c0cd54be https://github.com/galaxyproject/galaxy/commit/8f89a04eae27e615434e268f93d49... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M config/galaxy.ini.sample Log Message: ----------- Fix job_working_directory commented default Follow-up to commit 0eab8346b3dd3ee7788c9cdda0f10f8aea4b2726. Commit: 83760e6a01cd3fa16a17158bb1182ffebb00c5d7 https://github.com/galaxyproject/galaxy/commit/83760e6a01cd3fa16a17158bb1182... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M doc/source/conf.py Log Message: ----------- Don't skip __init__() methods when generating docs Commit: 402f2815c23d695f0673d0af9acb9cf0e3527afa https://github.com/galaxyproject/galaxy/commit/402f2815c23d695f0673d0af9acb9... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M lib/galaxy/config.py Log Message: ----------- Drop code which is never executed After commit 59583f26ea11b44cb17f260230be820b304cd918, self.object_store_config_file is always set. Commit: ad515397388056b8587c80350b755444602a49d0 https://github.com/galaxyproject/galaxy/commit/ad515397388056b8587c80350b755... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M lib/galaxy/jobs/command_factory.py Log Message: ----------- Fix typo Commit: 0c28a64269048ea21701e6c5b358d783bdde8eed https://github.com/galaxyproject/galaxy/commit/0c28a64269048ea21701e6c5b358d... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M lib/galaxy/objectstore/rods.py Log Message: ----------- Remove redundant ObjectStore superclass Commit: 1c68e0af3e9a02250d0d12c2149dcdbb1caf2da2 https://github.com/galaxyproject/galaxy/commit/1c68e0af3e9a02250d0d12c2149dc... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M lib/galaxy/objectstore/__init__.py Log Message: ----------- Fix object stores' __init__() methods doc Also: - remove unused parameters when calling the parent constructors - Python3 compatibility Commit: 94fd3a51a2a3a46aa4a834ed6d7d0bb50e6154a5 https://github.com/galaxyproject/galaxy/commit/94fd3a51a2a3a46aa4a834ed6d7d0... Author: John Chilton <jmchilton@gmail.com> Date: 2016-11-03 (Thu, 03 Nov 2016) Changed paths: M config/galaxy.ini.sample M doc/source/conf.py M lib/galaxy/config.py M lib/galaxy/jobs/command_factory.py M lib/galaxy/objectstore/__init__.py M lib/galaxy/objectstore/rods.py Log Message: ----------- Merge pull request #3119 from nsoranzo/misc_fixes Object store and other misc fixes Compare: https://github.com/galaxyproject/galaxy/compare/aa72f4a0b62a...94fd3a51a2a3