Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 17d7c0fb1f43a8cf377a76ea9484630d1c7be7f1 https://github.com/galaxyproject/galaxy/commit/17d7c0fb1f43a8cf377a76ea94846... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/tool_shed/api/repositories.py M lib/galaxy/webapps/tool_shed/api/repository_revisions.py M lib/galaxy/webapps/tool_shed/controllers/repository.py M lib/galaxy/webapps/tool_shed/controllers/repository_review.py M lib/galaxy/webapps/tool_shed/controllers/upload.py M lib/galaxy/webapps/tool_shed/model/__init__.py M lib/tool_shed/capsule/capsule_manager.py M lib/tool_shed/dependencies/attribute_handlers.py M lib/tool_shed/dependencies/repository/relation_builder.py M lib/tool_shed/galaxy_install/install_manager.py M lib/tool_shed/grids/repository_grids.py M lib/tool_shed/grids/repository_review_grids.py M lib/tool_shed/grids/util.py M lib/tool_shed/metadata/metadata_generator.py M lib/tool_shed/metadata/repository_metadata_manager.py M lib/tool_shed/repository_registry.py M lib/tool_shed/repository_types/metadata.py M lib/tool_shed/repository_types/repository_suite_definition.py M lib/tool_shed/repository_types/tool_dependency_definition.py M lib/tool_shed/tools/tool_validator.py M lib/tool_shed/tools/tool_version_manager.py M lib/tool_shed/util/commit_util.py M lib/tool_shed/util/hg_util.py M lib/tool_shed/util/metadata_util.py M lib/tool_shed/util/readme_util.py M lib/tool_shed/util/repository_content_util.py M lib/tool_shed/util/repository_util.py M lib/tool_shed/util/review_util.py M lib/tool_shed/util/shed_util_common.py Log Message: ----------- Consolidate use of get_repo_for_repository() Commit: a777c39b1eee65179bc1ae2e817ef269f22f2cd4 https://github.com/galaxyproject/galaxy/commit/a777c39b1eee65179bc1ae2e817ef... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M lib/galaxy/webapps/tool_shed/controllers/upload.py M lib/tool_shed/util/hg_util.py Log Message: ----------- Consolidate use of clone_repository() Commit: db5dc5580c6e62d98207cfef6db78929d5c02a88 https://github.com/galaxyproject/galaxy/commit/db5dc5580c6e62d98207cfef6db78... Author: John Chilton <jmchilton@gmail.com> Date: 2018-06-07 (Thu, 07 Jun 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/tool_shed/api/repositories.py M lib/galaxy/webapps/tool_shed/api/repository_revisions.py M lib/galaxy/webapps/tool_shed/controllers/repository.py M lib/galaxy/webapps/tool_shed/controllers/repository_review.py M lib/galaxy/webapps/tool_shed/controllers/upload.py M lib/galaxy/webapps/tool_shed/model/__init__.py M lib/tool_shed/capsule/capsule_manager.py M lib/tool_shed/dependencies/attribute_handlers.py M lib/tool_shed/dependencies/repository/relation_builder.py M lib/tool_shed/galaxy_install/install_manager.py M lib/tool_shed/grids/repository_grids.py M lib/tool_shed/grids/repository_review_grids.py M lib/tool_shed/grids/util.py M lib/tool_shed/metadata/metadata_generator.py M lib/tool_shed/metadata/repository_metadata_manager.py M lib/tool_shed/repository_registry.py M lib/tool_shed/repository_types/metadata.py M lib/tool_shed/repository_types/repository_suite_definition.py M lib/tool_shed/repository_types/tool_dependency_definition.py M lib/tool_shed/tools/tool_validator.py M lib/tool_shed/tools/tool_version_manager.py M lib/tool_shed/util/commit_util.py M lib/tool_shed/util/hg_util.py M lib/tool_shed/util/metadata_util.py M lib/tool_shed/util/readme_util.py M lib/tool_shed/util/repository_content_util.py M lib/tool_shed/util/repository_util.py M lib/tool_shed/util/review_util.py M lib/tool_shed/util/shed_util_common.py Log Message: ----------- Merge pull request #6277 from nsoranzo/mercurial_api_removal2 Consolidate use of get_repo_for_repository() and clone_repository() Compare: https://github.com/galaxyproject/galaxy/compare/0dcca1a727cf...db5dc5580c6e **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.