Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 949dcfdbc34331de7f0aa321e67e1255a7627306 https://github.com/galaxyproject/galaxy/commit/949dcfdbc34331de7f0aa321e67e1... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-10-24 (Wed, 24 Oct 2018) Changed paths: M lib/galaxy/authnz/managers.py M lib/galaxy/jobs/runners/__init__.py M lib/galaxy/jobs/runners/drmaa.py M lib/galaxy/managers/cloud.py M lib/galaxy/model/migrate/versions/0141_add_oidc_tables.py M lib/galaxy/model/migrate/versions/0142_change_numeric_metric_precision.py M lib/galaxy/model/migrate/versions/0143_add_cloudauthz_tables.py M lib/galaxy/objectstore/cloud.py M lib/galaxy/tools/__init__.py M lib/galaxy/util/pastescript/serve.py M lib/galaxy/webapps/galaxy/api/cloudauthz.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/tool_shed/galaxy_install/tools/tool_panel_manager.py M lib/tool_shed/util/readme_util.py M scripts/tool_shed/api/reset_metadata_on_repositories.py M test/base/populators.py M tools/data_source/upload.py Log Message: ----------- Do not log exceptions twice `logging.exception()` already adds the the exception information after the supplied message. Also: the `message` attribute of `Exception` class has been dropped in Python 3, always use `str(e)`. xref. https://github.com/galaxyproject/galaxy/issues/1715 Commit: 210cdc998a8f8929362d881bfaded32ac1e45aef https://github.com/galaxyproject/galaxy/commit/210cdc998a8f8929362d881bfaded... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2018-10-24 (Wed, 24 Oct 2018) Changed paths: M lib/galaxy/authnz/managers.py M lib/galaxy/jobs/runners/__init__.py M lib/galaxy/jobs/runners/drmaa.py M lib/galaxy/managers/cloud.py M lib/galaxy/model/migrate/versions/0141_add_oidc_tables.py M lib/galaxy/model/migrate/versions/0142_change_numeric_metric_precision.py M lib/galaxy/model/migrate/versions/0143_add_cloudauthz_tables.py M lib/galaxy/objectstore/cloud.py M lib/galaxy/tools/__init__.py M lib/galaxy/util/pastescript/serve.py M lib/galaxy/webapps/galaxy/api/cloudauthz.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/tool_shed/galaxy_install/tools/tool_panel_manager.py M lib/tool_shed/util/readme_util.py M scripts/tool_shed/api/reset_metadata_on_repositories.py M test/base/populators.py M tools/data_source/upload.py Log Message: ----------- Merge pull request #6916 from nsoranzo/fix_exception_logging Do not log exception info twice Compare: https://github.com/galaxyproject/galaxy/compare/2dcd126e82fc...210cdc998a8f **NOTE:** This service has 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.