summaryrefslogtreecommitdiff
path: root/taskflow
Commit message (Expand)AuthorAgeFilesLines
* Rename engine analyzer to be named selectorJoshua Harlow2017-01-035-67/+67
* Merge "Remove vim header from source files"Jenkins2016-11-182-4/+0
|\
| * Remove vim header from source fileshowardlee2016-11-092-4/+0
* | Use assertIs(Not)None to check for Nonehowardlee2016-11-072-6/+6
|/
* Merge "Replace retrying with tenacity"Jenkins2016-11-051-9/+7
|\
| * Replace retrying with tenacityGevorg Davoian2016-11-031-9/+7
* | Fix broken linkAndreas Jaeger2016-11-031-1/+1
|/
* Merge "Add logging around metadata, ignore tallying + history"Jenkins2016-10-112-24/+47
|\
| * Add logging around metadata, ignore tallying + historyJoshua Harlow2016-08-012-24/+47
* | Using assertIsNone() instead of assertIs(None, ..)qinchunhua2016-10-101-2/+2
* | Fix a typo in logging.pygengchc22016-09-281-3/+3
* | Use method ensure_tree from oslo.utilsChangBo Guo(gcb)2016-09-252-20/+2
* | Make failure formatter configurable for DynamicLoggingListenerIvan Kolodyazhny2016-09-081-3/+8
* | Some classes not define __ne__() built-in functionJi-Wei2016-08-316-0/+18
* | Start to add a location for contributed useful tasks/flows/moreJoshua Harlow2016-07-281-0/+0
|/
* Merge "Ensure the fetching jobs does not fetch anything when in bad state"Jenkins2016-07-251-8/+66
|\
| * Ensure the fetching jobs does not fetch anything when in bad stateJoshua Harlow2016-05-311-8/+66
* | Merge "Remove white space between print and ()"Jenkins2016-07-211-3/+3
|\ \
| * | Remove white space between print and ()haobing12016-07-181-3/+3
* | | Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-124-8/+8
|/ /
* | remove unused LOGji-xuepeng2016-07-103-9/+0
* | Merge "Fixes: typo error in comments"Jenkins2016-07-091-1/+1
|\ \
| * | Fixes: typo error in commentsrahulram2016-07-081-1/+1
* | | Merge "Make tests less dependent on transient state"Jenkins2016-07-081-3/+2
|\ \ \
| * | | Make tests less dependent on transient stateGreg Hill2016-06-021-3/+2
* | | | Merge "Use the full 'get_execute_failures' vs the shortname"Jenkins2016-07-081-6/+6
|\ \ \ \
| * | | | Use the full 'get_execute_failures' vs the shortnameJoshua Harlow2016-05-281-6/+6
* | | | | Merge "Fix some misspellings in the function name and descriptions"Jenkins2016-07-0813-21/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-3013-21/+21
* | | | | Merge "Add tests to verify kwargs behavior on revert validation"Jenkins2016-07-061-23/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add tests to verify kwargs behavior on revert validationGreg Hill2016-06-091-23/+41
| | |/ / | |/| |
* | | | Don't use deprecated method timeutils.isotime2.2.0ChangBo Guo(gcb)2016-06-101-2/+2
|/ / /
* | | Merge "Split revert/execute missing args messages"Jenkins2016-06-012-10/+17
|\ \ \
| * | | Split revert/execute missing args messagesGreg Hill2016-05-262-10/+17
| |/ /
* | | Merge "Add a simple sanity test for pydot outputting"Jenkins2016-05-312-3/+38
|\ \ \ | |/ / |/| |
| * | Add a simple sanity test for pydot outputtingJoshua Harlow2016-05-202-3/+38
* | | Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-249-425/+885
* | | Fix documentation related to missing BaseTask classGreg Hill2016-05-111-1/+1
* | | Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-1019-729/+59
* | | Always used the library packaged mockJoshua Harlow2016-05-101-13/+1
* | | Merge "Allow for specifying green threaded to parallel engine"1.32.0Jenkins2016-05-065-26/+42
|\ \ \
| * | | Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-035-26/+42
| | |/ | |/|
* | | Merge "Make conductor.stop stop the running engine gracefully"Jenkins2016-05-064-3/+78
|\ \ \
| * | | Make conductor.stop stop the running engine gracefullyGreg Hill2016-05-034-3/+78
| |/ /
* | | Attempt to cancel active futures when suspending is underwayJoshua Harlow2016-05-031-9/+40
|/ /
* | Merge "Add rundimentary and/or non-optimized job priorities"Jenkins2016-04-284-70/+210
|\ \
| * | Add rundimentary and/or non-optimized job prioritiesJoshua Harlow2016-01-094-70/+210
* | | Merge "Have the storage class provide a 'change_flow_state' method"Jenkins2016-04-282-13/+24
|\ \ \
| * | | Have the storage class provide a 'change_flow_state' methodJoshua Harlow2015-08-152-13/+24
* | | | Merge "99 bottles example trace logging was not being output"Jenkins2016-04-281-2/+4
|\ \ \ \