summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine
Commit message (Expand)AuthorAgeFilesLines
* Merge "Quote string representations"5.0.0Zuul2022-06-131-1/+2
|\
| * Quote string representationsMichael Johnson2022-06-101-1/+2
* | Remove sixTakashi Kajinami2022-05-187-51/+20
|/
* 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
|/
* Fix process based executor task proxying-back eventsJoshua Harlow2017-07-111-9/+35
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-4/+4
* Protect storage better against external concurrent accessJoshua Harlow2017-01-091-44/+50
* Rename engine analyzer to be named selectorJoshua Harlow2017-01-035-67/+67
* Add logging around metadata, ignore tallying + historyJoshua Harlow2016-08-012-24/+47
* 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-302-5/+5
* | 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
* 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-282-21/+71
|\ \ \
| * | | Add some basic/initial engine statisticsJoshua Harlow2016-02-012-21/+71
* | | | 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-181-1/+1
|/ / /
* | | Merge "Use helper function for post-atom-completion work"Jenkins2016-02-012-38/+51
|\ \ \
| * | | Use helper function for post-atom-completion workJoshua Harlow2016-01-202-38/+51
| |/ /
* | | Merge "Add comment as to why we continue when tallying edge decider nay voters"Jenkins2016-02-011-1/+5
|\ \ \
| * | | Add comment as to why we continue when tallying edge decider nay votersJoshua Harlow2016-01-111-1/+5
* | | | Merge "Pass through run timeout in engine run()"Jenkins2016-01-261-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Pass through run timeout in engine run()Joshua Harlow2015-12-031-2/+8
* | | | Merge "Add useful/helpful comment to retry scheduler"Jenkins2016-01-201-0/+3
|\ \ \ \
| * | | | Add useful/helpful comment to retry schedulerJoshua Harlow2016-01-191-0/+3
* | | | | Some additional engine loggingJoshua Harlow2016-01-132-8/+31
| |_|/ / |/| | |
* | | | Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-099-242/+558
* | | | Fix wrong usage of iter_utils.unique_seenJoshua Harlow2016-01-092-4/+6
* | | | Merge "Use 'match_type' utility function instead of staticmethod"Jenkins2016-01-091-15/+11
|\ \ \ \
| * | | | Use 'match_type' utility function instead of staticmethodJoshua Harlow2015-12-141-15/+11
* | | | | Cache atom name -> actions and provide accessor functionJoshua Harlow2015-12-302-21/+17
* | | | | Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-176-41/+41
* | | | | Merge "Change name of misc.ensure_dict to misc.safe_copy_dict"Jenkins2015-12-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Change name of misc.ensure_dict to misc.safe_copy_dictJoshua Harlow2015-12-141-1/+1
* | | | | Merge "Change engine 'self._check' into a decorator"Jenkins2015-12-141-14/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change engine 'self._check' into a decoratorJoshua Harlow2015-12-021-14/+38
| | |/ / | |/| |