commit/galaxy-central: hackdna: Update comments related to stopping jobs when history is deleted using the API.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0b921f6dbfe1/ Changeset: 0b921f6dbfe1 User: hackdna Date: 2014-07-09 16:32:51 Summary: Update comments related to stopping jobs when history is deleted using the API. Affected #: 1 file diff -r e9cef9ca217f8801f7efd72e913424c1cd0ded38 -r 0b921f6dbfe1a02fcd2f153914cfbbb4aa179654 lib/galaxy/webapps/galaxy/api/histories.py --- a/lib/galaxy/webapps/galaxy/api/histories.py +++ b/lib/galaxy/webapps/galaxy/api/histories.py @@ -201,7 +201,7 @@ delete( self, trans, id, **kwd ) * DELETE /api/histories/{id} delete the history with the given ``id`` - .. note:: Currently does not stop any active jobs in the history. + .. note:: Stops all active jobs in the history if purge is set. :type id: str :param id: the encoded id of the history to delete Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org