summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Make sorting in collection_loader match plugin loader (#65776)Sam Doran2019-12-161-12/+17
* Fix plugin names for collection plugins. (#60317)Matt Clay2019-09-181-12/+22
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-27/+14
* Minimize collection loader ansible importsMatt Davis2019-08-161-1/+1
* various mod_args fixes (#60290)Matt Davis2019-08-131-15/+1
* Fix plugin names when loading all plugins. (#59950)Matt Clay2019-08-091-1/+7
* Not native, but text (#55676)Brian Coca2019-05-241-3/+2
* Fix loading namespaced doc_fragments from collections (#55249)flowerysong2019-05-021-9/+6
* Support using importlib on py>=3 to avoid imp deprecation (#54883)Matt Martz2019-04-251-4/+15
* ensure inventory plugin loading rel to play (#51177)Brian Coca2019-04-221-1/+9
* module_utils fixes in collections (#55118)Matt Davis2019-04-101-1/+1
* Collection content loading (#52194)Matt Davis2019-03-281-7/+128
* Fix name and default for become plugin config.Matt Clay2019-03-221-1/+1
* loader: Avoid loading autosave files (#53856)Abhijeet Kasurde2019-03-181-1/+1
* clear all loader caches with new dir for plugin (#53413)Brian Coca2019-03-121-2/+21
* Configurable and parallel gather facts (#49399)Brian Coca2019-03-081-1/+1
* Loader invalid plugin nicer error (#52754)Brian Coca2019-02-261-0/+1
* Become plugins (#50991)Matt Martz2019-02-111-1/+58
* Document httpapi and cliconf plugins (#49503)Nathaniel Case2019-02-081-0/+1
* Doc fragments to plugins (#50172)Brian Coca2019-01-231-4/+3
* faster config loading (#48333)Brian Coca2019-01-231-17/+16
* Encoding fixes for plugin loader and vault. (#51002)Matt Clay2019-01-171-2/+2
* Add comment explaining to_native usage.Matt Clay2019-01-161-0/+1
* Use to_bytes on open and to_native on load_source.Matt Clay2019-01-161-3/+3
* Fix path encoding issue loading plugins.Matt Clay2019-01-161-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* plugin_filter: check for type error (#46664)Abhijeet Kasurde2018-10-301-4/+9
* pylint plugin to catch due/past-due deprecated calls (#44143)Matt Martz2018-09-251-1/+1
* Catch exceptions when importing plugins, and display an appropriate warning. ...Matt Martz2018-07-311-1/+4
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-171-0/+7
* Revert "Configurable list of facts modules (#31783)" (#40022)Toshio Kuratomi2018-05-141-1/+1
* Configurable list of facts modules (#31783)Brian Coca2018-05-111-1/+1
* centralize doc/config plugin lists (#38775)Brian Coca2018-04-161-2/+1
* Error if a module is found to shadow a reserved keyword (#34649)Matt Martz2018-04-101-1/+15
* We need to save the basename into an attribute for calling codeToshio Kuratomi2018-03-261-1/+1
* Fix loader for filters (#37748)Toshio Kuratomi2018-03-221-17/+97
* Load plugin config defs on first load only (fixes #37553) (#37584)Andrew Gaffney2018-03-191-3/+8
* adds fix for terminal pluginsPeter Sprygada2018-03-051-1/+2
* ugh qPeter Sprygada2018-03-051-1/+0
* fixes cliconf and netconf plugin loadersPeter Sprygada2018-03-051-2/+3
* Implement plugin filteringToshio Kuratomi2018-01-221-2/+68
* Make sure we don't try to inspect DOCUMENTATION, if the plugin doesn't have a...Matt Martz2018-01-181-1/+1
* Temporary (#31677)Brian Coca2018-01-151-15/+16
* Don't cache duplicate plugin names (#34420)Matt Martz2018-01-041-1/+8
* add lookups to config system (#33026)Brian Coca2017-11-201-1/+1
* Config continued (#31024)Brian Coca2017-11-161-1/+1
* Enable autoloading of inventory plugins (#32709)Matt Davis2017-11-091-0/+7
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-1/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+2
* module and vault fixes (#29663)Brian Coca2017-09-111-0/+1