summaryrefslogtreecommitdiff
path: root/taskflow
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix parsing of zookeeper jobboard backend options"Zuul2023-04-195-10/+138
|\
| * Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-125-10/+138
* | Prepare taskflow for sqlalchemy2Gregory Thiemonge2023-02-271-13/+21
* | Merge "Replace abc.abstractproperty with property and abc.abstractmethod"Zuul2023-02-174-10/+20
|\ \
| * | Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-034-10/+20
* | | Merge "Change StrictRedis usage to Redis"Zuul2023-02-172-5/+5
|\ \ \ | |_|/ |/| |
| * | Change StrictRedis usage to RedisTobias Urdin2022-09-292-5/+5
* | | Fix test_while_is_not with python 3.115.1.0Gregory Thiemonge2022-12-051-11/+18
* | | Merge "Adapt to new jsonschema versions"Zuul2022-11-211-7/+8
|\ \ \ | |/ / | | / | |/ |/|
| * Adapt to new jsonschema versionsCorey Bryant2022-08-031-7/+8
* | Merge "Quote string representations"5.0.0Zuul2022-06-137-11/+12
|\ \
| * | Quote string representationsMichael Johnson2022-06-107-11/+12
* | | Remove sixTakashi Kajinami2022-05-1874-439/+261
|/ /
* | 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
|\