| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 16.0.227 by Chef Expeditorv16.0.227 | Chef Expeditor | 2020-04-20 | 7 | -19/+20 |
* | Merge pull request #9627 from chef/Kapil/GitHub-2860_exception_raised_in_defi... | Tim Smith | 2020-04-20 | 2 | -12/+66 |
|\ |
|
| * | Fix for exception raised in define resource requirementsKapil/GitHub-2860_exception_raised_in_define_resource_requirements | Kapil Chouhan | 2020-04-17 | 2 | -12/+66 |
* | | Bump version to 16.0.226 by Chef Expeditorv16.0.226 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | Bump version to 16.0.225 by Chef Expeditorv16.0.225 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | Bump version to 16.0.224 by Chef Expeditorv16.0.224 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | Merge pull request #9689 from chef/smaller | Tim Smith | 2020-04-18 | 1 | -8/+20 |
|\ \ |
|
| * | | Remove a few additional files from our buildssmaller | Tim Smith | 2020-04-17 | 1 | -8/+20 |
* | | | Merge pull request #9693 from TheLunaticScripter/tls/fix_16_hab | Tim Smith | 2020-04-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Bump ruby for windows to 2.7 | John Snow | 2020-04-18 | 1 | -1/+1 |
* | | | | Merge pull request #9692 from damacus/fix/bundler-clean-env | Tim Smith | 2020-04-18 | 4 | -5/+5 |
|\ \ \ \ |
|
| * | | | | [FIX DEPRECATION] with_clean_env is deprecated | Dan Webb | 2020-04-18 | 4 | -5/+5 |
* | | | | | Merge pull request #9691 from damacus/fix/redhat-6.9-specs | Tim Smith | 2020-04-18 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Bump CentOS version from 6.9 to 6.10 | Dan Webb | 2020-04-18 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Bump version to 16.0.223 by Chef Expeditorv16.0.223 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | | | Merge pull request #9690 from chef/fix_mac_installer_image | Tim Smith | 2020-04-17 | 1 | -0/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Remove "Code Can" from dmg backgroundfix_mac_installer_image | Tim Smith | 2020-04-17 | 1 | -0/+0 |
|/ / / |
|
* | | | Bump version to 16.0.222 by Chef Expeditorv16.0.222 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | | Bump version to 16.0.221 by Chef Expeditorv16.0.221 | Chef Expeditor | 2020-04-18 | 7 | -19/+20 |
* | | | Merge pull request #7982 from chef/multi_package | Tim Smith | 2020-04-17 | 3 | -217/+387 |
|\ \ \ |
|
| * | | | Use lamont's magic error handling | Tim Smith | 2020-04-17 | 2 | -4/+17 |
| * | | | Return empty hash from brew_info and avoid a bunch of nil checksmulti_package | Tim Smith | 2020-04-17 | 2 | -13/+8 |
| * | | | Use package_name_array | Tim Smith | 2020-04-17 | 1 | -1/+1 |
| * | | | Properly handle unavailable packages | Tim Smith | 2020-04-17 | 2 | -3/+32 |
| * | | | Remove some empty specs I left behind | Tim Smith | 2020-04-17 | 1 | -38/+1 |
| * | | | Use select instead of map | Tim Smith | 2020-04-17 | 1 | -2/+2 |
| * | | | Use .map.compact instead of filter_map to support ruby 2.6 | Tim Smith | 2020-04-17 | 1 | -2/+3 |
| * | | | Fix the upgrade action specs | Tim Smith | 2020-04-17 | 1 | -25/+20 |
| * | | | Test install / remove / purge actions | Tim Smith | 2020-04-17 | 1 | -39/+68 |
| * | | | Chefstyle fixes | Tim Smith | 2020-04-17 | 1 | -1/+1 |
| * | | | Rework how upgrades work | Tim Smith | 2020-04-16 | 1 | -8/+11 |
| * | | | Update specs for brew_cmd_output | Tim Smith | 2020-04-16 | 2 | -6/+4 |
| * | | | Add specs for available version | Tim Smith | 2020-04-16 | 1 | -0/+12 |
| * | | | Update specs for brew_info and installed_version | Tim Smith | 2020-04-16 | 1 | -93/+193 |
| * | | | Squash 2 methods into one | Tim Smith | 2020-04-16 | 1 | -12/+8 |
| * | | | Fix the load_current_resource specs | Tim Smith | 2020-04-16 | 1 | -17/+13 |
| * | | | Improve the trace log | Tim Smith | 2020-04-16 | 1 | -1/+1 |
| * | | | Improve the homebrew_user description for documentation | Tim Smith | 2020-04-16 | 1 | -1/+1 |
| * | | | Reduce comment lies | Tim Smith | 2020-04-16 | 1 | -1/+1 |
| * | | | Use .compact to remove nil values | Tim Smith | 2020-04-16 | 1 | -6/+3 |
| * | | | Support working with package aliases | Tim Smith | 2020-04-16 | 1 | -5/+28 |
| * | | | Make sure we concat an package_name as an array | Tim Smith | 2020-04-16 | 1 | -1/+1 |
| * | | | WIP: Add multipackage support to homebrew | Tim Smith | 2020-04-16 | 1 | -26/+46 |
* | | | | Merge pull request #9688 from chef/lcg/required-properties-chef-16 | Tim Smith | 2020-04-17 | 4 | -5/+42 |
|\ \ \ \ |
|
| * | | | | The value property in windows_env is not required for deletelcg/required-properties-chef-16 | Lamont Granquist | 2020-04-17 | 1 | -1/+1 |
| * | | | | Force requiring properties | Lamont Granquist | 2020-04-17 | 3 | -4/+41 |
|/ / / / |
|
* | | | | Bump version to 16.0.220 by Chef Expeditorv16.0.220 | Chef Expeditor | 2020-04-17 | 7 | -19/+20 |
* | | | | Merge pull request #9687 from chef/bump_ohai | Tim Smith | 2020-04-17 | 2 | -14/+14 |
|\ \ \ \ |
|
| * | | | | Update Ohai to 16.0.18 for Windows DMI plugin | Tim Smith | 2020-04-17 | 2 | -14/+14 |
|/ / / / |
|
* | | | | Bump version to 16.0.219 by Chef Expeditorv16.0.219 | Chef Expeditor | 2020-04-17 | 7 | -19/+20 |