summaryrefslogtreecommitdiff
path: root/test/units
Commit message (Expand)AuthorAgeFilesLines
* Make filter type errors 'loop friendly' (#70417)Brian Coca2020-07-101-18/+18
* plugin loader: return collection name; ansible-doc: handle ansible.builtin co...Felix Fontein2020-07-111-2/+3
* Remove some constants.py deprecated items (#70466)Rick Elrod2020-07-071-28/+0
* sanity: remove ansible-bad-function (#70431)Abhijeet Kasurde2020-07-071-1/+1
* setup: Handle CIFS share with backward slash (#70006)Abhijeet Kasurde2020-06-301-2/+4
* Fix delegate_facts with interpreter not being set (#70293)Martin Krizek2020-06-301-3/+3
* Improve ansible-galaxy STDOUT messages for collections (#70040)Hideki Saito2020-06-291-4/+7
* Add support for Parrot Linux, a Debian derivate (#69158)s-hamann2020-06-291-0/+25
* Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283)jctanner2020-06-253-0/+268
* Add collection path in CLI version info (#68633)Abhijeet Kasurde2020-06-253-4/+6
* Nuke strategy.SharedPluginLoaderObj, depr. 2.11 (#70235)Rick Elrod2020-06-231-2/+0
* Nuke _get_item() from callback, deprecated 2.11 (#70233)Rick Elrod2020-06-231-16/+0
* Nuke with_ squashing, deprecated for 2.11 (#70209)Rick Elrod2020-06-231-183/+0
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-0/+65
* Clean up unit test boilerplate.Matt Clay2020-06-2254-26/+109
* Only pass kwargs to our string checker not callable checkers (#70151)Sam Doran2020-06-191-1/+22
* Avoid unnecessary comprehensions.Matt Clay2020-06-181-1/+1
* transparent downstream vendoring (#69850)Matt Davis2020-06-151-0/+65
* ansible-galaxy - fix collection installation with trailing slashes (#70016)Sam Doran2020-06-151-0/+61
* Add Azure Pipelines support to ansible-test.Matt Clay2020-06-111-0/+31
* config: singular ANSIBLE_COLLECTIONS_PATH (#70007)James Cassell2020-06-111-1/+1
* galaxy - preserve symlinks on build/install (#69959)Jordan Borean2020-06-111-24/+10
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-2/+6
* Deprecation revisited (#69926)Felix Fontein2020-06-092-17/+55
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-5/+10
* starting metadata sunset (#69454)Brian Coca2020-06-041-239/+0
* Fix IncludedFile equality check (#69524)Alex Schultz2020-06-041-0/+141
* Discover Flatcar Linux properly for hostname (#69627)Dongsu Park2020-06-023-0/+30
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-293-28/+28
* Make Python path warning say what it means to say (#69669)Karl Fogel2020-05-291-1/+1
* distribution: Added support for openEuler OS (#69324)Abhijeet Kasurde2020-05-291-0/+28
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-8/+8
* distribution: Refactor test_distribution_version testcases (#69300)Abhijeet Kasurde2020-05-2758-2072/+1625
* Allow to deprecate options and aliases by date (#68177)Felix Fontein2020-05-261-3/+14
* fix delegated loading when path is not a directory (#69713)Matt Davis2020-05-261-0/+9
* collection routing (#67684)Matt Davis2020-05-2620-216/+853
* Add FQCN mappings for network facts modules (#69601)Nilashish Chakraborty2020-05-221-1/+20
* fix delegated interpreter discovery (#69604)Brian Coca2020-05-221-0/+1
* Strip no log values from module response keys. Fixes #68400 (#69653)Matt Martz2020-05-211-1/+6
* ansible.utils.vars.isidentifier improvements (#58278)Martin Krizek2020-05-211-0/+49
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-203-2/+270
* ansible-galaxy - remove warning during collection install (#69541)Sam Doran2020-05-191-6/+28
* Unify ansible-galaxy install -r (#67843)Jordan Borean2020-05-192-5/+136
* Add Shippable request signing to ansible-test. (#69526)Matt Clay2020-05-155-0/+98
* introduce fact "ansible_processor_nproc": number of usable vcpus (#66569)Lukas Pirl2020-05-152-0/+57
* Cleanup for Python 3.9 and pycodestyle compat.Matt Clay2020-05-142-7/+7
* better error for "ansible-galaxy collection verify" if there's no MANIFEST.js...Sloane Hertel2020-05-141-5/+29
* Fix filedescriptor out of range in select() when running commands (#65058)Bob Weinand2020-05-143-22/+84
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-1311-7/+7
* Fix SemanticVersion comparison (#69395)Felix Fontein2020-05-111-0/+50