summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/runtime.py
Commit message (Expand)AuthorAgeFilesLines
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-5/+5
* Rename engine analyzer to be named selectorJoshua Harlow2017-01-031-4/+46
* Add logging around metadata, ignore tallying + historyJoshua Harlow2016-08-011-0/+5
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-14/+31
* Cache atom name -> actions and provide accessor functionJoshua Harlow2015-12-301-0/+11
* 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
* | Use small helper routine to fetch atom metadata entriesJoshua Harlow2015-12-051-11/+10
* | Merge "Use batch 'get_atoms_states' where we can"Jenkins2015-11-181-2/+3
|\ \ | |/ |/|
| * Use batch 'get_atoms_states' where we canJoshua Harlow2015-10-131-2/+3
* | Add optional 'defer_reverts' behaviorGreg Hill2015-11-171-1/+6
* | Correctly apply deciders across flow boundariesJoshua Harlow2015-11-131-10/+31
|/
* Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-011-43/+35
* Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-281-5/+5
* Bump futurist and remove waiting code in taskflowJoshua Harlow2015-07-251-2/+3
* Create and use a serial retry executorJoshua Harlow2015-07-211-3/+7
* Compile lists of retry/task atoms at runtime compile timeJoshua Harlow2015-07-091-0/+16
* Add support for conditional executionJoshua Harlow2015-07-011-0/+20
* Add docstrings on runtime objects methods and link to them in docsJoshua Harlow2015-06-221-3/+20
* Cache the individual atom schedulers at compile timeJoshua Harlow2015-06-181-0/+23
* Split-off the additional retry states from the task statesJoshua Harlow2015-06-181-33/+55
* Have reset state handlers go through a shared listJoshua Harlow2015-04-151-8/+13
* Make resolution/retry strategies more clear and betterJoshua Harlow2015-04-091-4/+8
* Merge "Always return scope walker instances from `fetch_scopes_for`"Jenkins2015-03-191-6/+6
|\
| * Always return scope walker instances from `fetch_scopes_for`Joshua Harlow2015-03-181-6/+6
* | Give the GC a breakJoshua Harlow2015-03-171-1/+1
|/
* Allow the storage unit to use the right scoping strategyJoshua Harlow2015-03-111-9/+16
* Allow injected atom args to be persistedJoshua Harlow2015-03-111-3/+3
* Remove 'SaveOrderTask' and test state in class variablesJoshua Harlow2015-01-151-2/+3
* Move atom action handlers to there own subfolder/submoduleJoshua Harlow2014-12-051-7/+6
* Cache immutable visible scopes in the runtime componentJoshua Harlow2014-12-021-7/+14
* Merge "Move scheduler and completer classes to there own modules"Jenkins2014-12-021-178/+12
|\
| * Move scheduler and completer classes to there own modulesJoshua Harlow2014-11-241-178/+12
* | Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-201-4/+4
|/
* Revert wrapt usage until further noticeJoshua Harlow2014-11-201-4/+4
* Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-191-4/+4
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+3
* Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-5/+12
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-6/+5
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-9/+23
* Make the runner a runtime provided propertyJoshua Harlow2014-06-031-0/+5
* Rename the graph analyzer to analyzerJoshua Harlow2014-06-031-8/+7
* Finish factoring apart the graph_action moduleJoshua Harlow2014-05-291-0/+250