summaryrefslogtreecommitdiff
path: root/taskflow/engines
Commit message (Expand)AuthorAgeFilesLines
* Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-031-2/+4
* Merge "Quote string representations"5.0.0Zuul2022-06-131-1/+2
|\
| * Quote string representationsMichael Johnson2022-06-101-1/+2
* | Remove sixTakashi Kajinami2022-05-1813-76/+36
|/
* Merge "Use LOG.warning instead of deprecated LOG.warn"Zuul2021-12-211-2/+2
|\
| * Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-2/+2
* | Fix minor typo in ActionEngine exception messageEric Harney2021-12-021-1/+1
|/
* Merge "Update TaskFlow for networkx 2.x"3.8.0Zuul2019-11-156-16/+16
|\
| * Update TaskFlow for networkx 2.xMichael Johnson2019-10-186-16/+16
* | Fix python3.8 hmac compatibilityEric Harney2019-09-031-1/+2
|/
* set default python to python3Doug Hellmann2018-04-171-1/+1
* Merge "Fix process based executor task proxying-back events"Jenkins2017-07-111-9/+35
|\
| * Fix process based executor task proxying-back eventsJoshua Harlow2017-07-111-9/+35
* | turn on warning-is-error in doc buildDoug Hellmann2017-07-081-2/+4
|/
* Merge "python3.0 has deprecated LOG.warn"Jenkins2017-05-034-29/+31
|\
| * python3.0 has deprecated LOG.warnxhzhf2017-03-074-29/+31
* | Fix py35 test failureChangBo Guo(gcb)2017-05-031-1/+1
|/
* Protect storage better against external concurrent accessJoshua Harlow2017-01-091-44/+50
* Rename engine analyzer to be named selectorJoshua Harlow2017-01-035-67/+67
* 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
* | Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
|/
* remove unused LOGji-xuepeng2016-07-102-6/+0
* 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
* | Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-303-6/+6
* | Split revert/execute missing args messagesGreg Hill2016-05-261-9/+12
|/
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-243-412/+724
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-102-131/+32
* Merge "Allow for specifying green threaded to parallel engine"1.32.0Jenkins2016-05-062-0/+27
|\
| * Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-032-0/+27
* | Attempt to cancel active futures when suspending is underwayJoshua Harlow2016-05-031-9/+40
|/
* Merge "Have the storage class provide a 'change_flow_state' method"Jenkins2016-04-281-13/+9
|\
| * Have the storage class provide a 'change_flow_state' methodJoshua Harlow2015-08-151-13/+9
* | Merge "Ensure that the engine finishes up even under sent-in failures"Jenkins2016-04-281-0/+7
|\ \
| * | Ensure that the engine finishes up even under sent-in failuresJoshua Harlow2016-01-201-0/+7
* | | Merge "Add some basic/initial engine statistics"Jenkins2016-04-283-21/+87
|\ \ \
| * | | Add some basic/initial engine statisticsJoshua Harlow2016-02-013-21/+87
* | | | Merge "Spice up WBE banner and add simple worker __main__ entrypoint"Jenkins2016-04-281-71/+49
|\ \ \ \
| * | | | Spice up WBE banner and add simple worker __main__ entrypointJoshua Harlow2016-02-081-71/+49
* | | | | Merge "Use a automaton machine for WBE request state machine"Jenkins2016-04-282-38/+90
|\ \ \ \ \
| * | | | | Use a automaton machine for WBE request state machineJoshua Harlow2016-02-212-38/+90
* | | | | | Merge "Allow for revert to have a different argument list from execute"Jenkins2016-04-283-10/+21
|\ \ \ \ \ \
| * | | | | | Allow for revert to have a different argument list from executeGreg Hill2016-02-263-10/+21
* | | | | | | Add the ability to skip resolving from activatingJoshua Harlow2016-04-042-10/+25
|/ / / / / /
* | | | | | Refactor Atom/BaseTask/Task/Retry class hierarchyGreg Hill2016-02-182-2/+2
|/ / / / /
* | | | | Add WBE worker expiryJoshua Harlow2016-02-144-7/+58
* | | | | Some WBE protocol/executor cleanupsJoshua Harlow2016-02-143-107/+69
* | | | | Remove need for separate notify threadJoshua Harlow2016-02-142-46/+67
* | | | | Don't bother scanning for workers if no new messages arrivedJoshua Harlow2016-02-112-7/+26