summaryrefslogtreecommitdiff
path: root/taskflow/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix parsing of zookeeper jobboard backend options"Zuul2023-04-191-8/+21
|\
| * Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-121-8/+21
* | Merge "Change StrictRedis usage to Redis"Zuul2023-02-171-4/+4
|\ \ | |/ |/|
| * Change StrictRedis usage to RedisTobias Urdin2022-09-291-4/+4
* | Merge "Adapt to new jsonschema versions"Zuul2022-11-211-7/+8
|\ \ | |/
| * Adapt to new jsonschema versionsCorey Bryant2022-08-031-7/+8
* | Remove sixTakashi Kajinami2022-05-187-69/+27
|/
* Replace deprecated import of ABCs from collections4.6.2Takashi Kajinami2021-07-171-2/+2
* Drop use of deprecated collections classesSean McGinnis2020-04-141-3/+3
* Zookeeper backend SSL supportussuri-em4.1.0Ann Kamyshnikova2020-03-061-0/+13
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-5/+0
* Create KazooClient with taskflow loggerTheodoros Tsioutsias2018-08-161-0/+5
* Update various links in docsVu Cong Tuan2018-07-171-8/+8
* Fix code to support networkx > 1.0Michal Arbet2018-07-111-0/+5
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-2/+2
* Remove vim header from source fileshowardlee2016-11-091-2/+0
* Fix broken linkAndreas Jaeger2016-11-031-1/+1
* Use method ensure_tree from oslo.utilsChangBo Guo(gcb)2016-09-251-19/+0
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-0/+8
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-102-159/+0
* Merge "Spice up WBE banner and add simple worker __main__ entrypoint"Jenkins2016-04-281-0/+107
|\
| * Spice up WBE banner and add simple worker __main__ entrypointJoshua Harlow2016-02-081-0/+107
* | Allow cachedproperty to avoid lockingJoshua Harlow2016-02-081-12/+21
|/
* Retrieve the store from flowdetails as well, if it existsGreg Hill2016-01-251-2/+9
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-31/+0
* Fix wrong usage of iter_utils.unique_seenJoshua Harlow2016-01-091-8/+9
* Merge "Add ability of job poster/job iterator to wait for jobs to complete"Jenkins2016-01-091-0/+31
|\
| * Add ability of job poster/job iterator to wait for jobs to completeJoshua Harlow2015-12-161-0/+31
* | Merge "Use the retrying lib. to do basic sqlalchemy engine validation"Jenkins2016-01-091-24/+0
|\ \
| * | Use the retrying lib. to do basic sqlalchemy engine validationJoshua Harlow2016-01-051-24/+0
| |/
* | Use shared util helper for driver name + config extractionJoshua Harlow2015-12-221-0/+13
|/
* Merge "Change name of misc.ensure_dict to misc.safe_copy_dict"Jenkins2015-12-151-2/+7
|\
| * Change name of misc.ensure_dict to misc.safe_copy_dictJoshua Harlow2015-12-141-2/+7
* | Move validation of compiled unit out of compiler1.25.0Joshua Harlow2015-11-201-13/+0
* | Merge "Move 'fill_iter' to 'iter_utils.fill'"Jenkins2015-11-181-7/+58
|\ \ | |/ |/|
| * Move 'fill_iter' to 'iter_utils.fill'Joshua Harlow2015-10-261-7/+58
* | Add optional 'defer_reverts' behaviorGreg Hill2015-11-171-0/+8
* | Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-122-0/+26
|/
* feat: add max_dispatches arg to conductor's runSriram Madapusi Vasudevan2015-10-151-0/+15
* Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-011-0/+13
* Merge "Extend and improve failure logging"Jenkins2015-09-141-0/+8
|\
| * Extend and improve failure loggingJoshua Harlow2015-08-071-0/+8
* | Merge "Replace the tree 'pformat()' recursion with non-recursive variant"Jenkins2015-07-311-0/+42
|\ \ | |/
| * Replace the tree 'pformat()' recursion with non-recursive variantJoshua Harlow2015-07-271-0/+42
* | Bump futurist and remove waiting code in taskflowJoshua Harlow2015-07-251-88/+0
|/
* Merge "Remove **most** usage of taskflow.utils in examples"Jenkins2015-07-211-75/+0
|\
| * Remove **most** usage of taskflow.utils in examplesJoshua Harlow2015-07-171-75/+0
* | Merge "Remove kazoo hack/fix for issue no longer needed"Jenkins2015-07-211-7/+1
|\ \
| * | Remove kazoo hack/fix for issue no longer neededJoshua Harlow2015-06-291-7/+1
* | | Merge "Use encodeutils for exception -> string function"Jenkins2015-07-211-0/+35
|\ \ \