summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.0.171 by Chef Expeditorv16.0.171Chef Expeditor2020-04-017-19/+20
* Merge pull request #9564 from chef/csnapp/add_win10_testerTim Smith2020-03-311-0/+1
|\
| * Add Windows 10 Testercsnapp/add_win10_testerChristopher A. Snapp2020-03-301-0/+1
* | Bump version to 16.0.170 by Chef Expeditorv16.0.170Chef Expeditor2020-04-017-19/+20
* | Merge pull request #9563 from chef/btm/win10functionalTim Smith2020-03-311-4/+4
|\ \
| * | Fix functional tests on Windows 10 by matching lessBryan McLellan2020-03-311-4/+4
|/ /
* | Bump version to 16.0.169 by Chef Expeditorv16.0.169Chef Expeditor2020-03-317-19/+20
* | Merge pull request #9553 from chef/fix_cloudTim Smith2020-03-312-1/+8
|\ \
| * | Fix cloud? helper to only report true on cloud instancesTim Smith2020-03-312-1/+8
|/ /
* | Bump version to 16.0.168 by Chef Expeditorv16.0.168Chef Expeditor2020-03-317-19/+20
* | Merge pull request #9552 from chef/build_essential_macosTim Smith2020-03-311-3/+1
|\ \
| * | Simplify the matching code per code reviewTim Smith2020-03-311-3/+1
* | | Bump version to 16.0.167 by Chef Expeditorv16.0.167Chef Expeditor2020-03-317-19/+20
* | | Merge pull request #9550 from chef/build_essential_macosTim Smith2020-03-314-24/+244
|\ \ \ | |/ /
| * | Fix failing specsTim Smith2020-03-311-2/+2
| * | Add example for upgrading on macOSTim Smith2020-03-311-0/+7
| * | Handle scenario where no value found in the updateTim Smith2020-03-312-2/+32
| * | Add testing of the xcode CLI detection plist parsingTim Smith2020-03-313-11/+133
| * | Update lib/chef/resource/build_essential.rb Tim Smith2020-03-311-2/+2
| * | Split the logic that handled updates into an :upgrade actionTim Smith2020-03-311-20/+42
| * | Simplify the installation a bitTim Smith2020-03-311-4/+2
| * | Switch to a native ruby method of determining the package labelTim Smith2020-03-311-12/+16
| * | Switch the array format of shell_out and add a testTim Smith2020-03-312-2/+26
| * | Use the shell_out helper instead of Mixlib::Shellout directlyTim Smith2020-03-311-2/+1
| * | fix quote stylingHarry Seeber2020-03-311-1/+1
| * | support Catalina softwareupdate output ("Label: ") and support updating CLT w...Harry Seeber2020-03-311-2/+16
|/ /
* | Bump version to 16.0.166 by Chef Expeditorv16.0.166Chef Expeditor2020-03-317-19/+20
* | Merge pull request #9551 from chef/sles11_buildessentialTim Smith2020-03-311-1/+0
|\ \ | |/ |/|
| * Remove SLES 11 support from build_essentialsles11_buildessentialTim Smith2020-03-301-1/+0
* | Bump version to 16.0.165 by Chef Expeditorv16.0.165Chef Expeditor2020-03-306-16/+16
* | Merge pull request #9532 from chef/lcg/restore-magic-resource-name-orderLamont Granquist2020-03-301-1/+4
|\ \ | |/ |/|
| * restore magic resource name orderinglcg/restore-magic-resource-name-orderLamont Granquist2020-03-261-1/+4
* | Bump version to 16.0.164 by Chef Expeditorv16.0.164Chef Expeditor2020-03-277-19/+20
* | Bump version to 16.0.163 by Chef Expeditorv16.0.163Chef Expeditor2020-03-277-19/+20
* | Merge pull request #9523 from chef/csnapp/9456Tim Smith2020-03-271-0/+1
|\ \
| * | Add Ubuntu 20.04 (x86_64) Testercsnapp/9456Christopher A. Snapp2020-03-261-0/+1
| |/
* | Merge pull request #9549 from chef/net-toolsTim Smith2020-03-273-3/+9
|\ \
| * | Skip the ifconfig functional tests if we don't have ifconfignet-toolsTim Smith2020-03-273-3/+9
|/ /
* | Bump version to 16.0.162 by Chef Expeditorv16.0.162Chef Expeditor2020-03-277-19/+20
* | Merge pull request #9480 from chef/fix-clear-sourcesTim Smith2020-03-277-41/+253
|\ \
| * | Fix comment documenting include_default_source? function.fix-clear-sourcesPete Higgins2020-03-231-5/+5
| * | Fix chefstyle violation.Pete Higgins2020-03-231-1/+1
| * | Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-233-15/+136
| * | Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-232-4/+25
| * | Fix whitespace.Pete Higgins2020-03-231-1/+1
| * | Add documentation for new magic clear_sources behavior.Pete Higgins2020-03-231-0/+4
| * | Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-235-24/+24
| * | Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-233-10/+10
| * | Move clear_sources? helper from resource to provider.Pete Higgins2020-03-234-47/+54
| * | Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-234-7/+66