Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 2d4b717aaff3fc8a76852af8a16744f1085fa8cc https://github.com/galaxyproject/galaxy/commit/2d4b717aaff3fc8a76852af8a1674... Author: John Chilton <jmchilton@gmail.com> Date: 2018-08-22 (Wed, 22 Aug 2018) Changed paths: M test/api/test_workflows.py Log Message: ----------- Test case to clarify workflow API a bit in simple cases. Commit: c593bd1772dc6d8780153115641d556bea347bc9 https://github.com/galaxyproject/galaxy/commit/c593bd1772dc6d8780153115641d5... Author: John Chilton <jmchilton@gmail.com> Date: 2018-08-22 (Wed, 22 Aug 2018) Changed paths: M lib/galaxy/model/__init__.py Log Message: ----------- Allow uniform access to job state for WorkflowInvocationSteps. Use the concept of job_source_type and job_source_id used by IDs to summarize the state and list out individual jobs in the response as a shortcut. This information used to be readily accessible before 18.01. Commit: 35ebdc5b1029bbe782c2852b5f6b094d97dbd7ea https://github.com/galaxyproject/galaxy/commit/35ebdc5b1029bbe782c2852b5f6b0... Author: John Chilton <jmchilton@gmail.com> Date: 2018-08-22 (Wed, 22 Aug 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/workflows.py M test/api/test_workflows.py Log Message: ----------- Add a legacy_job_state mode to restore 17.09 workflow invocation behavior. Commit: 3879a019490a05f9e26e3651e6de52d0586d5963 https://github.com/galaxyproject/galaxy/commit/3879a019490a05f9e26e3651e6de5... Author: John Chilton <jmchilton@gmail.com> Date: 2018-08-24 (Fri, 24 Aug 2018) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/webapps/galaxy/api/histories.py M lib/galaxy/webapps/galaxy/api/workflows.py M lib/galaxy/webapps/galaxy/buildapp.py M test/api/test_workflows.py Log Message: ----------- Add API endpoint to index all invocations for a user or history. Refactor toward managers to allow unified serialization of invocations and such. Add test case. Commit: 107c89a0a994a50fd37589fbd2b4d104064c7336 https://github.com/galaxyproject/galaxy/commit/107c89a0a994a50fd37589fbd2b4d... Author: Dannon <dannon.baker@gmail.com> Date: 2018-08-24 (Fri, 24 Aug 2018) Changed paths: M lib/galaxy/managers/workflows.py M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/histories.py M lib/galaxy/webapps/galaxy/api/workflows.py M lib/galaxy/webapps/galaxy/buildapp.py M test/api/test_workflows.py Log Message: ----------- Merge pull request #6580 from jmchilton/wf_invocation_update Add API endpoint to fetch a history's workflow invocations. Compare: https://github.com/galaxyproject/galaxy/compare/dfdf3dd5eac4...107c89a0a994 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.