[galaxyproject/galaxy] 8fa866: Small improvements to scripts/grt/export.py for te...
Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 8fa8660b25dccf62a045597bee03441b5b68b71b https://github.com/galaxyproject/galaxy/commit/8fa8660b25dccf62a045597bee034... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/util/hash_util.py M scripts/grt/export.py M scripts/grt/grt.yml.sample Log Message: ----------- Small improvements to scripts/grt/export.py for testing. - Don't rely on external sha256sum, use Python hashing (add utility to hash_util to enable this). - Drop unused galaxy_config from grt.yml.sample - it isn't used anywhere as far as I can tell. Commit: 5f3f792f6f4ba67a2dd49e9c69b28567540c2c48 https://github.com/galaxyproject/galaxy/commit/5f3f792f6f4ba67a2dd49e9c69b28... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/config.py M lib/galaxy/model/orm/scripts.py M lib/galaxy/util/script.py M scripts/cleanup_datasets/admin_cleanup_datasets.py M scripts/cleanup_datasets/cleanup_datasets.py M scripts/cleanup_datasets/pgcleanup.py M scripts/cleanup_datasets/populate_uuid.py M scripts/communication/communication_server.py M scripts/db_shell.py M scripts/galaxy-main M scripts/grt/export.py M scripts/grt/upload.py M scripts/helper.py M scripts/manage_db.py M scripts/runtime_stats.py M scripts/secret_decoder_ring.py M scripts/set_dataset_sizes.py M scripts/set_user_disk_usage.py A test/integration/test_scripts.py Log Message: ----------- Unification of Galaxy configuration parsing for scripts/* Commit: 16d821e12e53655947a6859a221b19a8d05eb2c4 https://github.com/galaxyproject/galaxy/commit/16d821e12e53655947a6859a221b1... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M scripts/cleanup_datasets/update_dataset_size.py M scripts/cleanup_datasets/update_metadata.py M scripts/sync_reports_config.py M scripts/transfer.py Log Message: ----------- Mark scripts/* that don't work with YAML configuraiton options as deprecated. Commit: 1911a55390eb4c6f9c7beb69b8f364ff6b76a119 https://github.com/galaxyproject/galaxy/commit/1911a55390eb4c6f9c7beb69b8f36... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: R scripts/others/incorrect_gops_jobs.py R scripts/others/incorrect_gops_jobs.sh R scripts/others/incorrect_gops_join_jobs.py R scripts/others/incorrect_gops_join_jobs.sh Log Message: ----------- Remove unused and unuseful scripts. Commit: 49fed72eeab48cda9e962f2d1a678825f40842b2 https://github.com/galaxyproject/galaxy/commit/49fed72eeab48cda9e962f2d1a678... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: R scripts/data_libraries/build_lucene_index.py R scripts/data_libraries/build_lucene_index.sh R scripts/data_libraries/build_whoosh_index.py R scripts/data_libraries/build_whoosh_index.sh Log Message: ----------- Drop data library whoosh/lucene scripts. We don't set that config option in Galaxy anymore so these are broken anyway. Commit: fea7953410a4145f45afbe1656735febcf390a92 https://github.com/galaxyproject/galaxy/commit/fea7953410a4145f45afbe1656735... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: R scripts/cleanup_datasets/remove_renamed_datasets_from_disk.py R scripts/cleanup_datasets/rename_purged_datasets.py Log Message: ----------- Remove two scripts - dataset purging hasn't worked this way for a very long time. Commit: b14928d97203d4d459c289c393589e4f4120e3e4 https://github.com/galaxyproject/galaxy/commit/b14928d97203d4d459c289c393589... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M test/integration/test_scripts.py Log Message: ----------- Cleanup script integration tests. Commit: 14e98becfe9c4d76677d9a9d0bc568c75f242bf2 https://github.com/galaxyproject/galaxy/commit/14e98becfe9c4d76677d9a9d0bc56... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/util/script.py Log Message: ----------- Cleanup incorrect FIXME - spotted by @nsoranzo. Commit: a177173672b86f4da8f83c3068dcb63f5f49cc40 https://github.com/galaxyproject/galaxy/commit/a177173672b86f4da8f83c3068dcb... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/util/script.py Log Message: ----------- Fix missing ENV information in config parameter args. Commit: 8fb6aa5860344cf80c18b8fef43b43b26856ec2a https://github.com/galaxyproject/galaxy/commit/8fb6aa5860344cf80c18b8fef43b4... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/util/script.py Log Message: ----------- Bring in @nsoranzo's requested changes for config_file_from_args, etc. Commit: bb90ae93d810cd829ef026a3d086d51c11ac5394 https://github.com/galaxyproject/galaxy/commit/bb90ae93d810cd829ef026a3d086d... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M scripts/grt/export.py M scripts/grt/upload.py M test/integration/test_scripts.py Log Message: ----------- More grt fixes - spotted by @nsoranzo. Commit: a1f0e1772ec5280a0523f2218008933f768e886e https://github.com/galaxyproject/galaxy/commit/a1f0e1772ec5280a0523f22180089... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M lib/galaxy/util/script.py Log Message: ----------- Redact help for --config-section option for @nsoranzo. Kept the string in the file for in-code documentation but hiding it from users. Commit: 62d4582ef6913a4c681db2a08369a7757523de42 https://github.com/galaxyproject/galaxy/commit/62d4582ef6913a4c681db2a08369a... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-27 (Tue, 27 Mar 2018) Changed paths: M lib/galaxy/model/orm/scripts.py M lib/galaxy/util/script.py Log Message: ----------- Touch up script unification PR based on @natefoo comments. Commit: 009921387dc3f2ea0731e82fe137c7b8d06f7e8a https://github.com/galaxyproject/galaxy/commit/009921387dc3f2ea0731e82fe137c... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: M lib/galaxy/config.py M lib/galaxy/model/orm/scripts.py M lib/galaxy/util/hash_util.py M lib/galaxy/util/script.py M scripts/cleanup_datasets/admin_cleanup_datasets.py M scripts/cleanup_datasets/cleanup_datasets.py M scripts/cleanup_datasets/pgcleanup.py M scripts/cleanup_datasets/populate_uuid.py R scripts/cleanup_datasets/remove_renamed_datasets_from_disk.py R scripts/cleanup_datasets/rename_purged_datasets.py M scripts/cleanup_datasets/update_dataset_size.py M scripts/cleanup_datasets/update_metadata.py M scripts/communication/communication_server.py R scripts/data_libraries/build_lucene_index.py R scripts/data_libraries/build_lucene_index.sh R scripts/data_libraries/build_whoosh_index.py R scripts/data_libraries/build_whoosh_index.sh M scripts/db_shell.py M scripts/galaxy-main M scripts/grt/export.py M scripts/grt/grt.yml.sample M scripts/grt/upload.py M scripts/helper.py M scripts/manage_db.py R scripts/others/incorrect_gops_jobs.py R scripts/others/incorrect_gops_jobs.sh R scripts/others/incorrect_gops_join_jobs.py R scripts/others/incorrect_gops_join_jobs.sh M scripts/runtime_stats.py M scripts/secret_decoder_ring.py M scripts/set_dataset_sizes.py M scripts/set_user_disk_usage.py M scripts/sync_reports_config.py M scripts/transfer.py A test/integration/test_scripts.py Log Message: ----------- Merge pull request #5769 from jmchilton/unify_scripts [18.01] Fix scripts/ for YAML/ENV configuration processing Compare: https://github.com/galaxyproject/galaxy/compare/241fadc98159...009921387dc3
participants (1)
-
GitHub