Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 9b909991f2fb0e19b76ce22a4362871600577165 https://github.com/galaxyproject/galaxy/commit/9b909991f2fb0e19b76ce22a43628... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-27 (Fri, 27 Oct 2017) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/dependencies/pinned-requirements.txt M lib/galaxy/model/migrate/check.py M test/base/driver_util.py M test/base/integration_util.py Log Message: ----------- Improvements to database initialization. - Use sqlalchemy-utils to create postgres / mysql database if they don't exist the way it happens automatically for sqlite. - Add a new configuration parameter called database_template that allows creating postgres databases from an existing database using a TEMPLATE statement. - Use the database template parameter to give each integration test case class a clean postgres database. Commit: 6b68c5d10ebbb5ad82a70e34aae852fa00fab1b0 https://github.com/galaxyproject/galaxy/commit/6b68c5d10ebbb5ad82a70e34aae85... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-11-01 (Wed, 01 Nov 2017) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/dependencies/pinned-requirements.txt M lib/galaxy/model/migrate/check.py M test/base/driver_util.py M test/base/integration_util.py Log Message: ----------- Merge pull request #4887 from jmchilton/database_initialization Automatic-er database initialization. Compare: https://github.com/galaxyproject/galaxy/compare/605b2272b26c...6b68c5d10ebb