
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: e8b78cb62b187c0119440f91f0c43a4bfc86aa2d https://github.com/galaxyproject/galaxy/commit/e8b78cb62b187c0119440f91f0c43... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M lib/galaxy/tools/toolbox/base.py M lib/galaxy/tools/xsd/galaxy.xsd M scripts/migrate_tools/migrate_tools.py Log Message: ----------- Fix typos Commit: 24d2d3b4fa543b20f8454e7e2e55ad78c72fdc28 https://github.com/galaxyproject/galaxy/commit/24d2d3b4fa543b20f8454e7e2e55a... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M test/unit/tools/test_toolbox.py Log Message: ----------- Print toolbox dict if test fails Commit: eec60eef19439a7d4b51a75602bc8d3e49c8afde https://github.com/galaxyproject/galaxy/commit/eec60eef19439a7d4b51a75602bc8... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M lib/galaxy/managers/containers.py Log Message: ----------- Remove unused class Commit: b281611e2631ac46a51066a09add94def4126988 https://github.com/galaxyproject/galaxy/commit/b281611e2631ac46a51066a09add9... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M lib/galaxy/tools/__init__.py Log Message: ----------- Compile but not exec code files on TS submission Commit: 7909b90e9438042fc2a9032763f3f851ffdad433 https://github.com/galaxyproject/galaxy/commit/7909b90e9438042fc2a9032763f3f... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M lib/galaxy/web/framework/webapp.py Log Message: ----------- Remove unneeded encode() `GalaxySession.session_key` is of type `TrimmedString(255)`, which is implemented using `sqlalchemy.types.String` and should accept Unicode objects. Commit: 3aa7af6372e76cd1ed34b1c21f327cc87b07241c https://github.com/galaxyproject/galaxy/commit/3aa7af6372e76cd1ed34b1c21f327... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M lib/galaxy/managers/containers.py M lib/galaxy/tools/__init__.py M lib/galaxy/tools/toolbox/base.py M lib/galaxy/tools/xsd/galaxy.xsd M lib/galaxy/web/framework/webapp.py M scripts/migrate_tools/migrate_tools.py M test/unit/tools/test_toolbox.py Log Message: ----------- Merge pull request #5638 from nsoranzo/misc Small misc fixes and cleanups Compare: https://github.com/galaxyproject/galaxy/compare/7adb60fdbeab...3aa7af6372e7