summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_queue_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+1
* add segfault detection to TQMMatt Davis2017-05-181-1/+1
* Remove hack for backwards compatible v2_playbook_on_start callbackToshio Kuratomi2017-04-281-16/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+2
* Warn reserved (#20567)Brian Coca2017-01-311-0/+2
* Template "original_task" fields in _process_pending_resultsJames Cammarata2016-12-211-10/+3
* Alternately track listening handlers by uuid if no name is setJames Cammarata2016-11-131-1/+8
* Change `v2_playbook_on_start` logic to positively detect legacy pluginsSteve Kuznetsov2016-10-281-7/+10
* tasks_queue_manager: fix fork calculation if serial in %Rene Moser2016-10-261-1/+1
* Moving result reading to a background threadthreaded_receiverJames Cammarata2016-09-171-0/+1
* Revert "Move queuing tasks to a background thread"James Cammarata2016-09-151-115/+13
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-11/+11
* Move queuing tasks to a background threadJames Cammarata2016-08-311-13/+116
* Use post_validated play for serial calculations in TQMJames Cammarata2016-08-251-2/+2
* Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-121-2/+2
* Performance improvementsJames Cammarata2016-08-081-8/+1
* FEATURE: adding variable serial batchesJames Cammarata2016-08-041-2/+14
* Add a function to check for killed processes in all strategies (#16684)jctanner2016-07-141-0/+12
* Fix the way handlers are compiled and found/notifiedJames Cammarata2016-07-061-5/+2
* Use get_handler_blocks() to get list of role handlersJames Cammarata2016-07-061-1/+1
* Fix handler listeners as a listJames Cammarata2016-06-211-3/+7
* FEATURE: handler listenersJames Cammarata2016-06-201-3/+6
* Track notified handlers by object rather than simply their nameJames Cammarata2016-06-201-6/+10
* Expand return code values returned by TQM and strategiesJames Cammarata2016-06-081-0/+7
* More playbook executor compatibility fixesJames Cammarata2016-05-181-3/+11
* In TQM run() mark any entries in _failed_hosts as failed in the PlayIteratorJames Cammarata2016-05-181-0/+7
* show callback exception on debugBrian Coca2016-04-011-0/+3
* Add the method_name to the catchall warning when using callback pluginsDag Wieers2016-04-011-1/+1
* Add options to make includes 'static'James Cammarata2016-03-241-3/+11
* python3 compatiblityBrian Coca2016-03-241-1/+2
* remove main_q for simplicity.夏恺(Xia Kai)2016-03-041-4/+2
* correctly handle term signalsBrian Coca2016-02-081-1/+4
* fixed code for v1 callback runtime compatiblityBrian Coca2016-01-291-32/+26
* Transform tracebacks into unicode before printingToshio Kuratomi2016-01-251-1/+2
* ensure stdout callback alwasy is loaded firstBrian Coca2016-01-251-2/+4
* Fix typo in 0b86aa6James Cammarata2016-01-141-1/+1
* Hack to work around callback API change for v2_playbook_on_startJames Cammarata2016-01-141-1/+14
* now show full callback stacktrace when vvv+Brian Coca2016-01-081-1/+6
* Fixing up some non-py3 things for unit testsJames Cammarata2015-12-141-1/+1
* Changing the way workers are forkedJames Cammarata2015-12-111-27/+4
* allow custom callbacks with adhoc cli for scriptingCharles Paul2015-12-101-2/+9
* reenabled --tree for ansible adhoc commandBrian Coca2015-12-091-1/+4
* adhoc avoids callbacks by default as it did beforeBrian Coca2015-12-091-2/+3
* Don't use play vars in HostVarsJames Cammarata2015-12-021-1/+0
* Do not copy variable_manager each time. Instead, keep host and local variable...Yannig Perré2015-11-281-0/+1
* Fixing a few bugs in the HostVars performance areasJames Cammarata2015-11-171-4/+6
* Performance improvements for HostVars and some bugfixesJames Cammarata2015-11-161-6/+32
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-6/+1
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-6/+14
* Remove dead code as this was moved to another classToshio Kuratomi2015-11-101-7/+0