summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/compiler.py
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-181-2/+1
|/
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-3/+3
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-4/+4
* Refactor Atom/BaseTask/Task/Retry class hierarchyGreg Hill2016-02-181-1/+1
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-16/+73
* 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
* | Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-8/+8
|/
* Move validation of compiled unit out of compiler1.25.0Joshua Harlow2015-11-201-15/+16
* Allow provided flow to be emptyJoshua Harlow2015-11-201-6/+0
* Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-011-176/+85
* Show intermediary compilation(s) when BLATHER is enabledJoshua Harlow2015-08-021-13/+16
* Replace the tree 'pformat()' recursion with non-recursive variantJoshua Harlow2015-07-271-2/+3
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-2/+3
* Merge "Use ordered[set/dict] to retain ordering"Jenkins2015-03-121-4/+13
|\
| * Use ordered[set/dict] to retain orderingJoshua Harlow2015-03-111-4/+13
* | Specialize checking for overlapsJoshua Harlow2015-03-051-1/+11
* | Use compilation helper objectsJoshua Harlow2015-03-031-77/+98
* | Tweak functor used to find flatteners/storage routinesJoshua Harlow2015-03-021-21/+8
|/
* Fix unused and conflicting variablesChangbin Liu2015-01-151-1/+1
* Use explict 'attr_dict' when adding provider->consumer edgeJoshua Harlow2014-12-111-5/+10
* Properly handle and skip empty intermediary flowsJoshua Harlow2014-12-101-46/+234
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-8/+8
* Use constants for link metadata keysJoshua Harlow2014-10-181-9/+9
* Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-92/+85
* Merge "Increase usefulness of the retry component compile errors"Jenkins2014-06-291-2/+12
|\
| * Increase usefulness of the retry component compile errorsJoshua Harlow2014-06-091-2/+12
* | Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-7/+8
|/
* Rename the graph analyzer to analyzerJoshua Harlow2014-06-031-5/+13
* Move flattening to the action engine compilerJoshua Harlow2014-05-301-2/+158
* Create and use a new compilation moduleJoshua Harlow2014-05-211-0/+49