[galaxyproject/galaxy] dcde64: Fix import order. Fix typos and improve readabilit...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: dcde64ce407b332072525c66885adf03a26eeb5e https://github.com/galaxyproject/galaxy/commit/dcde64ce407b332072525c66885ad... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M .ci/flake8_lint_include_list.txt M lib/galaxy/workflow/extract.py M test/api/test_workflow_extraction.py Log Message: ----------- Fix import order. Fix typos and improve readability Commit: 04bf2153b8f61c60288cb180d448e7c20352f6e7 https://github.com/galaxyproject/galaxy/commit/04bf2153b8f61c60288cb180d448e... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M lib/galaxy/workflow/extract.py Log Message: ----------- WorkflowSummary: add dict to map a job id to its representative job Fix #2742 introduced in commit 9ede8e556be1f6038361b579c1457068e50e951a . The representative job is the first in the returned query, so substantially random and not necessarily the one with the lowest job id. Mapping a job id to its representative job in extract_steps() makes it robust also against API requests with manually chosen collection job ids. Commit: c6713e7c31d5ffe576af5af7de56d3536d196786 https://github.com/galaxyproject/galaxy/commit/c6713e7c31d5ffe576af5af7de56d... Author: John Chilton <jmchilton@gmail.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M .ci/flake8_lint_include_list.txt M lib/galaxy/workflow/extract.py M test/api/test_workflow_extraction.py Log Message: ----------- Merge pull request #3039 from nsoranzo/fix_for_2742 Fix workflow extraction API tests on PostgreSQL Compare: https://github.com/galaxyproject/galaxy/compare/1e2688f15785...c6713e7c31d5
participants (1)
-
GitHub