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
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
..
cli Add a Singleton metaclass, use it with Display (#48935) 7 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
config fix bug in config mgr 7 years ago
errors Python 3.8 collections compatibility fixes. 7 years ago
executor Add a Singleton metaclass, use it with Display (#48935) 7 years ago
galaxy 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
module_utils Pass string command in run_command (#48805) 7 years ago
modules Fix comparison of determining which rules to purge by ignoring descriptions (#48443) 7 years ago
parsing Add a Singleton metaclass, use it with Display (#48935) 7 years ago
playbook Add a Singleton metaclass, use it with Display (#48935) 7 years ago
plugins Add a Singleton metaclass, use it with Display (#48935) 7 years ago
template Add a Singleton metaclass, use it with Display (#48935) 7 years ago
utils 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 Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Add a Singleton metaclass, use it with Display (#48935) 7 years ago
release.py Codename: How Many More Times 7 years ago