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