summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test ifconfig in Test Kitchen and add examples to the resourcetest_ifconfigTim Smith2020-10-193-4/+69
| | | | | | We lacked an actual test of this resource. Let's see if it works. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.27 by Chef Expeditorv16.6.27Chef Expeditor2020-10-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.6.26 by Chef Expeditorv16.6.26Chef Expeditor2020-10-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10520 from chef/lwrp_cleanupTim Smith2020-10-192-2/+2
|\ | | | | Move the alias for attribute to property right into the property mixin
| * Move the alias for attribute to property right into the property mixinlwrp_cleanupTim Smith2020-10-162-2/+2
| | | | | | | | | | | | Stick it right next to the property def so it's pretty obvious how this works. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10494 from chef/refactor-resource-guard-interpreterTim Smith2020-10-196-128/+47
|\ \ | | | | | | Refactor ResourceGuardInterpreter
| * | Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-166-128/+47
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.6.25 by Chef Expeditorv16.6.25Chef Expeditor2020-10-197-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10528 from chef/ifconfig_providesTim Smith2020-10-192-13/+4
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove unit tests for ancient Debian / UbuntuTim Smith2020-10-192-11/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify the ifconfig provides statement on Ubuntu/DebianTim Smith2020-10-191-2/+1
|/ / | | | | | | | | | | We don't need to check around ancient EOL versions that we don't provide packages for anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.24 by Chef Expeditorv16.6.24Chef Expeditor2020-10-197-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10526 from ↵Tim Smith2020-10-191-10/+36
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/antima/functional_test_for_windows_package_with_remote_file_attributes Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Added functional test for windows package with remote_file_attributes.antima-gupta2020-10-191-10/+36
|/ / | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* | Bump version to 16.6.23 by Chef Expeditorv16.6.23Chef Expeditor2020-10-177-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10525 from chef/ruby_version_all_gemsLamont Granquist2020-10-162-0/+4
|\ \ | | | | | | Add required_ruby_version to chef-utils and chef-config
| * | Add required_ruby_version to chef-utils and chef-configTim Smith2020-10-162-0/+4
|/ / | | | | | | | | | | | | These are getting pulled in all over and that's causing problems on older Ruby releases. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10523 from chef/remove-dead-testTim Smith2020-10-161-34/+0
|\ \ | | | | | | Remove test for old monkeypatch.
| * | Remove test for old monkeypatch.Pete Higgins2020-10-161-34/+0
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.6.22 by Chef Expeditorv16.6.22Chef Expeditor2020-10-167-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10522 from chef/remove_old_activesupport_codeTim Smith2020-10-161-56/+0
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove constantize method from Chef::Mixin::ConvertToClassNameTim Smith2020-10-161-56/+0
| | | | | | | | | | | | | | | | | | | | | It doesn't look like we're using this anymore and the comment states that we wouldn't need the implementation after Ruby 2.0 anyways. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.6.21 by Chef Expeditorv16.6.21Chef Expeditor2020-10-167-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10521 from chef/minor_tweaksTim Smith2020-10-161-1/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix bad formatting in a deprecation messageTim Smith2020-10-161-1/+1
|/ | | | | | This was all funky Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.20 by Chef Expeditorv16.6.20Chef Expeditor2020-10-167-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.6.19 by Chef Expeditorv16.6.19Chef Expeditor2020-10-167-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10516 from chef/more_memoryTim Smith2020-10-166-12/+12
|\ | | | | Avoid using complex regexes when we can use include?
| * Avoid using complex regexes when we can use include?Tim Smith2020-10-166-12/+12
| | | | | | | | | | | | The ifconfig part needs a complete rewrite, but this is better. At least it's not doing a regex twice for each thing it wants to match per line. It still does 5 regexes even if it matches on the first. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10517 from chef/avoid_mergeTim Smith2020-10-161-2/+3
|\ \ | | | | | | Avoid a slow hash merge
| * | Update lib/chef/provider/package/freebsd/base.rb Tim Smith2020-10-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Avoid a slow hash mergeTim Smith2020-10-161-1/+2
| | | | | | | | | | | | | | | | | | This is 2.66X slower than just throwing the data in there. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md with details from pull request #10518Chef Expeditor2020-10-161-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10518 from chef/requires_in_docsTim Smith2020-10-161-1/+1
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update docs generation task to handle Chef 16 required formatTim Smith2020-10-161-1/+1
|/ / | | | | | | | | | | | | We need a boolean for the docs site here, but we get back an array now. For now let's just treat it like a boolean. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.18 by Chef Expeditorv16.6.18Chef Expeditor2020-10-167-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix spelling mistake in release notesTim Smith2020-10-161-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10513 from chef/memoryTim Smith2020-10-164-6/+12
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid declaring arrays in loopsTim Smith2020-10-164-6/+12
|/ | | | | | There's still a few of these left over, but these are the easy wins with obvious wins. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.17 by Chef Expeditorv16.6.17Chef Expeditor2020-10-167-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10510 from chef/more_resource_docsTim Smith2020-10-152-4/+6
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resource documentation updates from reviewTim Smith2020-10-152-4/+6
| | | | | | | | | | | | More stuff from the docs side Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.16 by Chef Expeditorv16.6.16Chef Expeditor2020-10-157-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10509 from chef/more_resource_docsTim Smith2020-10-153-8/+7
|\ \ | |/ | | More resource documentation improvement
| * More resource documentation improvementTim Smith2020-10-153-8/+7
| | | | | | | | | | | | | | | | | | Prevent tagging a resource new in Chef 11. No one cares Use the full product name instead of the client name in another spot Move the resource description in powershell_script to above the properties Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #10508Chef Expeditor2020-10-151-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10508 from chef/powershell_script-descriptionTim Smith2020-10-151-8/+5
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update powershell_script description to match docs site.Pete Higgins2020-10-151-8/+5
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Merge pull request #10506 from chef/more_thanksTim Smith2020-10-151-1/+1
|\ | | | | Make sure to thank burtlo as well
| * Make sure to thank burtlo as wellTim Smith2020-10-151-1/+1
|/ | | | | | This would not have happened without the initial prototype Signed-off-by: Tim Smith <tsmith@chef.io>