summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* key show commands also didn’t require needed helper object.Noah Kantrowitz2017-04-182-0/+2
* The two key list commands didn’t actually require the helper object they bo...Noah Kantrowitz2017-04-182-0/+2
* Bump version of chef to 13.0.120 by Chef Versioner.v13.0.120Chef Versioner2017-04-141-1/+1
* Add usage banner for knife client key createdanielsdeleo2017-04-141-0/+2
* Bump version of chef to 13.0.119 by Chef Versioner.v13.0.119Chef Versioner2017-04-121-1/+1
* Bump version of chef to 13.0.118 by Chef Versioner.v13.0.118Chef Versioner2017-04-121-1/+1
* Bump version of chef to 13.0.117 by Chef Versioner.v13.0.117Chef Versioner2017-04-121-1/+1
* Bump version of chef to 13.0.116 by Chef Versioner.v13.0.116Chef Versioner2017-04-111-1/+1
* Merge pull request #6045 from coderanger/segment-oopsThom May2017-04-111-3/+8
|\
| * ensure all required fields are preserved in ManifestV0Thom May2017-04-111-1/+2
| * Fix https://github.com/chef/chef/issues/6044 by ensuring all segments exist i...Noah Kantrowitz2017-04-101-0/+5
| * Use each_with_object rather than inject because it’s 1% less footgun.Noah Kantrowitz2017-04-101-2/+1
* | Bump version of chef to 13.0.115 by Chef Versioner.v13.0.115Chef Versioner2017-04-111-1/+1
* | Merge pull request #6047 from coderanger/yum-optionsThom May2017-04-112-2/+6
|\ \
| * | Feed the rubocop.Noah Kantrowitz2017-04-101-1/+5
| * | Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-101-1/+1
| * | We missed this when options got converted to an array.Noah Kantrowitz2017-04-101-1/+1
| |/
* | push version back to 13.0Thom May2017-04-111-1/+1
|/
* Bump version of chef to 13.1.2 by Chef Versioner.v13.1.2Chef Versioner2017-04-101-1/+1
* Merge pull request #6042 from chef/dan/tame-required-recipe-messagingDan DeLeo2017-04-101-1/+2
|\
| * Clarify log messaging for required recipe featuredanielsdeleo2017-04-101-1/+2
* | Bump version of chef to 13.1.1 by Chef Versioner.v13.1.1Chef Versioner2017-04-101-1/+1
|/
* Bump version of chef to 13.0.113 by Chef Versioner.v13.0.113Chef Versioner2017-04-061-1/+1
* Bump version of chef to 13.0.112 by Chef Versioner.v13.0.112Chef Versioner2017-04-061-1/+1
* Merge pull request #6035 from chef/lcg/restore-log-locationThom May2017-04-062-1/+31
|\
| * Chef-13: restore log_location in client.rbLamont Granquist2017-04-062-1/+31
* | Bump version of chef to 13.0.111 by Chef Versioner.v13.0.111Chef Versioner2017-04-061-1/+1
* | Merge pull request #6032 from chef/sd/required-recipeThom May2017-04-061-0/+44
|\ \
| * | chefstyle fixessdelano2017-04-061-27/+24
| * | server enforced required recipesdelano2017-04-061-0/+47
* | | Bump version of chef to 13.0.110 by Chef Versioner.v13.0.110Chef Versioner2017-04-061-1/+1
| |/ |/|
* | switch guards to use shell_out_with_systems_localeLamont Granquist2017-04-061-2/+4
* | spec fixes and Path-v-PATH cleanupLamont Granquist2017-04-061-9/+9
* | try Path on windowsLamont Granquist2017-04-061-1/+9
* | Chef-13: shell_out PATH fixes and path_sanity changesLamont Granquist2017-04-062-47/+21
|/
* Bump version of chef to 13.0.109 by Chef Versioner.v13.0.109Chef Versioner2017-04-061-1/+1
* Merge pull request #5851 from chef/lcg/chef-13-formatterLamont Granquist2017-04-065-51/+9
|\
| * remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
| * savegameLamont Granquist2017-04-052-6/+2
| * CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-052-28/+5
* | Bump version of chef to 13.0.108 by Chef Versioner.v13.0.108Chef Versioner2017-04-061-1/+1
* | Merge pull request #5886 from MsysTechnologiesllc/nim/windows_taskThom May2017-04-064-0/+657
|\ \
| * | Fixed review comments by thommaynimisha2017-04-062-2/+1
| * | Removed config file and chcp commandnimisha2017-04-051-4/+12
| * | Fixed Rubocop style issues and review commentsnimisha2017-03-312-635/+648
| * | Using chcp 437 and fixed some bugsnimisha2017-03-312-8/+14
| * | Accepting random_delay and execution_time_limit in secondsnimisha2017-03-312-3/+57
| * | Fixed Idempotency checknimisha2017-03-312-29/+150
| * | Removed :change action. Moved validations to after_creatednimisha2017-03-312-156/+141
| * | Updated random_delay implementation and added execution_time_limit propertynimisha2017-03-312-9/+30