summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* EOL 2.10 docs (#77882)stable-2.10Sandra McCann2022-05-261-2/+1
|
* Pin antsibull so 2.10 docs build works again (#77645)Sandra McCann2022-04-261-0/+18
| | | | | * pin antsibull * add known_good_reqs * drop down sphinx version
* ansible-test - Pin rstcheck version. (#77584)Matt Clay2022-04-204-1/+24
| | | | * ansible-test - Pin rstcheck version. * ansible-test - Support newer Jinja2 versions for rstcheck sanity test.
* Remove scheduled CI runs.Matt Clay2022-04-111-9/+0
| | | | The 2.10 release reaches EOL next month, so scheduled runs are being removed to free up CI resources.
* [stable-2.10] ansible-test - Fix cloud plugin traceback.Matt Clay2022-03-112-0/+5
| | | | | | (cherry picked from commit 7a8c6d74188b56228db77fed727cf1fdf3cc141d) Co-authored-by: Matt Clay <matt@mystile.com>
* Disable ansible-runner test on RHEL 7.9.Matt Clay2022-03-011-0/+1
|
* [stable-2.10] Update setup_pexpect to prefer pip user installs.Matt Clay2022-02-281-0/+9
| | | | | | | This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package. (cherry picked from commit 27fe26edbf57a39a11de7dea14dc60d4a6b1384e) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.10] ansible-test - Use `--forked` instead of `--boxed`Matt Clay2022-02-223-1/+4
| | | | | | | The `--boxed` option is deprecated.. (cherry picked from commit eaeec8a65c4bf9066c5a2c180ec11872f84e6b67) Co-authored-by: Matt Clay <matt@mystile.com>
* ansible-test - Add MarkupSafe constraint.Matt Clay2022-02-212-0/+4
| | | | | | | | Installation of MarkupSafe 2.1.0 and later require setuptools 39.2 or later, or a recent version of pip which supports installation using a wheel. Some systems will not have new enough versions of pip and/or setuptools, especially virtual environments -- including those created by ansible-test.
* [stable-2.10] Use --no-deps when installing amazon.aws and not testing ↵Sloane Hertel2022-02-212-2/+3
| | | | | | | | dependencies (#77091). (cherry picked from commit 88bfb7193e729578a570e3c73becfc6613f512da) Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
* [stable-2.10] ansible-test - Use quay.io containers in plugins..Matt Clay2022-02-172-1/+3
| | | | | | (cherry picked from commit c27fd777f4d82fc1eefaa20114cf1f76b7ce1bee) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.10] ansible-test - Use relative paths in junit output. (#76910)Matt Clay2022-02-025-8/+35
| | | | | | | | | | | | | * [stable-2.10] ansible-test - Use relative paths in junit output. (#76871) * ansible-test - Use relative paths in junit output. * ansible-test - Handle out-of-tree JUnit paths. * Also fix a traceback in the junit callback during automatic fact gathering. (cherry picked from commit fbb5d56bd274c44b193cb95f0230b9352f62aab2). * Fix task path unicode error in junit callback. (cherry picked from commit 41db6d8d35900d425df3228406db3fec61ab2269)
* Update Ansible release version to v2.10.17.post0. (#76906)Dimitri Savineau2022-01-311-1/+1
|
* New release v2.10.17 (#76890)v2.10.17Dimitri Savineau2022-01-314-4/+18
|
* Remove centos8 from CI.Matt Clay2022-01-311-4/+0
| | | | CentOS 8 has been EOL for ~1 month now.
* Update Ansible release version to v2.10.17rc1.post0. (#76832)Dimitri Savineau2022-01-241-1/+1
|
* New release v2.10.17rc1 (#76829)v2.10.17rc1Dimitri Savineau2022-01-244-1/+41
|
* bacwards compat doc frag (#75820)Brian Coca2022-01-192-1/+25
|
* galaxy build - ignore existing MANIFEST and FILES (#76479) (#76498)Jordan Borean2022-01-182-0/+6
| | | (cherry picked from commit 8482ee4e9a992abe998c7f885ef5e873f9ef5894)
* Limit pynacl for paramiko tests.Matt Clay2022-01-101-0/+1
|
* Disable the _distutils_hack in newer setuptools (#76600)Sloane Hertel2022-01-042-0/+4
| | | | | | | | | | * Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own. ci_complete * re-throw blanket (cherry picked from commit fa617fcd7b146b110c7f932c224f838116f43a60)
* [stable-2.10] Fix wait_for integration test.Matt Clay2022-01-041-1/+1
| | | | | | | Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS. (cherry picked from commit a5f4a25d324d29a04da9505b19da54267e90f778) Co-authored-by: Matt Clay <matt@mystile.com>
* Add sanity test ignores.Matt Clay2021-12-071-0/+2
|
* [stable-2.10] ansible-test - Fix traceback in validate-modules test.Matt Clay2021-12-073-2/+27
| | | | | | (cherry picked from commit 41ee4a5b128542252dfd4763c46e0399334270a5) Co-authored-by: Matt Clay <matt@mystile.com>
* Update Ansible release version to v2.10.16.post0. (#76480)jamesmarshall242021-12-061-1/+1
|
* New release v2.10.16 (#76475)v2.10.16jamesmarshall242021-12-064-4/+18
|
* [stable-2.10] pin mongodb libraries in testSam Doran2021-11-301-2/+2
| | | | A recent release of PyMongo 4.0 caused tests to fail
* Update Ansible release version to v2.10.16rc1.post0. (#76397)Dimitri Savineau2021-11-291-1/+1
|
* New release v2.10.16rc1 (#76390)v2.10.16rc1Dimitri Savineau2021-11-294-1/+33
|
* [stable-2.10] Use new codecov uploader (#75938) (#76269)Sam Doran2021-11-246-30/+110
| | | | | | | * Use new codecov uploader * Rewrite coverage uploader in Python. (cherry picked from commit 74dc830dd4eea516615018a0c4f9e4a28db0d5ad) Co-authored-by: Sam Doran <sdoran@redhat.com>
* fix ssh cli defaults (#75245) (#76347)Benoît Knecht2021-11-243-4/+10
| | | | | | | | | * fix ssh cli defaults fixes #75221 (cherry picked from commit e5a2fe4c419740e9a709b07b064063f54277b983) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
* [stable-2.10] Fix pip integration test.Matt Clay2021-11-091-13/+8
| | | | | | | | - Use `fallible==0.0.1a2` instead of `black==19.10b` - Test on both Python 2 and 3. (cherry picked from commit b6725ec6c994d725cc2190b784a422299fd98385) Co-authored-by: Matt Clay <matt@mystile.com>
* set 2.12 to latest (#76191) (#76251)Sandra McCann2021-11-081-4/+2
| | | | | | * set 2.12 to latest * add 2.10 back (cherry picked from commit b16d5ff7a720b53b60722d8ebd57fba59ceb9918)
* Update Ansible release version to v2.10.15.post0. (#76004)Christian Adams2021-10-111-1/+1
|
* New release v2.10.15 (#75998)v2.10.15Christian Adams2021-10-114-4/+18
|
* Update Ansible release version to v2.10.15rc1.post0.Christian M. Adams2021-10-041-1/+1
|
* New release v2.10.15rc1v2.10.15rc1Christian M. Adams2021-10-044-1/+54
|
* ansible-test - remove obsolete power/centos remoteMatt Clay2021-09-302-1/+2
|
* netconf - handle import error when running in FIPS mode (#73992) (#75707)Nathaniel Case2021-09-292-1/+6
| | | | | | | | | | | * Handle netconf plugin ncclient import error when running in FIPS mode * While running in FIPS mode importing ncclient result in InternalError raised by cryptography * Refer https://github.com/ansible/ansible/pull/65477 (cherry picked from commit d8bf4206e446c45ba057e85819278cef5fbeff2c) Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
* PowerShell - Ignore LIB env var when building C# code (#75698) (#75724)Jordan Borean2021-09-293-1/+47
| | | | | | | | | * PowerShell - Ignore environment variables when building C# code * Just unset LIB for now * Fix sanity issue (cherry picked from commit 097bc07b6663932705dc2a4baaa5765112fc270e)
* [stable-2.10] Don't show params when there is an issue with `set_option(s)` ↵Matt Martz2021-09-294-2/+42
| | | | | | | (#75805) (#75809) (cherry picked from commit 79e9dae) Co-authored-by: Matt Martz <matt@sivel.net>
* ansible-test - Fix `pylint` error.Matt Clay2021-09-272-1/+3
| | | | | | This prevents `pylint` from failing with warnings reported as errors and with no test results given. Resolves https://github.com/ansible/ansible/issues/75791
* [stable-2.10] ansible-test - pin antsibull to prevent failures (#75801)Sam Doran2021-09-275-9/+4
| | | | A recent release of antsibull is causing docs-build sanity tests to fail and it was not properly pinned in stable-2.10 branch.
* Update Ansible release version to v2.10.14.post0.Christian M. Adams2021-09-131-1/+1
|
* New release v2.10.14v2.10.14Christian M. Adams2021-09-134-4/+18
|
* Update Ansible release version to v2.10.14rc1.post0.Christian M. Adams2021-09-081-1/+1
|
* New release v2.10.14rc1v2.10.14rc1Christian M. Adams2021-09-084-1/+48
|
* various fixes to command (#74212) (#74258)Brian Coca2021-09-034-56/+164
| | | | | | | | | | | | * various fixes to command - Updated splitter to allow for all expected args in ad-hoc - Ensure we always return the returns we promissed to always return (i.e stderr/stdout) - Updated docs to clarify creates/removes precdence in checking - Removed abspath from chdir to allow reporting to handle symlinks correctly - Corrected tests to new output messages Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit b3b1dde64887b1646633f0c30eecd03bbbe9218c)
* Pipe it to connections (#73688) (#73914)Brian Coca2021-09-037-17/+49
| | | | | | * pipelining tweaks added 'defaults' entry for ini pipelining from ssh plugin (cherry picked from commit 96905120698e3118d8bafaee5ebe8f83d2bbd607)
* Attributes compat (#75563) (#75621)Brian Coca2021-09-024-2/+28
| | | | | | | | * ignore 'attributes' for json dump let existing overrides display, wont be full info but still pertinent info though user will have to check newer versions (cherry picked from commit 463cf9fe244430249701509fc3ee7636a18afc44)