[galaxyproject/galaxy] bd0e1f: Remove bundle_to_json() and other unused functions
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: bd0e1f534e33816302fb1e8ed4d44bbbae278c88 https://github.com/galaxyproject/galaxy/commit/bd0e1f534e33816302fb1e8ed4d44... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-06-04 (Mon, 04 Jun 2018) Changed paths: M lib/tool_shed/util/hg_util.py Log Message: ----------- Remove bundle_to_json() and other unused functions Last usage was removed in commit af4fab16f58c36ea66328725e5bdcfaa3acbacda . Commit: eb67e4a627ea413af87dc341b32932e0b0fea9e0 https://github.com/galaxyproject/galaxy/commit/eb67e4a627ea413af87dc341b3293... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-06-04 (Mon, 04 Jun 2018) Changed paths: M lib/tool_shed/util/hg_util.py Log Message: ----------- Remove unused hg_util.get_config() function Commit: eaec9d248e8557bb8f03808f2e6940749c11314f https://github.com/galaxyproject/galaxy/commit/eaec9d248e8557bb8f03808f2e694... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M lib/tool_shed/capsule/capsule_manager.py M lib/tool_shed/util/hg_util.py Log Message: ----------- Use Mercurial CLI instead of API for archive_repository_revision() Commit: c8e483e7b3ff1cf7899ee750eda244fa4e5e9a80 https://github.com/galaxyproject/galaxy/commit/c8e483e7b3ff1cf7899ee750eda24... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M lib/tool_shed/capsule/capsule_manager.py Log Message: ----------- Remove files only if created If an exception is raised in the `try` block before the files are created, an exception was generated in the `finally` block: ``` File "/home/nicola/software/nsoranzo_galaxy/lib/galaxy/webapps/tool_shed/controllers/repository.py", line 945, in export repositories_archive, error_message = erm.export_repository() File "/home/nicola/software/nsoranzo_galaxy/lib/tool_shed/capsule/capsule_manager.py", line 109, in export_repository if os.path.exists(tmp_export_info): UnboundLocalError: local variable 'tmp_export_info' referenced before assignment ``` Commit: 6e0a2213c6bfb6be656bce9677b09a671d1d4889 https://github.com/galaxyproject/galaxy/commit/6e0a2213c6bfb6be656bce9677b09... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M lib/tool_shed/capsule/capsule_manager.py M lib/tool_shed/util/hg_util.py Log Message: ----------- Merge pull request #6273 from nsoranzo/mercurial_api_removal Use Mercurial CLI instead of API for archive_repository_revision() Compare: https://github.com/galaxyproject/galaxy/compare/0ba8090d22c6...6e0a2213c6bf **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.
participants (1)
-
GitHub