summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Return empty hash from brew_info and avoid a bunch of nil checksmulti_packageTim Smith2020-04-172-13/+8
* Use package_name_arrayTim Smith2020-04-171-1/+1
* Properly handle unavailable packagesTim Smith2020-04-172-3/+32
* Remove some empty specs I left behindTim Smith2020-04-171-38/+1
* Use select instead of mapTim Smith2020-04-171-2/+2
* Use .map.compact instead of filter_map to support ruby 2.6Tim Smith2020-04-171-2/+3
* Fix the upgrade action specsTim Smith2020-04-171-25/+20
* Test install / remove / purge actionsTim Smith2020-04-171-39/+68
* Chefstyle fixesTim Smith2020-04-171-1/+1
* Rework how upgrades workTim Smith2020-04-161-8/+11
* Update specs for brew_cmd_outputTim Smith2020-04-162-6/+4
* Add specs for available versionTim Smith2020-04-161-0/+12
* Update specs for brew_info and installed_versionTim Smith2020-04-161-93/+193
* Squash 2 methods into oneTim Smith2020-04-161-12/+8
* Fix the load_current_resource specsTim Smith2020-04-161-17/+13
* Improve the trace logTim Smith2020-04-161-1/+1
* Improve the homebrew_user description for documentationTim Smith2020-04-161-1/+1
* Reduce comment liesTim Smith2020-04-161-1/+1
* Use .compact to remove nil valuesTim Smith2020-04-161-6/+3
* Support working with package aliasesTim Smith2020-04-161-5/+28
* Make sure we concat an package_name as an arrayTim Smith2020-04-161-1/+1
* WIP: Add multipackage support to homebrewTim Smith2020-04-161-26/+46
* Bump version to 16.0.215 by Chef Expeditorv16.0.215Chef Expeditor2020-04-167-19/+20
* Merge pull request #9679 from chef/lcg/ruby-2.7-6Lamont Granquist2020-04-161-1/+1
|\
| * Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6Lamont Granquist2020-04-161-1/+1
* | Merge pull request #9678 from chef/utils_typosTim Smith2020-04-162-2/+2
|\ \ | |/ |/|
| * Fix typo in chef-utils commentTim Smith2020-04-162-2/+2
|/
* Bump version to 16.0.214 by Chef Expeditorv16.0.214Chef Expeditor2020-04-167-19/+20
* Merge pull request #9676 from MsysTechnologiesllc/dh/add-timeout-for-msu-pack...Tim Smith2020-04-161-0/+1
|\
| * msu pkg removal also requires timeoutdheerajd-msys2020-04-161-0/+1
|/
* Bump version to 16.0.213 by Chef Expeditorv16.0.213Chef Expeditor2020-04-167-19/+20
* Merge pull request #9666 from chef/eol_release_warningTim Smith2020-04-152-0/+31
|\
| * Simplify the logic + improve the specTim Smith2020-04-152-11/+8
| * Add a spec for the EOL warningsTim Smith2020-04-151-0/+16
| * Add a warning to the end of the chef run for EOL releseseol_release_warningTim Smith2020-04-151-0/+18
* | Bump version to 16.0.212 by Chef Expeditorv16.0.212Chef Expeditor2020-04-157-19/+20
* | Merge pull request #9649 from MsysTechnologiesllc/dh/fix-msu-pkg-cumulative-u...Tim Smith2020-04-155-3/+16
|\ \ | |/ |/|
| * add timeout propertydheerajd-msys2020-04-145-1/+13
| * update specdheerajd-msys2020-04-141-2/+3
| * fix msu pkg cumulative updatesdheerajd-msys2020-04-141-2/+2
* | Bump version to 16.0.211 by Chef Expeditorv16.0.211Chef Expeditor2020-04-157-19/+20
* | Merge pull request #9662 from chef/csnapp/fix_amazon_linuxTim Smith2020-04-151-2/+2
|\ \
| * | Fix to use correct Amazon Linux 2 queuescsnapp/fix_amazon_linuxChristopher A. Snapp2020-04-141-2/+2
* | | Bump version to 16.0.210 by Chef Expeditorv16.0.210Chef Expeditor2020-04-157-19/+20
* | | Merge pull request #9664 from chef/they_are_propertiesTim Smith2020-04-152-5/+5
|\ \ \ | |/ / |/| |
| * | Replace a few uses of attributes / parameters in messaging with propertiesTim Smith2020-04-152-5/+5
|/ /
* | Bump version to 16.0.209 by Chef Expeditorv16.0.209Chef Expeditor2020-04-147-19/+20
* | Merge pull request #9659 from chef/timeoutsTim Smith2020-04-1413-31/+39
|\ \ | |/ |/|
| * Give execute resource a proper timeout defaulttimeoutsTim Smith2020-04-132-8/+3
| * Updates to timeout properties in resourcesTim Smith2020-04-1312-23/+36