summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Avoid constant warnings in specsconstantsTim Smith2020-04-251-2/+2
* Bump version to 16.0.243 by Chef Expeditorv16.0.243Chef Expeditor2020-04-251-1/+1
* Allow Arrays in msu_package version againTim Smith2020-04-251-1/+6
* Bump version to 16.0.242 by Chef Expeditorv16.0.242Chef Expeditor2020-04-251-1/+1
* Add back shell_out with the actual 900s defaultTim Smith2020-04-241-0/+5
* Remove the pointless helper methodTim Smith2020-04-241-6/+2
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-243-8/+6
* Bump version to 16.0.241 by Chef Expeditorv16.0.241Chef Expeditor2020-04-241-1/+1
* Bump version to 16.0.240 by Chef Expeditorv16.0.240Chef Expeditor2020-04-241-1/+1
* Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-238-105/+161
|\
| * update descriptionslcg/chef-16-gitLamont Granquist2020-04-233-5/+7
| * Chef-16 git provider fixesLamont Granquist2020-04-238-103/+157
* | Bump version to 16.0.239 by Chef Expeditorv16.0.239Chef Expeditor2020-04-231-1/+1
* | More docs improvementsTim Smith2020-04-231-1/+3
* | Minor improvements to the resource descriptionsTim Smith2020-04-234-3/+5
* | Bump version to 16.0.238 by Chef Expeditorv16.0.238Chef Expeditor2020-04-231-1/+1
* | Merge pull request #9721 from chef/packageTim Smith2020-04-2314-1/+98
|\ \
| * | Make sure all the non-multipackage packge resources can't take arrayspackageTim Smith2020-04-2214-1/+98
* | | Bump version to 16.0.237 by Chef Expeditorv16.0.237Chef Expeditor2020-04-231-1/+1
* | | Merge pull request #9509 from chef/Kapil/Github-9413_Chocolate_resource_optio...Tim Smith2020-04-232-2/+92
|\ \ \
| * | | Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-232-2/+92
| | |/ | |/|
* | | Bump version to 16.0.236 by Chef Expeditorv16.0.236Chef Expeditor2020-04-231-1/+1
| |/ |/|
* | Bump version to 16.0.235 by Chef Expeditorv16.0.235Chef Expeditor2020-04-221-1/+1
|/
* Bump version to 16.0.234 by Chef Expeditorv16.0.234Chef Expeditor2020-04-211-1/+1
* Bump version to 16.0.233 by Chef Expeditorv16.0.233Chef Expeditor2020-04-211-1/+1
* Bump version to 16.0.232 by Chef Expeditorv16.0.232Chef Expeditor2020-04-211-1/+1
* Bump version to 16.0.231 by Chef Expeditorv16.0.231Chef Expeditor2020-04-211-1/+1
* Bump version to 16.0.230 by Chef Expeditorv16.0.230Chef Expeditor2020-04-201-1/+1
* Bump version to 16.0.229 by Chef Expeditorv16.0.229Chef Expeditor2020-04-201-1/+1
* Merge pull request #9663 from damacus/remove/chef-10-metadata-paramTim Smith2020-04-201-21/+20
|\
| * Stop handling the deprecated Chef version constraintsDan Webb2020-04-201-21/+20
* | Bump version to 16.0.228 by Chef Expeditorv16.0.228Chef Expeditor2020-04-201-1/+1
* | Chefstyle fixTim Smith2020-04-201-0/+1
* | Update lib/chef/provider/package/pacman.rb Tim Smith2020-04-201-1/+1
* | using allow_nilsIngo Becker2020-04-201-0/+1
* | added multipackage support for pacman resourceIngo Becker2020-04-201-34/+23
* | Bump version to 16.0.227 by Chef Expeditorv16.0.227Chef Expeditor2020-04-201-1/+1
* | Merge pull request #9627 from chef/Kapil/GitHub-2860_exception_raised_in_defi...Tim Smith2020-04-201-12/+29
|\ \
| * | Fix for exception raised in define resource requirementsKapil/GitHub-2860_exception_raised_in_define_resource_requirementsKapil Chouhan2020-04-171-12/+29
* | | Bump version to 16.0.226 by Chef Expeditorv16.0.226Chef Expeditor2020-04-181-1/+1
* | | Bump version to 16.0.225 by Chef Expeditorv16.0.225Chef Expeditor2020-04-181-1/+1
* | | Bump version to 16.0.224 by Chef Expeditorv16.0.224Chef Expeditor2020-04-181-1/+1
* | | Bump version to 16.0.223 by Chef Expeditorv16.0.223Chef Expeditor2020-04-181-1/+1
* | | Bump version to 16.0.222 by Chef Expeditorv16.0.222Chef Expeditor2020-04-181-1/+1
* | | Bump version to 16.0.221 by Chef Expeditorv16.0.221Chef Expeditor2020-04-181-1/+1
* | | Merge pull request #7982 from chef/multi_packageTim Smith2020-04-172-43/+107
|\ \ \
| * | | Use lamont's magic error handlingTim Smith2020-04-171-2/+14
| * | | Return empty hash from brew_info and avoid a bunch of nil checksmulti_packageTim Smith2020-04-171-8/+3
| * | | Use package_name_arrayTim Smith2020-04-171-1/+1
| * | | Properly handle unavailable packagesTim Smith2020-04-171-3/+22