summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Chefstyle fixesTim Smith2020-04-171-1/+1
* Rework how upgrades workTim Smith2020-04-161-8/+11
* Update specs for brew_cmd_outputTim Smith2020-04-161-2/+0
* Squash 2 methods into oneTim Smith2020-04-161-12/+8
* 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-161-1/+1
* Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6Lamont Granquist2020-04-161-1/+1
* Bump version to 16.0.214 by Chef Expeditorv16.0.214Chef Expeditor2020-04-161-1/+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-161-1/+1
* Merge pull request #9666 from chef/eol_release_warningTim Smith2020-04-151-0/+15
|\
| * Simplify the logic + improve the specTim Smith2020-04-151-8/+5
| * 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-151-1/+1
* | Merge pull request #9649 from MsysTechnologiesllc/dh/fix-msu-pkg-cumulative-u...Tim Smith2020-04-153-1/+7
|\ \ | |/ |/|
| * add timeout propertydheerajd-msys2020-04-143-1/+7
| * fix msu pkg cumulative updatesdheerajd-msys2020-04-141-2/+2
* | Bump version to 16.0.211 by Chef Expeditorv16.0.211Chef Expeditor2020-04-151-1/+1
* | Bump version to 16.0.210 by Chef Expeditorv16.0.210Chef Expeditor2020-04-151-1/+1
* | 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-141-1/+1
* | 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
* | Bump version to 16.0.208 by Chef Expeditorv16.0.208Chef Expeditor2020-04-141-1/+1
|/
* Bump version to 16.0.207 by Chef Expeditorv16.0.207Chef Expeditor2020-04-131-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-13706-707/+707
* Bump version to 16.0.206 by Chef Expeditorv16.0.206Chef Expeditor2020-04-131-1/+1
* Use the correct plist class in the mac user providerTim Smith2020-04-131-2/+2
* Bump version to 16.0.205 by Chef Expeditorv16.0.205Chef Expeditor2020-04-131-1/+1
* Bump version to 16.0.204 by Chef Expeditorv16.0.204Chef Expeditor2020-04-131-1/+1
* Merge pull request #9635 from chef/VSingh/fix-sudo-password-errorTim Smith2020-04-131-2/+12
|\
| * Match reason :bad_sudo_password for wrong attemptVSingh/fix-sudo-password-errorVivek Singh2020-04-111-2/+2
| * Fixes for sudo passwordVivek Singh2020-04-091-2/+12
* | Bump version to 16.0.203 by Chef Expeditorv16.0.203Chef Expeditor2020-04-131-1/+1
* | remove support for SLES11dheerajd-msys2020-04-131-1/+0
* | Bump version to 16.0.202 by Chef Expeditorv16.0.202Chef Expeditor2020-04-101-1/+1
* | Merge pull request #9642 from chef/macos-resourcesTim Smith2020-04-107-8/+218
|\ \
| * | Update lib/chef/resource/plist.rb Tim Smith2020-04-101-1/+1
| * | Super avoid class name confusionTim Smith2020-04-101-1/+1
| * | Make sure we're always using the right Plist classTim Smith2020-04-104-7/+7
| * | Require plist where we use itTim Smith2020-04-102-0/+2