[galaxyproject/galaxy] 07806f: Simplify path tracking related to history exports.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 07806f3a028542c2481a89bb12fe6ca1953985e7 https://github.com/galaxyproject/galaxy/commit/07806f3a028542c2481a89bb12fe6... Author: John Chilton <jmchilton@gmail.com> Date: 2019-02-24 (Sun, 24 Feb 2019) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/model/mapping.py M lib/galaxy/tools/imp_exp/__init__.py Log Message: ----------- Simplify path tracking related to history exports. This is a simpler model to think about and prevents us from needing to track new fields in the database for extensions such as collections. Commit: db78c26c74a29b02f0e5dad48409cd1ac4d73f0a https://github.com/galaxyproject/galaxy/commit/db78c26c74a29b02f0e5dad48409c... Author: John Chilton <jmchilton@gmail.com> Date: 2019-02-24 (Sun, 24 Feb 2019) Changed paths: M lib/galaxy/tools/imp_exp/__init__.py M lib/galaxy/tools/imp_exp/export_history.py Log Message: ----------- Rework export history argument parsing. Other changes in #4532 would have caused export jobs that were created before an upgrade that added that PR to fail after the upgrade. This wouldn't have been a huge deal but the new format of the arguments is a bit cleaner and future proof anyway. Commit: 0fe769e2e4d9105460e6873d40e00507da9b0db4 https://github.com/galaxyproject/galaxy/commit/0fe769e2e4d9105460e6873d40e00... Author: John Chilton <jmchilton@gmail.com> Date: 2019-02-24 (Sun, 24 Feb 2019) Changed paths: M lib/galaxy/tools/imp_exp/__init__.py M lib/galaxy/tools/imp_exp/export_history.py Log Message: ----------- Add --galaxy_version argument to export_history script. Commit: 25aa54e28b187ac7097809fa584386fb776926c3 https://github.com/galaxyproject/galaxy/commit/25aa54e28b187ac7097809fa58438... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2019-02-27 (Wed, 27 Feb 2019) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/model/mapping.py M lib/galaxy/tools/imp_exp/__init__.py M lib/galaxy/tools/imp_exp/export_history.py Log Message: ----------- Merge pull request #7214 from jmchilton/history_export_clean_cli Cleanup History Export CLI Call Compare: https://github.com/galaxyproject/galaxy/compare/68c835e8ac2c...25aa54e28b18
participants (1)
-
Marius van den Beek