You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
action Add a Singleton metaclass, use it with Display (#48935) 7 years ago
cache Add a Singleton metaclass, use it with Display (#48935) 7 years ago
callback Add a Singleton metaclass, use it with Display (#48935) 7 years ago
cliconf Add a Singleton metaclass, use it with Display (#48935) 7 years ago
connection Add a Singleton metaclass, use it with Display (#48935) 7 years ago
filter Add a Singleton metaclass, use it with Display (#48935) 7 years ago
httpapi Add a Singleton metaclass, use it with Display (#48935) 7 years ago
inventory Add a Singleton metaclass, use it with Display (#48935) 7 years ago
lookup Add a Singleton metaclass, use it with Display (#48935) 7 years ago
netconf Add a Singleton metaclass, use it with Display (#48935) 7 years ago
shell win_exec: refactor PS exec runner (#45334) 7 years ago
strategy Add a Singleton metaclass, use it with Display (#48935) 7 years ago
terminal Add a Singleton metaclass, use it with Display (#48935) 7 years ago
test Add a Singleton metaclass, use it with Display (#48935) 7 years ago
vars Add a Singleton metaclass, use it with Display (#48935) 7 years ago
__init__.py Add a Singleton metaclass, use it with Display (#48935) 7 years ago
loader.py Add a Singleton metaclass, use it with Display (#48935) 7 years ago