summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove a duplicate requireduplicate_requireTim Smith2020-08-121-1/+0
| | | | | | New RuboCop rule detected this dupe Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.4.19 by Chef Expeditorv16.4.19Chef Expeditor2020-08-127-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10291 from chef/bump_depsTim Smith2020-08-122-23/+19
|\ | | | | Bump Ohai to 16.4.9
| * Bump Ohai to 16.4.9Tim Smith2020-08-122-23/+19
|/ | | | | | This hopefully resolves failures in the CI pipelines Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10286Chef Expeditor2020-08-121-0/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10286 from ↵Tim Smith2020-08-121-15/+15
|\ | | | | | | | | MsysTechnologiesllc/Kapil/Github-9541_ssl_chef-rspec.cert_is_expired Renew an expired SSL Certificate
| * renew an expired SSL CertificateKapil Chouhan2020-08-121-15/+15
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Update CHANGELOG.md with details from pull request #10288Chef Expeditor2020-08-121-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10288 from karlamrhein/patch-2Tim Smith2020-08-121-2/+2
|\ \ | | | | | | double quotes in example for string interpolation
| * | double quotes in example for string interpolationKarl Amrhein2020-08-121-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the example: ``` execute 'test_rule' do command 'command_to_run --option value --option value --source \#{node[:name_of_node][:ipsec][:local][:subnet]} -j test_rule' action :nothing end ``` that example command would not run correctly because the variable #{node{node[:name_of_node][:ipsec][:local][:subnet]} would not be evaluated. changing to double quotes fixes the example. Obvious fix.
* | Bump version to 16.4.18 by Chef Expeditorv16.4.18Chef Expeditor2020-08-117-22/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10281 from chef/ohai_bumpTim Smith2020-08-112-19/+17
|\ \ | | | | | | Bump Ohai / Cheffish to the latest
| * | Bump Ohai to 16.4.8Tim Smith2020-08-101-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump Ohai / Cheffish to the latestTim Smith2020-08-102-19/+17
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.4.17 by Chef Expeditorv16.4.17Chef Expeditor2020-08-107-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10237 from chef/VSingh/client-run-error-per-resourceTim Smith2020-08-103-1/+37
|\ \ | | | | | | client-run per resource error detail
| * | Fixes unit test cases magicallyVSingh/client-run-error-per-resourceVivek Singh2020-08-051-0/+22
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Keep error_message as it isVivek Singh2020-07-311-0/+2
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Per resource error detail client runVivek Singh2020-07-312-1/+13
| | | | | | | | | | | | | | | | | | | | | - Add error_description to action_collection of resource based object. - Add error hash message class, message and detail to resource object. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Update CHANGELOG.md with details from pull request #10280Chef Expeditor2020-08-081-0/+2
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10280 from chef/fix-powershell-testTim Smith2020-08-071-3/+4
|\ \ \ | | | | | | | | Fix broken powershell_script test.
| * | | Fix broken powershell_script test.fix-powershell-testPete Higgins2020-08-071-3/+4
|/ / / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Update CHANGELOG.md with details from pull request #10279Chef Expeditor2020-08-081-0/+2
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10279 from chef/remove-instance-variable-from-shared-contextTim Smith2020-08-075-66/+43
|\ \ \ | | | | | | | | Clean up some interdependencies in script resource tests.
| * | | Clean up some interdependencies in script resource tests.Pete Higgins2020-08-075-66/+43
| | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | Update CHANGELOG.md with details from pull request #10278Chef Expeditor2020-08-081-3/+4
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10278 from chef/remove-unnecessary-shared-contextTim Smith2020-08-071-118/+113
|\ \ \ \ | | | | | | | | | | Remove an unnecessary shared_context from execute resource tests
| * | | | Remove an unnecessary shared_context.Pete Higgins2020-08-071-118/+113
| |/ / / | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | Bump version to 16.4.16 by Chef Expeditorv16.4.16Chef Expeditor2020-08-077-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10277 from chef/lcg/mark-deep-merge-privateLamont Granquist2020-08-071-6/+35
|\ \ \ \ | |/ / / |/| | | Mark deep_merge as private
| * | | Mark deep_merge as privateLamont Granquist2020-08-071-6/+35
|/ / / | | | | | | | | | | | | | | | | | | It ain't quite private, but if people find it useful but not quite what they want they need to maintain their own implementation. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.4.15 by Chef Expeditorv16.4.15Chef Expeditor2020-08-077-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10274 from chef/resource-code-cleanupTim Smith2020-08-075-59/+57
|\ \ \ | | | | | | | | powershell_script cleanup
| * | | Add regression test for powershell_script flag order.Pete Higgins2020-08-071-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | Simplify property definition.Pete Higgins2020-08-073-45/+23
| | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | Remove unused instance variable.Pete Higgins2020-08-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introcduced 12 years ago, probably just cruft that never got cleaned up: https://github.com/chef/chef/commit/f826880c267755005fccb93bdac6105a3a8e24b2 Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | Convert set_or_return use to property, copy docs from docs site.Pete Higgins2020-08-071-9/+24
|/ / / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.4.14 by Chef Expeditorv16.4.14Chef Expeditor2020-08-077-20/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10273 from chef/fix_actionTim Smith2020-08-072-2/+6
|\ \ \ | | | | | | | | chef_client_systemd_timer: Fix failures in the :remove action
| * | | chef_client_systemd_timer: Fix failures in the :remove actionTim Smith2020-08-072-2/+6
|/ / / | | | | | | | | | | | | | | | Get the actual systemd action right. Add a kitchen test for this as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.4.13 by Chef Expeditorv16.4.13Chef Expeditor2020-08-067-18/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10269 from chef/rubocop_Style_RedundantAssignmentTim Smith2020-08-063-13/+8
|\ \ \ | | | | | | | | Resolve Style/RedundantAssignment warnings
| * | | Resolve Style/RedundantAssignment warningsrubocop_Style_RedundantAssignmentTim Smith2020-08-053-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | Avoid assigning when we don't need to Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Update CHANGELOG.md with details from pull request #10261Chef Expeditor2020-08-061-3/+4
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10261 from chef/update-spellcheck-setupTim Smith2020-08-051-6/+16
|\ \ \ \ | | | | | | | | | | Update spellcheck config with nice stuff from other repos.
| * | | | Don't depend on chef-utils when it might not be available.update-spellcheck-setupPete Higgins2020-08-051-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | Fix chefstyle violations.Pete Higgins2020-08-051-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | Update spellcheck config with nice stuff from other repos.Pete Higgins2020-08-051-6/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | | Bump version to 16.4.12 by Chef Expeditorv16.4.12Chef Expeditor2020-08-067-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10268 from chef/attrTim Smith2020-08-051-6/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Combine attr_reader / attr_writer into attr_accessor