Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 611b667aa97bd523fe0d4296b85c4a84c4dfa36f https://github.com/galaxyproject/galaxy/commit/611b667aa97bd523fe0d4296b85c4... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2017-11-05 (Sun, 05 Nov 2017) Changed paths: M lib/galaxy/managers/collections_util.py M test/api/test_dataset_collections.py M test/base/populators.py Log Message: ----------- Fix downloading of arbitrarily-nested collections This should work for any level of nesting and includes tests for the list:list and list:list:list case. That's a first step towards https://github.com/galaxyproject/galaxy/issues/4415. Commit: 128b0a239be15d82fe8986e997c8af077db5a760 https://github.com/galaxyproject/galaxy/commit/128b0a239be15d82fe8986e997c8a... Author: John Chilton <jmchilton@gmail.com> Date: 2017-11-05 (Sun, 05 Nov 2017) Changed paths: M lib/galaxy/managers/collections_util.py M test/api/test_dataset_collections.py M test/base/populators.py Log Message: ----------- Merge pull request #4934 from mvdbeek/download_list_list Fix downloading of arbitrarily-nested collections Compare: https://github.com/galaxyproject/galaxy/compare/ed0ac48985fa...128b0a239be1