summaryrefslogtreecommitdiff
path: root/taskflow
Commit message (Expand)AuthorAgeFilesLines
* Quote string representationsMichael Johnson2022-06-107-11/+12
* Fix atomdetails failure column sizePavlo Shchelokovskyy2022-01-271-0/+36
* Fix unit testsGregory Thiemonge2022-01-251-1/+1
* Merge "Handle invalid redis entries in RedisJobBoard"4.6.4Zuul2022-01-101-1/+4
|\
| * Handle invalid redis entries in RedisJobBoardGregory Thiemonge2022-01-101-1/+4
* | Merge "Use LOG.warning instead of deprecated LOG.warn"Zuul2021-12-212-3/+3
|\ \
| * | Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-292-3/+3
| |/
* | Fix minor typo in ActionEngine exception messageEric Harney2021-12-021-1/+1
|/
* Merge "Use custom JSONType columns"4.6.3Zuul2021-10-261-8/+27
|\
| * Use custom JSONType columnsPavlo Shchelokovskyy2021-07-131-8/+27
* | Replace deprecated import of ABCs from collections4.6.2Takashi Kajinami2021-07-171-2/+2
* | Merge "Fix flowdetails meta size"Zuul2021-06-011-0/+34
|\ \
| * | Fix flowdetails meta sizeGregory Thiemonge2021-05-031-0/+34
| |/
* | Use unittest.mock instead of mockHervé Beraud2021-04-272-2/+2
|/
* Fix deprecated Alembic function args4.6.0Adam Harwell2021-01-281-9/+9
* Merge "Add sentinel redis support"4.4.0Zuul2020-08-242-1/+48
|\
| * Add sentinel redis supportAnn Taraday2020-08-052-1/+48
* | Avoid endless loop on StorageFailureAnn Taraday2020-08-241-0/+11
|/
* Switch from unittest2 compat methods to Python 3.x methodsmelissaml2020-07-054-50/+50
* Stop to use the __future__ module.Hervé Beraud2020-06-029-18/+0
* Import modules, not classesSean McGinnis2020-05-012-9/+4
* Drop use of deprecated collections classesSean McGinnis2020-04-143-15/+8
* Zookeeper backend SSL supportussuri-em4.1.0Ann Kamyshnikova2020-03-061-0/+13
* Merge "Update TaskFlow for networkx 2.x"3.8.0Zuul2019-11-1515-165/+73
|\
| * Update TaskFlow for networkx 2.xMichael Johnson2019-10-1815-165/+73
* | Fix python3.8 hmac compatibilityEric Harney2019-09-031-1/+2
|/
* Use mysql LONGTEXT for atomdetails resultstrain-em3.7.1Ann Taraday2019-08-091-0/+43
* Handle collections.abc deprecationsSean McGinnis2019-05-091-1/+11
* Remove the duplicated wordmelissaml2018-08-211-1/+1
* Create KazooClient with taskflow loggerTheodoros Tsioutsias2018-08-161-0/+5
* Update various links in docsVu Cong Tuan2018-07-173-13/+13
* Fix code to support networkx > 1.0Michal Arbet2018-07-116-16/+172
* Merge "Trivial: update pypi url to new url"Zuul2018-05-171-1/+1
|\
| * Trivial: update pypi url to new urlXiaojueGuan2018-05-131-1/+1
* | Fix doc buildBen Nemec2018-05-092-5/+11
|/
* set default python to python3Doug Hellmann2018-04-173-3/+6
* Fix invalid json unit testBen Nemec2018-02-081-1/+5
* Merge "Avoid log warning when closing is underway (on purpose)"3.0.1Zuul2017-12-121-1/+8
|\
| * 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
|\