summaryrefslogtreecommitdiff
path: root/taskflow
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid log warning when closing is underway (on purpose)Joshua Harlow2017-08-011-1/+8
* | Remove class StopWatch from timingchenghuiyu2017-10-242-8/+2
* | Merge "Remove method blather in log adapter"2.17.0Zuul2017-10-241-7/+0
|\ \
| * | Remove method blather in log adapterchenghuiyu2017-09-041-7/+0
| |/
* | Remove kwarg timeout in executor conductorchenghuiyu2017-09-011-3/+1
|/
* Update URLs in documents according to document migrationChangBo Guo(gcb)2017-07-132-5/+5
* Merge "Fix process based executor task proxying-back events"Jenkins2017-07-113-9/+87
|\
| * Fix process based executor task proxying-back eventsJoshua Harlow2017-07-113-9/+87
* | turn on warning-is-error in doc buildDoug Hellmann2017-07-084-5/+7
|/
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-0313-102/+102
* do not allow redis job reclaim by same ownerRick van de Loo2017-05-132-5/+26
* Merge "Stop using oslotest.mockpatch"2.11.0Jenkins2017-05-051-5/+4
|\
| * Stop using oslotest.mockpatchChangBo Guo(gcb)2017-04-281-5/+4
* | Merge "python3.0 has deprecated LOG.warn"Jenkins2017-05-0316-82/+88
|\ \
| * | python3.0 has deprecated LOG.warnxhzhf2017-03-0716-82/+88
| |/
* | Fix py35 test failureChangBo Guo(gcb)2017-05-031-1/+1
|/
* Protect storage better against external concurrent accessJoshua Harlow2017-01-092-44/+62
* 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
|\ \ \