taskflow/taskflow
Joshua Harlow 774d598134 Rename engine analyzer to be named selector
This moves out the engine next to run (or revert)
selection process to a single class that just does
this and moves out the common functions the analyzer
class provided to the runtime object (which all
components can access).

This makes it easier to adjust the selection algorithm
in different ways.

Change-Id: I091c69297a7bff60729791d3ca6c3fae14d6eea5
2017-01-03 06:37:57 +00:00
..
conductors Remove deprecated things for 2.0 release 2016-05-10 15:26:57 -07:00
contrib Start to add a location for contributed useful tasks/flows/more 2016-07-28 17:41:58 -07:00
engines Rename engine analyzer to be named selector 2017-01-03 06:37:57 +00:00
examples Remove white space between print and () 2016-07-18 05:33:57 +00:00
jobs Some classes not define __ne__() built-in function 2016-08-31 10:57:50 +00:00
listeners Fix a typo in logging.py 2016-09-28 17:52:26 +08:00
patterns Fix some misspellings in the function name and descriptions 2016-06-30 17:44:49 +02:00
persistence Replace retrying with tenacity 2016-11-03 13:36:16 +00:00
tests Use assertIs(Not)None to check for None 2016-11-07 16:50:39 +08:00
types Remove vim header from source files 2016-11-09 16:06:10 +08:00
utils Remove vim header from source files 2016-11-09 16:06:10 +08:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
atom.py Allow for revert to have a different argument list from execute 2016-02-26 13:45:33 -06:00
deciders.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
exceptions.py Split revert/execute missing args messages 2016-05-26 17:07:03 -05:00
flow.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
formatters.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
logging.py Move all internal blather usage/calls to trace usage/calls 2015-12-17 22:39:14 -08:00
retry.py Refactor Atom/BaseTask/Task/Retry class hierarchy 2016-02-18 19:58:59 -08:00
states.py Fix flow states link 2015-08-23 10:00:51 -07:00
storage.py Some classes not define __ne__() built-in function 2016-08-31 10:57:50 +00:00
task.py Allow for revert to have a different argument list from execute 2016-02-26 13:45:33 -06:00
test.py Always used the library packaged mock 2016-05-10 10:49:50 -07:00
version.py Make version.py handle pbr not being installed 2014-09-01 20:09:59 +00:00