summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [git] make force=True apply to git fetches (#68691)Rick Elrod2020-04-066-11/+65
| | | | | Fixes #67972 Signed-off-by: Rick Elrod <rick@elrod.me>
* Always set the discovered interpreter on the delegated host (#64906)Matt Martz2020-04-062-1/+41
| | | | | | | | | | | * Always set the discovered interpreter on the delegated host. Fixes #63180 * Make code a little more generic * Move code into a function * Implement some changes based on reviews * Add changelog fragment
* doc: explain default "required" value for argument_spec (#68678)Ken Dreyer2020-04-061-1/+1
|
* Fix grammar error in docfile (#68707)nzarin2020-04-061-1/+1
|
* coverage for lookup_list (#68683)Rick Elrod2020-04-062-0/+22
| | | | | * coverage for lookup_list Signed-off-by: Rick Elrod <rick@elrod.me>
* pip - Fix check_mode for prerelease packages (#68690)Rick Elrod2020-04-064-2/+39
| | | | | | | | * pip - Fix check_mode for prerelease packages Fixes #68592. Signed-off-by: Rick Elrod <rick@elrod.me> Co-authored-by: Matt Martz <matt@sivel.net>
* asa_facts (#68076)Sumit Jaiswal2020-04-061-0/+1
|
* Update BOTMETA for networking (#68639)Nilashish Chakraborty2020-04-061-8/+8
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* safely use vault to edit secrets (#68644)Brian Coca2020-04-032-39/+82
| | | | | | | | | * when possible, use filedescriptors from mkstemp to avoid race * when using path strings, ensure we are always creating the file CVE-2020-1740 Fixes #67798 Co-authored-by: samdoran
* Migrate apt_repo to community.general. Fixes #68637 (#68641)Matt Martz2020-04-023-150/+2
|
* WebRequest - Fix use_proxy: no on module options (#68603)Jordan Borean2020-04-023-2/+23
| | | | | * WebRequest - Fix use_proxy: no on module options * Fix up changelog fragment
* Un-migrate url_windows doc fragment (#68602)Jordan Borean2020-04-024-4/+153
| | | | | * Un-migrate url_windows doc fragment * Removed from routing file
* Reap collections changelog fragments - 5 (#68618)Matt Martz2020-04-013-7/+0
| | | | | * Reap collections changelog fragments - 5 * One more
* chocolatey botmeta and routing changes (#68598)Jake Jackson2020-04-012-15/+15
|
* Add relative module_util support for powershell (#68321)Jordan Borean2020-04-0115-37/+164
| | | | | * Add relative module_util support for powershell * Added ansible-test classification support
* ansible-galaxy - Fix tar path traversal issue during install - ↵Jordan Borean2020-04-015-17/+159
| | | | CVE-2020-10691 (#68596)
* add collection plugin listing to ansible-doc (#68522)Brian Coca2020-03-315-42/+180
| | | | | - listing from collections - able to filter by namespace or collection - masks dupes just as normal collection loading does
* Add pacman support to package_facts (#66596)Andre Lehmann2020-03-312-1/+43
| | | * Add pacman support
* coverage for lookup_config (#68566)Rick Elrod2020-03-312-0/+62
| | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Add notifications to BOTMETA.yml.Matt Clay2020-03-301-0/+2
|
* Fix references to old egg-info directory.Matt Clay2020-03-3010-8/+31
|
* Reap collections changelog fragments - 4 (#68570)Matt Martz2020-03-3033-98/+0
| | | | | * Reap collections changelog fragments - 4 * Reap collections changelog fragments - 4
* Reap collections changelog fragments - 3 (#68567)Matt Martz2020-03-3012-27/+0
|
* Reap collections changelog fragments - 2 (#68565)Matt Martz2020-03-307-18/+0
|
* Remove changelog entries related to content that has migrated to collections ↵Matt Martz2020-03-30283-673/+0
| | | | | | | | | | | (#68498) * Reap changelog fragments * remove changelogs/fragments/60510-k8s-apply-check-mode.yml * Reap more * Reap a few more
* Fix missing persistent connection messages (#68496)Nathaniel Case2020-03-301-3/+21
| | | | | * Be more proactive about returning module messages * Move message display to a function, and replace handling already in shutdown()
* Add initial ansible-test tests for collections. (#68533)Matt Clay2020-03-298-0/+104
|
* Fix ansible-test requirements installation.Matt Clay2020-03-297-5/+86
|
* Update Ubuntu 18.04 test container to 1.13. (#68534)Matt Clay2020-03-282-1/+3
|
* Add a custom policy for hackers using ansible-test (#68535)Rick Elrod2020-03-284-0/+50
| | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Revert "ansilbe-doc list collections plugins (#67928)"Matt Clay2020-03-283-86/+3
| | | | This reverts commit 0f5a63f1b99e586f86932907c49b1e8877128957.
* ansilbe-doc list collections plugins (#67928)Brian Coca2020-03-273-3/+86
| | | | | Now -l and -F will list plugins from discover-able collections
* fallback to uid when no uname (#68466)Brian Coca2020-03-272-1/+8
| | | | | | | * fallback to uid when no uname fixes #68007 Co-Authored-By: Matt Clay <matt@mystile.com>
* add test coverage for core filters (#68518)Rick Elrod2020-03-274-9/+302
| | | Also remove now-useless exception handling.
* Fix colorization to not extend across newline boundary (#68517)Graham Mainwaring2020-03-273-3/+10
| | | | | | | * Fix colorization to not extend across newline boundary * Fix unit test to look for the newline outside the coloration * Add changelog fragment
* Fix ansible-test change detection traceback.Matt Clay2020-03-273-18/+16
|
* Report error for coverage 5+ in ansible-test.Matt Clay2020-03-272-1/+28
|
* Fix ansible-test code coverage collection. (#68502)Matt Clay2020-03-274-0/+37
| | | | | | The last task in a play should now properly report code coverage. This change should also eliminate empty coverage files, as well as incomplete coverage files resulting from early worker termination.
* Fix code coverage in tests.Matt Clay2020-03-262-5/+5
| | | | | | Code coverage < 5 must be used. ci_coverage
* Fix and add tests for some module_utils.common.validation (#67771)Rick Elrod2020-03-265-4/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix test_check_mutually_exclusive exception-checking Asserting inside of the `with` context of `pytest.raises` doesn't actually have any effect. So we move the assert out, using the exception that gets placed into the scope after we leave the context, and ensure that it actually gets checked. This is also what the pytest documentation says to do: https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions Signed-off-by: Rick Elrod <rick@elrod.me> * Add some tests for check_required_together Signed-off-by: Rick Elrod <rick@elrod.me> * use to_native instead of str, for consistency Signed-off-by: Rick Elrod <rick@elrod.me> * Add newlines for pep8 Signed-off-by: Rick Elrod <rick@elrod.me> * Add tests for check_required_arguments Signed-off-by: Rick Elrod <rick@elrod.me> * Sort missing keys in error message, since hashes are unsorted and this can be random Signed-off-by: Rick Elrod <rick@elrod.me> * Add changelog entry Signed-off-by: Rick Elrod <rick@elrod.me>
* Unify yaml style in unarchive tests to be dict-style (refs #68272) (#68477)Rick Elrod2020-03-261-49/+153
| | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Add Kubernetes Working Group to Communicating guide. (#68028)Jeff Geerling2020-03-261-0/+1
|
* Rename AWS collections (#68476)Jill R2020-03-262-1099/+1099
| | | | | Both AWS collections have been renamed due to restrictions on the ansible collections namespace. Update botmeta and routing.yml for the new paths.
* Remove reference to core Ansible (#68462)John Mahowald2020-03-261-3/+3
|
* Move coding guidelines links to readme. (#68479)Matt Clay2020-03-263-11/+8
|
* fix using inventory and cache plugins in a collection (#56469)Sloane Hertel2020-03-268-10/+134
| | | | | | | | | | | | | * Allow custom inventory plugins and cache plugins If _load_name is not set correctly the cache plugin can't load the documentation (which is also the arg spec) Fix the existing inventory plugin in the collections tests Add integration tests for using a cache plugin in a collection * Set the attribute on the instance instead of the class Deprecate importing custom CacheModules directly - they should use the cache_loader
* Rename package to ansible-baseToshio Kuratomi2020-03-261-1/+1
|
* Remove obsolete Makefile targets and logic.Matt Clay2020-03-251-10/+0
|
* Cleanup refs to deleted files/dirs. (#68480)Matt Clay2020-03-252-9/+0
| | | | | | | | | * Remove deleted contrib dir from MANIFEST.in * Update package-data sanity test. Remove deleted files and directories. * Remove aws_config dirs.
* Remove hacking/aws_configJill Rouleau2020-03-259-1307/+0
| | | | | | AWS hacking config has been moved to the AWS CI terminator repo, and is no longer required in base. https://github.com/mattclay/aws-terminator/pull/91