summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.5.20 by Chef Expeditorv16.5.20Chef Expeditor2020-08-267-19/+20
* Merge pull request #10357 from chef/better_launchd_propertiesTim Smith2020-08-262-4/+29
|\
| * an Integer not a IntegerTim Smith2020-08-261-1/+1
| * Set the default nice value to nil not 0Tim Smith2020-08-261-2/+1
| * Rename the spec fileTim Smith2020-08-261-0/+0
| * Improve input handling and validation in chef_client_launchdbetter_launchd_propertiesTim Smith2020-08-262-3/+29
* | Merge pull request #10358 from chef/add_back_niceTim Smith2020-08-262-0/+28
|\ \
| * | Typos typos everywhereTim Smith2020-08-261-1/+1
| * | Add back nice functionality to chef_client_cronTim Smith2020-08-262-0/+28
* | | Bump version to 16.5.19 by Chef Expeditorv16.5.19Chef Expeditor2020-08-267-19/+20
* | | Merge pull request #10359 from chef/launchd_niceTim Smith2020-08-262-1/+10
|\ \ \ | |/ / |/| |
| * | Validate nice values in the launchd resourceTim Smith2020-08-262-1/+10
|/ /
* | Bump version to 16.5.18 by Chef Expeditorv16.5.18Chef Expeditor2020-08-267-19/+20
* | Merge pull request #10351 from chef/VSingh/knife-list-deprecation-updateTim Smith2020-08-269-375/+88
|\ \
| * | Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-262-7/+6
| * | Use ||= instead of const_defined? checkVivek Singh2020-08-261-1/+1
| * | remove duplication of deprecated optionsVivek Singh2020-08-265-248/+29
| * | knife config show specsVivek Singh2020-08-261-0/+192
| * | more config specs cleanupVivek Singh2020-08-265-309/+50
* | | Bump version to 16.5.17 by Chef Expeditorv16.5.17Chef Expeditor2020-08-267-19/+20
| |/ |/|
* | Merge pull request #10353 from chef/ohai_bumpTim Smith2020-08-261-2/+2
|\ \
| * | Update Ohai to 16.4.13ohai_bumpTim Smith2020-08-251-2/+2
|/ /
* | Bump version to 16.5.16 by Chef Expeditorv16.5.16Chef Expeditor2020-08-267-19/+20
* | Merge pull request #10350 from chef/debug-hab-ci-failuresTim Smith2020-08-254-9/+6
|\ \
| * | Fix hab testing script.Pete Higgins2020-08-254-9/+6
|/ /
* | Bump version to 16.5.15 by Chef Expeditorv16.5.15Chef Expeditor2020-08-257-19/+20
* | Merge pull request #10348 from chef/launchdTim Smith2020-08-254-1/+223
|\ \
| * | Update descriptionTim Smith2020-08-251-1/+1
| * | There's no need to both create and enable with launchdTim Smith2020-08-251-1/+1
| * | Add kitchen testing of the chef_client_launchd resourceTim Smith2020-08-251-0/+5
| * | Add initial take at chef_client_launchdTim Smith2020-08-253-1/+218
| |/
* | Bump version to 16.5.14 by Chef Expeditorv16.5.14Chef Expeditor2020-08-257-19/+20
* | Merge pull request #10349 from chef/dep_bumpTim Smith2020-08-2510-16/+16
|\ \ | |/ |/|
| * Bump deps and resolve new Chefstyle warningsTim Smith2020-08-2510-16/+16
|/
* Bump version to 16.5.13 by Chef Expeditorv16.5.13Chef Expeditor2020-08-257-19/+20
* Merge pull request #10347 from chef/greenify-ci-rednessTim Smith2020-08-256-47/+63
|\
| * Cut down on log output during hab builds on CI.greenify-ci-rednessPete Higgins2020-08-251-0/+7
| * Update `knife config list` with new behavior and fix tests.Pete Higgins2020-08-253-46/+54
| * Fix spellcheck violations.Pete Higgins2020-08-252-1/+2
|/
* Bump version to 16.5.12 by Chef Expeditorv16.5.12Chef Expeditor2020-08-257-19/+20
* Merge pull request #10325 from chef/lcg/fix-windows-gemfileLamont Granquist2020-08-251-1/+1
|\
| * Update Gemfile lcg/fix-windows-gemfileLamont Granquist2020-08-241-1/+1
| * Fix dll copying in Gemfile to remove Dir.pwdLamont Granquist2020-08-241-1/+1
* | Bump version to 16.5.11 by Chef Expeditorv16.5.11Chef Expeditor2020-08-257-19/+20
* | Bump version to 16.5.10 by Chef Expeditorv16.5.10Chef Expeditor2020-08-257-19/+20
* | Merge pull request #10341 from chef/VSingh/add-tty-tableTim Smith2020-08-254-48/+65
|\ \
| * | require tty-screenVSingh/add-tty-tableVivek Singh2020-08-251-0/+1
| * | Mock TTY::Screen to fix table dynamic natureVivek Singh2020-08-251-0/+1
| * | Remove to_s operation to every itemVivek Singh2020-08-241-1/+1
| * | Fix failing specsVivek Singh2020-08-242-25/+24