summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-261-2/+1
* Use ||= instead of const_defined? checkVivek Singh2020-08-261-1/+1
* remove duplication of deprecated optionsVivek Singh2020-08-265-248/+29
* more config specs cleanupVivek Singh2020-08-261-1/+0
* Bump version to 16.5.13 by Chef Expeditorv16.5.13Chef Expeditor2020-08-251-1/+1
* Update `knife config list` with new behavior and fix tests.Pete Higgins2020-08-251-28/+41
* Bump version to 16.5.12 by Chef Expeditorv16.5.12Chef Expeditor2020-08-251-1/+1
* Bump version to 16.5.11 by Chef Expeditorv16.5.11Chef Expeditor2020-08-251-1/+1
* Bump version to 16.5.10 by Chef Expeditorv16.5.10Chef Expeditor2020-08-251-1/+1
* Merge pull request #10341 from chef/VSingh/add-tty-tableTim Smith2020-08-251-26/+39
|\
| * require tty-screenVSingh/add-tty-tableVivek Singh2020-08-251-0/+1
| * Remove to_s operation to every itemVivek Singh2020-08-241-1/+1
| * Fix failing specsVivek Singh2020-08-241-3/+2
| * Add tty-table & render config listVivek Singh2020-08-241-25/+38
* | Fix warn message typosVSingh/knife-config-optionsVivek Singh2020-08-254-4/+4
* | Add deprecation warningVivek Singh2020-08-254-0/+12
* | Added config list use & show sub commandVivek Singh2020-08-253-0/+316
* | Bump version to 16.5.9 by Chef Expeditorv16.5.9Chef Expeditor2020-08-251-1/+1
* | Bump version to 16.5.8 by Chef Expeditorv16.5.8Chef Expeditor2020-08-241-1/+1
* | Bump version to 16.5.7 by Chef Expeditorv16.5.7Chef Expeditor2020-08-241-1/+1
* | More prominently mention quirks of package_name in windows_package resource d...Pete Higgins2020-08-241-3/+26
|/
* Bump version to 16.5.6 by Chef Expeditorv16.5.6skeshari-testChef Expeditor2020-08-211-1/+1
* Merge pull request #9482 from MsysTechnologiesllc/dh/Fix-knife-ssh-hang-win2k16Tim Smith2020-08-211-1/+16
|\
| * inserted rescuedheerajd-msys2020-08-191-2/+5
| * remove --ssh-pty with updatedheerajd-msys2020-08-191-11/+13
| * Fix knife ssh freeze on windowsdheerajd-msys2020-08-191-1/+11
* | Bump version to 16.5.5 by Chef Expeditorv16.5.5Chef Expeditor2020-08-211-1/+1
* | Bump version to 16.5.4 by Chef Expeditorv16.5.4Chef Expeditor2020-08-211-1/+1
* | Bump version to 16.5.3 by Chef Expeditorv16.5.3Chef Expeditor2020-08-211-1/+1
* | rescue all configuration errors and re-raiseNaomi Reeves2020-08-201-4/+7
* | define unique exit code for configuration failures and handle correctlyNaomi Reeves2020-08-201-0/+9
* | Bump version to 16.5.2 by Chef Expeditorv16.5.2Chef Expeditor2020-08-211-1/+1
* | Bump version to 16.5.1 by Chef Expeditorv16.5.1Chef Expeditor2020-08-201-1/+1
* | Bump version to 16.5.0 by Chef Expeditorv16.5.0Chef Expeditor2020-08-191-1/+1
* | Merge pull request #10331 from chef/client_trustedTim Smith2020-08-192-0/+102
|\ \
| * | Add basic unit test of properties and the helper methodTim Smith2020-08-191-1/+0
| * | Add new chef_client_trusted_certificate resourceTim Smith2020-08-192-0/+103
* | | Bump version to 16.4.42 by Chef Expeditorv16.4.42Chef Expeditor2020-08-191-1/+1
|/ /
* | Bump version to 16.4.41 by Chef Expeditorv16.4.41Chef Expeditor2020-08-191-1/+1
* | Bump version to 16.4.40 by Chef Expeditorv16.4.40Chef Expeditor2020-08-191-1/+1
* | Add missing requires for knife configure commandTim Smith2020-08-191-0/+2
|/
* Bump version to 16.4.39 by Chef Expeditorv16.4.39Chef Expeditor2020-08-181-1/+1
* Merge pull request #10323 from chef/timezoneTim Smith2020-08-181-73/+112
|\
| * Rename method to match othersTim Smith2020-08-181-2/+2
| * Update lib/chef/resource/timezone.rb Tim Smith2020-08-181-1/+4
| * Use .error? and make sure not to raise too earlyTim Smith2020-08-181-3/+3
| * Make sure to not raise too earlytimezoneTim Smith2020-08-181-1/+1
| * Make sure windows can still take case insensitive valuesTim Smith2020-08-181-35/+42
| * Add spec for windows as wellTim Smith2020-08-181-1/+1
| * Pass arrays to shelloutTim Smith2020-08-181-5/+5