summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 17.0.7 by Chef Expeditorv17.0.7Chef Expeditor2020-12-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10779 from chef/Lint_ParenthesesAsGroupedExpressionTim Smith2020-12-282-2/+2
|\ | | | | Resolve Lint/ParenthesesAsGroupedExpression warnings
| * Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-252-2/+2
| | | | | | | | | | | | Get some consistency here Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.6 by Chef Expeditorv17.0.6Chef Expeditor2020-12-281-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Use casecmp instead of a case insensitive regexperf_bumpsTim Smith2020-12-211-2/+2
| | | | | | | | | | | | This is 3x faster Signed-off-by: Tim Smith <tsmith@chef.io>
* | Avoid regex range for a single characterTim Smith2020-12-211-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Move the whole regex into our regex constantTim Smith2020-12-211-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Use include? instead of a regex with string matchingTim Smith2020-12-212-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.5 by Chef Expeditorv17.0.5chef-masterChef Expeditor2020-12-221-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.4 by Chef Expeditorv17.0.4Chef Expeditor2020-12-221-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.3 by Chef Expeditorv17.0.3Chef Expeditor2020-12-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fixed cron_d resource ignoring sensitive propertyAxel Amigo Arnold2020-12-191-0/+1
| | | | Signed-off-by: Axel Amigo <axl89@users.noreply.github.com>
* Bump version to 17.0.2 by Chef Expeditorv17.0.2Chef Expeditor2020-12-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.0.1 by Chef Expeditorv17.0.1Chef Expeditor2020-12-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10379 from chef/rubygems_18Tim Smith2020-12-181-4/+1
|\ | | | | Chef 17: Assume Rubygems 1.8 in the rubygems provider / specs
| * Assume Rubygems 1.8 in the rubygems provider / specsrubygems_18Tim Smith2020-09-021-4/+1
| | | | | | | | | | | | | | Rubygems 1.8 came out May 4, 2011 and we're still checking for rubygems older than that. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.0 by Chef Expeditorv17.0.0Chef Expeditor2020-12-191-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.9.2 by Chef Expeditorv16.9.2Chef Expeditor2020-12-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Remove a reference to audit cookbook from a comment.Pete Higgins2020-12-181-2/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Update links to Compliance Phase documentation in log messages.Pete Higgins2020-12-183-6/+5
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.9.1 by Chef Expeditorv16.9.1Chef Expeditor2020-12-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.9.0 by Chef Expeditorv16.9.0Chef Expeditor2020-12-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10751 from chef/fix-failures-in-ssl-handlerTim Smith2020-12-181-14/+27
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | 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>
| * | Handle bad certs in trusted_certs_dir.Pete Higgins2020-12-161-1/+5
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Add friendlier error messages for OpenSSL stuff.Pete Higgins2020-12-161-2/+11
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Properly handle DER encoded certs and keys.Pete Higgins2020-12-161-3/+3
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.8.19 by Chef Expeditorv16.8.19Chef Expeditor2020-12-161-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.8.18 by Chef Expeditorv16.8.18Chef Expeditor2020-12-161-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10743 from chef/timeoutTim Smith2020-12-151-1/+1
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | locale: Update the locale-gen timeout to 1800sTim Smith2020-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This command can take a while to run so let's give it all the time it needs to complete. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.8.17 by Chef Expeditorv16.8.17Chef Expeditor2020-12-161-1/+1
|/ / / | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10735 from chef/add-chef-node-attribute-to-compliance-phaseTim Smith2020-12-152-3/+12
|\ \ \ | | | | | | | | Add audit cookbook's chef_node_attribute_enabled to Compliance Phase.
| * | | Add audit cookbook's chef_node_attribute_enabled to Compliance Phase.add-chef-node-attribute-to-compliance-phasePete Higgins2020-12-112-3/+12
| |/ / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.8.16 by Chef Expeditorv16.8.16Chef Expeditor2020-12-161-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10739 from chef/docsTim Smith2020-12-159-22/+18
|\ \ \ | | | | | | | | Improve our automated resource documentation generation
| * | | Nuke the comment from rubyTim Smith2020-12-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add formatting in mdadm resourceTim Smith2020-12-151-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update lib/chef/resource/remote_directory.rb Tim Smith2020-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Improve our automated resource documentation generationTim Smith2020-12-158-20/+16
| |/ / | | | | | | | | | | | | | | | Add more note values to the descriptions, update a few examples for cookstyle and modern gems, and identify a few more resources as providing package on their platform Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.8.15 by Chef Expeditorv16.8.15Chef Expeditor2020-12-161-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Windows Trusted cert path slashes fixaxelrtgs2020-12-151-1/+1
|/ / | | | | | | Signed-off-by: Jamie Zaharopoulos <jamie@axelrtgs.com>
* | Bump version to 16.8.14 by Chef Expeditorv16.8.14Chef Expeditor2020-12-111-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Instead of silently failing, raise an exception for bad reporter types.Pete Higgins2020-12-111-2/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Fix inaccurate log message.Pete Higgins2020-12-111-1/+1
| | | | | | | | 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-111-16/+10
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Refactor to separate reporter creation from report sending.Pete Higgins2020-12-112-9/+19
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>