[galaxyproject/galaxy] 8c984c: Remove unused binary_compatibility.py script
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 8c984c9b3e4d1c7fb323448e55a936ec5112c8c1 https://github.com/galaxyproject/galaxy/commit/8c984c9b3e4d1c7fb323448e55a93... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: R scripts/binary_compatibility.py Log Message: ----------- Remove unused binary_compatibility.py script Follow-up on commit 39d78c7226d8f0417577bdea94b15ac2c77c45a2 from PR https://github.com/galaxyproject/galaxy/pull/2383 Commit: 9b1832abb11b79a244e0505b4afc059ba894d944 https://github.com/galaxyproject/galaxy/commit/9b1832abb11b79a244e0505b4afc0... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M .ci/flake8_lint_include_list.txt M cron/build_chrom_db.py M lib/galaxy/tools/toolbox/filters/__init__.py M lib/galaxy/visualization/plugins/plugin.py M scripts/api/data_manager_example_execute.py M scripts/api/display.py M scripts/api/search.py M scripts/dump_tour.py M scripts/edam_mapping.py M scripts/fetch_eggs.py M scripts/grt/export.py M scripts/grt/upload.py M scripts/manage_tool_dependencies.py M scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py M scripts/paster.py M scripts/rst2html.py M scripts/summarize_timings.py M scripts/tool_shed/api/export.py M scripts/tool_shed/api/get_filtered_repository_revisions.py M scripts/tool_shed/bootstrap_tool_shed/bootstrap_util.py M scripts/tool_shed/bootstrap_tool_shed/create_user_with_api_key.py M scripts/tool_shed/deprecate_repositories_without_metadata.py M scripts/tools/maf/check_loc_file.py M test/api/test_api_batch.py M test/api/test_authenticate.py M test/api/test_datatypes.py M test/api/test_histories.py M test/api/test_history_contents.py M test/api/test_pages.py M test/api/test_tools.py M test/api/test_users.py M test/api/test_visualizations.py M test/api/test_workflows.py M test/base/populators.py M test/functional/twilltestcase.py M test/galaxy_selenium/data.py M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/manual/workflows_scaling.py M test/selenium_tests/framework.py M test/selenium_tests/test_anon_history.py M test/selenium_tests/test_collection_builders.py M test/selenium_tests/test_history_dataset_state.py M test/selenium_tests/test_history_options.py M test/selenium_tests/test_history_panel.py M test/selenium_tests/test_history_sharing.py M test/selenium_tests/test_login.py M test/selenium_tests/test_sizzle_loading.py M test/selenium_tests/test_stock_tours.py M test/selenium_tests/test_tool_form.py M test/selenium_tests/test_uploads.py M test/selenium_tests/test_workflow_editor.py M test/selenium_tests/test_workflow_run.py M test/shed_functional/base/test_db_util.py M test/shed_functional/base/twilltestcase.py A test/unit/__init__.py M test/unit/datatypes/dataproviders/test_base_dataproviders.py M test/unit/jobs/test_job_wrapper.py M test/unit/jobs/test_runner_local.py M test/unit/managers/base.py M test/unit/managers/test_HistoryManager.py M test/unit/shed_unit/test_installed_repository_manager.py M test/unit/shed_unit/test_tool_panel_manager.py M test/unit/tools/test_actions.py M test/unit/tools/test_collect_primary_datasets.py M test/unit/tools/test_column_parameters.py M test/unit/tools/test_data_parameters.py M test/unit/tools/test_dataset_matcher.py M test/unit/tools/test_evaluation.py M test/unit/tools/test_execution.py M test/unit/tools/test_history_imp_exp.py M test/unit/tools/test_parameter_parsing.py M test/unit/tools/test_toolbox.py M test/unit/tools/test_toolbox_filters.py M test/unit/visualizations/plugins/test_VisualizationPlugin.py M test/unit/visualizations/plugins/test_VisualizationsRegistry.py M test/unit/web/framework/test_webapp.py Log Message: ----------- Fix import order for cron/, scripts/ and test/ Commit: 08ef78285af9d9ca045ba9945e5517aa2809b77c https://github.com/galaxyproject/galaxy/commit/08ef78285af9d9ca045ba9945e551... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-26 (Tue, 26 Sep 2017) Changed paths: M .ci/flake8_lint_include_list.txt M cron/build_chrom_db.py M lib/galaxy/tools/toolbox/filters/__init__.py M lib/galaxy/visualization/plugins/plugin.py M scripts/api/data_manager_example_execute.py M scripts/api/display.py M scripts/api/search.py R scripts/binary_compatibility.py M scripts/dump_tour.py M scripts/edam_mapping.py M scripts/fetch_eggs.py M scripts/grt/export.py M scripts/grt/upload.py M scripts/manage_tool_dependencies.py M scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py M scripts/paster.py M scripts/rst2html.py M scripts/summarize_timings.py M scripts/tool_shed/api/export.py M scripts/tool_shed/api/get_filtered_repository_revisions.py M scripts/tool_shed/bootstrap_tool_shed/bootstrap_util.py M scripts/tool_shed/bootstrap_tool_shed/create_user_with_api_key.py M scripts/tool_shed/deprecate_repositories_without_metadata.py M scripts/tools/maf/check_loc_file.py M test/api/test_api_batch.py M test/api/test_authenticate.py M test/api/test_datatypes.py M test/api/test_histories.py M test/api/test_history_contents.py M test/api/test_pages.py M test/api/test_tools.py M test/api/test_users.py M test/api/test_visualizations.py M test/api/test_workflows.py M test/base/populators.py M test/functional/twilltestcase.py M test/galaxy_selenium/data.py M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/manual/workflows_scaling.py M test/selenium_tests/framework.py M test/selenium_tests/test_anon_history.py M test/selenium_tests/test_collection_builders.py M test/selenium_tests/test_history_dataset_state.py M test/selenium_tests/test_history_options.py M test/selenium_tests/test_history_panel.py M test/selenium_tests/test_history_sharing.py M test/selenium_tests/test_login.py M test/selenium_tests/test_sizzle_loading.py M test/selenium_tests/test_stock_tours.py M test/selenium_tests/test_tool_form.py M test/selenium_tests/test_uploads.py M test/selenium_tests/test_workflow_editor.py M test/selenium_tests/test_workflow_run.py M test/shed_functional/base/test_db_util.py M test/shed_functional/base/twilltestcase.py A test/unit/__init__.py M test/unit/datatypes/dataproviders/test_base_dataproviders.py M test/unit/jobs/test_job_wrapper.py M test/unit/jobs/test_runner_local.py M test/unit/managers/base.py M test/unit/managers/test_HistoryManager.py M test/unit/shed_unit/test_installed_repository_manager.py M test/unit/shed_unit/test_tool_panel_manager.py M test/unit/tools/test_actions.py M test/unit/tools/test_collect_primary_datasets.py M test/unit/tools/test_column_parameters.py M test/unit/tools/test_data_parameters.py M test/unit/tools/test_dataset_matcher.py M test/unit/tools/test_evaluation.py M test/unit/tools/test_execution.py M test/unit/tools/test_history_imp_exp.py M test/unit/tools/test_parameter_parsing.py M test/unit/tools/test_toolbox.py M test/unit/tools/test_toolbox_filters.py M test/unit/visualizations/plugins/test_VisualizationPlugin.py M test/unit/visualizations/plugins/test_VisualizationsRegistry.py M test/unit/web/framework/test_webapp.py Log Message: ----------- Merge pull request #4697 from nsoranzo/flake8-import-order Fix import order for cron/, scripts/ and test/ Compare: https://github.com/galaxyproject/galaxy/compare/0c6dfd7a41a8...08ef78285af9
participants (1)
-
GitHub