community.general/lib/ansible/plugins
Matt Martz 9773a1f289
Add a Singleton metaclass, use it with Display (#48935)
* Add a Singleton class, use it with Display

* update six import

* Move remaining failes to display singleton

* Fix rebase issues

* Singleton improvements

* Add code-smell for 'from __main__ import display'. ci_complete

* s/self/cls/g

* Add docs for no-main-display

* Address linting issues

* Add changelog fragment. ci_complete

* Implement reentrant lock for class instantiation in Singleton

* Add Display singleton porting guide
2018-11-20 17:06:51 -06:00
..
action Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
cache Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
callback Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
cliconf Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
connection Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
filter Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
httpapi Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
lookup Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
netconf Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
shell win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
strategy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
terminal Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
test Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
loader.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00