summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Provide a better error when knife plugins are missing from the cachebetter_rehash_errorTim Smith2018-07-111-1/+1
* Bump version to 14.3.37 by Chef Expeditorv14.3.3713-stableChef Expeditor2018-07-101-1/+1
* Attributes -> Properties in a few more resourcesTim Smith2018-07-102-7/+7
* Merge pull request #7441 from chef/143_release_notesTim Smith2018-07-101-1/+1
|\
| * Update from reviewTim Smith2018-07-101-1/+1
* | Bump version to 14.3.36 by Chef Expeditorv14.3.36Chef Expeditor2018-07-101-1/+1
* | Attribute -> Property in additional placesTim Smith2018-07-104-4/+4
* | Fixes from the reviewTim Smith2018-07-107-13/+13
* | Add missing action descriptionsTim Smith2018-07-092-0/+6
* | Add missing periods in descriptionsTim Smith2018-07-0914-33/+34
* | Add descriptions to chocolatey_sourceTim Smith2018-07-091-4/+11
|/
* Bump version to 14.3.35 by Chef Expeditorv14.3.35Chef Expeditor2018-07-091-1/+1
* Bump version to 14.3.34 by Chef Expeditorv14.3.34Chef Expeditor2018-07-071-1/+1
* Merge pull request #7433 from chef/fix_windows_featureTim Smith2018-07-074-16/+15
|\
| * Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-064-16/+15
| * Prevent failures using windows_feature due to the platform helperTim Smith2018-07-061-1/+1
* | Bump version to 14.3.33 by Chef Expeditorv14.3.33Chef Expeditor2018-07-071-1/+1
* | Merge pull request #7401 from chef/nolan/double-stdoutLamont Granquist2018-07-061-1/+1
|\ \ | |/ |/|
| * fix logger logic with is_default? from new mixlib-configchef-nolan/double-stdoutLamont Granquist2018-07-051-5/+1
| * Adding log_location_default? methodNolan Davidson2018-07-051-1/+5
| * Fix dupe stdout_loggerNolan Davidson2018-07-051-1/+1
* | Bump version to 14.3.32 by Chef Expeditorv14.3.32Chef Expeditor2018-07-061-1/+1
* | Bump version to 14.3.31 by Chef Expeditorv14.3.31Chef Expeditor2018-07-061-1/+1
* | Merge pull request #7424 from chef/window_powershell_ps_3Tim Smith2018-07-051-1/+1
|\ \
| * | windows_feature_powershell: Don't error on PowerShell 3.0Tim Smith2018-07-051-1/+1
| |/
* | Bump version to 14.3.30 by Chef Expeditorv14.3.30Chef Expeditor2018-07-061-1/+1
|/
* Bump version to 14.3.29 by Chef Expeditorv14.3.29Chef Expeditor2018-07-031-1/+1
* Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-032-0/+127
|\
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-0250-135/+137
| |\
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-02223-2479/+2825
| |\ \
| * | | Rename the command to `knife config get`.Noah Kantrowitz2018-06-281-2/+2
| * | | Add fallback when asking for a specific key that isn't in the non-all data.Noah Kantrowitz2018-06-231-6/+7
| * | | Show nicer labels for STDOUT/ERR.Noah Kantrowitz2018-06-231-0/+9
| * | | Add a new `knife config` command.Noah Kantrowitz2018-06-231-0/+116
| * | | Add support for a $CHEF_HOME environment variable and improve support for the...Noah Kantrowitz2018-06-231-0/+1
* | | | Bump version to 14.3.28 by Chef Expeditorv14.3.28Chef Expeditor2018-07-031-1/+1
* | | | fix Style/MutableConstantLamont Granquist2018-07-0248-81/+81
* | | | Bump version to 14.3.27 by Chef Expeditorv14.3.27Chef Expeditor2018-07-031-1/+1
| |_|/ |/| |
* | | fix Style/PreferredHashMethodsLamont Granquist2018-07-0250-135/+137
| |/ |/|
* | Bump version to 14.3.25 by Chef Expeditorv14.3.25Chef Expeditor2018-07-021-1/+1
* | Merge pull request #7414 from chef/lcg/chefstyle2Lamont Granquist2018-07-02214-2445/+2444
|\ \
| * | fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-5/+5
| * | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-023-3/+3
| * | fix Style/UnneededInterpolationLamont Granquist2018-07-0216-22/+22
| * | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-0235-158/+158
| * | clean up whitespace againLamont Granquist2018-07-0210-85/+85
| * | fix Layout/DotPositionLamont Granquist2018-07-024-12/+12
| * | fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-021-2/+2
| * | fix Layout/IndentHeredocLamont Granquist2018-07-0231-612/+612
| * | fix Style/HashSyntaxLamont Granquist2018-07-02163-1701/+1700