Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28slight var loading optimization (#78835)Brian Coca
2022-09-19plugin docs: look at all potential sidecar docs extensions before giving up (...Felix Fontein
2022-09-15add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel
2022-09-06ansilbe-doc fixes for filters/test listing (#78696)Brian Coca
2022-09-02fix issue with legacy pugins and no docs (#78686)Brian Coca
2022-09-01refactor and fixes for doc parsing (#77719)Brian Coca
2022-07-20Python 3.9 min for controller (#77566)Matt Martz
2022-07-14Deprecate use of Python crypt (#78257)Matt Martz
2022-07-12listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca
2022-07-11Preflight utf8 encodings check (#78175)Matt Martz
2022-06-07Forked display via queue (#77056)Matt Martz
2022-04-27expand ansible-doc coverage (#74963)Brian Coca
2022-04-05Remove deprecated UnsafeProxy (#77455)Martin Krizek
2022-03-24Support ignoring of certificates for ansible-galaxy during SCM cloning (#67616)James Milligan
2022-03-22Remove more Python 2.x compatibility code from controller. (#77320)Felix Fontein
2022-03-09Remove obsolete Python 2.x controller code.Matt Clay
2022-03-09Remove collections compat from controller code.Matt Clay
2022-03-08Add inline type hint ignores.Matt Clay
2022-03-08Code cleanup for type hinting issues.Matt Clay
2022-03-07Remove obsolete Python 2.x compat code.Matt Clay
2022-03-05Type hint fixes.Matt Clay
2022-03-04Simplify existing type hints.Matt Clay
2022-03-02Fixes for type hinting issues. (#77170)Matt Clay
2022-02-01Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde
2022-01-26Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein
2021-12-10check finder type before passing path (#76448)Sloane Hertel
2021-12-07catch the case that cowsay is broken (#76326)Brian Coca
2021-12-01Update collection loader for Python 3.10 (#76225)Sloane Hertel
2021-11-12No longer needed to fall back to sha (#76281)Martin Krizek
2021-10-27Revert "Revert AnsibleCollectionConfig Py3 only change (#76104)"Matt Clay
2021-10-21Revert AnsibleCollectionConfig Py3 only change (#76104)Martin Krizek
2021-10-21Start of moving away from six (#75863)Martin Krizek
2021-10-01ansible-core - Remove support for Python 2.6. (#75853)Matt Clay
2021-09-22use passlib default if `password_hash` option isn't set (#75043)Thomas Sjögren
2021-09-21ansible-test - split controller/target testing (#75605)Matt Clay
2021-08-26Fix an exception when passlib library is used with a wrapped algo (#75527)Pilou
2021-08-13ansible-test - Move code from _data to _util. (#75495)Matt Clay
2021-08-12Code cleanup to prepare for pylint update. (#75475)Matt Clay
2021-08-09plugin attributes: make validate-modules strict again, improve version_added ...Felix Fontein
2021-07-14add action_groups support to collections (#74039)Sloane Hertel
2021-06-22Add 'hash_behaviour' option to include_vars module (#72944)Junegunn Choi
2021-06-04Add seed parameter to password lookup (#69775)s-hamann
2021-05-24encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde
2021-05-11Vendor `distutils.version` (#74644)Matt Martz
2021-04-29Add comments to keep collection loader in sync.Matt Clay
2021-04-22Abstract away libyaml details into yaml utils (#72607)Matt Martz
2021-04-22Fix pb subs collapse (#74301)Brian Coca
2021-04-20defend against bad or missing crypt (#74304)Brian Coca
2021-04-16[2.12] 'attributes' (#73707)Brian Coca
2021-04-10fix typo in _collection_finder.py (#74218)Ikko Ashimine