summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 16.6.31 by Chef Expeditorv16.6.31Chef Expeditor2020-10-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10534 from chef/faster_installsTim Smith2020-10-192-18/+21
|\ | | | | Update train-core & pull in the faster MSI installs
| * Update train-core & pull in the faster MSI installsTim Smith2020-10-192-18/+21
|/ | | | | | Update the world Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.30 by Chef Expeditorv16.6.30Chef Expeditor2020-10-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10533 from chef/native_resourceTim Smith2020-10-191-4/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use a native resource in the ifconfig debian providerTim Smith2020-10-191-4/+3
| | | | | | | | | | | | We're in unified mode. There's no need to work with classes when we can just use the DSL here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.29 by Chef Expeditorv16.6.29Chef Expeditor2020-10-197-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10530 from chef/test_ifconfigTim Smith2020-10-194-7/+67
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove bogus example and add a note to the description.Tim Smith2020-10-191-9/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we have net-tools-deprecated on our SLES testerTim Smith2020-10-191-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * See if we can get Ubuntu/Debian workingTim Smith2020-10-191-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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>
* | Merge pull request #10531 from chef/cleanup-platform_mockTim Smith2020-10-192-68/+24
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove custom constant mocking in favor of rspec's.Pete Higgins2020-10-192-68/+24
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.6.28 by Chef Expeditorv16.6.28Chef Expeditor2020-10-197-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10529 from chef/bridge_ifconfigTim Smith2020-10-192-1/+7
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add bridge property to ifconfig for RHEL based systemsTim Smith2020-10-192-1/+7
| | | | | | | | | | | | | | I don't see any documentation mentioning this being used on Debian, but it's a thing in the legacy interface configs on RHEL 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>