summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't pollute trusted_certs test data to keep bootstrap tests happy.fix-failures-in-ssl-handlerPete Higgins2020-12-174-10/+17
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Don't write to test data directories to avoid state leaking into other tests.Pete Higgins2020-12-161-13/+10
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* chefstylePete Higgins2020-12-161-2/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Use namespaced File constant consistently.Pete Higgins2020-12-161-2/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Return early to remove a level of nesting.Pete Higgins2020-12-161-20/+20
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Simplify test setup.Pete Higgins2020-12-161-14/+12
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Simplify some circuitous test setup.Pete Higgins2020-12-161-7/+7
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Backfill some missing tests and simplify the existing one.Pete Higgins2020-12-161-7/+11
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* The port doesn't matter.Pete Higgins2020-12-161-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Simplify test grouping.Pete Higgins2020-12-161-40/+30
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Remove outdated test cruft.Pete Higgins2020-12-161-3/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Remove a test that was not testing behavior of the code under test.Pete Higgins2020-12-161-5/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Handle bad certs in trusted_certs_dir.Pete Higgins2020-12-162-1/+19
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add friendlier error messages for OpenSSL stuff.Pete Higgins2020-12-162-6/+27
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Properly handle DER encoded certs and keys.Pete Higgins2020-12-165-3/+17
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Merge pull request #10741 from chef/remove-a-useless-testTim Smith2020-12-151-7/+0
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove a useless test.Pete Higgins2020-12-151-7/+0
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Update bumping_the_major_version.mdTim Smith2020-12-111-5/+7
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 16.8.14Chef Expeditor2020-12-122-16/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10734 from chef/notesTim Smith2020-12-111-0/+7
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add release notes for 16.8.14notesTim Smith2020-12-111-0/+7
|/ | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Bump version to 16.8.14 by Chef Expeditorv16.8.14Chef Expeditor2020-12-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10733 from chef/fix-broken-chef-automate-server-reporterTim Smith2020-12-113-31/+71
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Instead of silently failing, raise an exception for bad reporter types.Pete Higgins2020-12-112-6/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix inaccurate log message.Pete Higgins2020-12-112-2/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Inline some local variables and alphabetize hash keys.Pete Higgins2020-12-111-12/+8
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove gate on impossible case.Pete Higgins2020-12-112-21/+10
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Refactor to separate reporter creation from report sending.Pete Higgins2020-12-113-31/+42
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix broken code in compliance runner's send_report.Pete Higgins2020-12-112-5/+52
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.8.13 by Chef Expeditorv16.8.13Chef Expeditor2020-12-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.8.12 by Chef Expeditorv16.8.12Chef Expeditor2020-12-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.8.11 by Chef Expeditorv16.8.11Chef Expeditor2020-12-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10728 from rveznaver/fix-pty-sudoTim Smith2020-12-111-0/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * make rubocop happyRobert Vežnaver2020-12-111-0/+1
| | | | | | | | Signed-off-by: Robert Vežnaver <rveznaver@users.noreply.github.com>
| * tty-prompt already required in core/ui.rbRobert Vežnaver2020-12-111-1/+0
| | | | | | | | Signed-off-by: Robert Vežnaver <rveznaver@users.noreply.github.com>
| * Raise error and retry with PTY on sudo password promptRobert Vežnaver2020-12-101-0/+2
| | | | | | | | Signed-off-by: Robert Vežnaver <rveznaver@users.noreply.github.com>
* | Merge pull request #10731 from chef/libiconvTim Smith2020-12-111-1/+1
|\ \ | | | | | | Update libiconv to 1.16
| * | Update libiconv to 1.16libiconvTim Smith2020-12-101-1/+1
| | | | | | | | | | | | | | | | | | use the latest library Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #10732 from chef/openssl_bumpTim Smith2020-12-112-2/+2
|\ \ \ | | | | | | | | Update openSSL to 1.0.2x
| * | | Update openSSL to 1.0.2xTim Smith2020-12-112-2/+2
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.8.10 by Chef Expeditorv16.8.10Chef Expeditor2020-12-117-18/+26
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump libarchive to 3.5.0 (#10730)Tim Smith2020-12-101-1/+1
| | | | | | | | | | General improvements in archive support Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 16.8.9Chef Expeditor2020-12-112-33/+30
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add InSpec 4.24 to the release notesTim Smith2020-12-101-0/+11
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.8.9 by Chef Expeditorv16.8.9Chef Expeditor2020-12-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update to InSpec 4.24 (#10726)Tim Smith2020-12-103-29/+19
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add Chef Infra Client 16.8 release notes (#10725)Tim Smith2020-12-091-1/+30
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.8.8 by Chef Expeditorv16.8.8Chef Expeditor2020-12-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix typo in resource docsTim Smith2020-12-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10724 from chef/lcg/mac-hostnameTim Smith2020-12-091-3/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>