summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | knife config and a bunch of UX improvements
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-0250-135/+137
| |\ | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-02223-2479/+2825
| |\ \ | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Rename the command to `knife config get`.Noah Kantrowitz2018-06-281-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add fallback when asking for a specific key that isn't in the non-all data.Noah Kantrowitz2018-06-231-6/+7
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Show nicer labels for STDOUT/ERR.Noah Kantrowitz2018-06-231-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add a new `knife config` command.Noah Kantrowitz2018-06-231-0/+116
| | | | | | | | | | | | | | | | | | | | | | | | This helps to inspect the configuration, aid in debugging, and work with scripts. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add support for a $CHEF_HOME environment variable and improve support for ↵Noah Kantrowitz2018-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | the existing $KNIFE_HOME. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Bump version to 14.3.28 by Chef Expeditorv14.3.28Chef Expeditor2018-07-031-1/+1
| | | |
* | | | fix Style/MutableConstantLamont Granquist2018-07-0248-81/+81
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.27 by Chef Expeditorv14.3.27Chef Expeditor2018-07-031-1/+1
| |_|/ |/| |
* | | fix Style/PreferredHashMethodsLamont Granquist2018-07-0250-135/+137
| |/ |/| | | | | | | | | | | absolutely hard requirement on the fixes that went into chef-config 2.2.11, so the floor of that gem is bumped up. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | 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
|\ \ | | | | | | Chefstyle fixes
| * | fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-5/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-023-3/+3
| | | | | | | | | | | | | | | | | | cop Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Style/UnneededInterpolationLamont Granquist2018-07-0216-22/+22
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-0235-158/+158
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | clean up whitespace againLamont Granquist2018-07-0210-85/+85
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/DotPositionLamont Granquist2018-07-024-12/+12
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-021-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Layout/IndentHeredocLamont Granquist2018-07-0231-612/+612
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Style/HashSyntaxLamont Granquist2018-07-02163-1701/+1700
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.3.24 by Chef Expeditorv14.3.24Chef Expeditor2018-07-021-1/+1
|/ /
* | Bump version to 14.3.23 by Chef Expeditorv14.3.23Chef Expeditor2018-06-281-1/+1
| |
* | Merge pull request #7380 from chef/sp/ffi-powershellTim Smith2018-06-282-7/+15
|\ \ | | | | | | Switch powershell_exec mixin to use FFI instead of COM
| * \ Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-261-23/+5
| |\ \ | | | | | | | | | | | | Signed-off-by: <>
| * | | Fix formattingStuart Preston2018-06-261-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-234-38/+40
| |\ \ \ | | | |/ | | |/| | | | | Signed-off-by: <>
| * | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2048-250/+455
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: <>
| * \ \ \ Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-1916-355/+472
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: <>
| * | | | | powershell_exec uses FFI instead of COMStuart Preston2018-06-192-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | | | Bump version to 14.3.22 by Chef Expeditorv14.3.22Chef Expeditor2018-06-281-1/+1
| | | | | |
* | | | | | Merge pull request #7400 from chef/missing_knife_requireTim Smith2018-06-271-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add missing require knife
| * | | | | | Add missing require knifeTim Smith2018-06-261-0/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be in all the plugins and it is except for this one. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.3.21 by Chef Expeditorv14.3.21Chef Expeditor2018-06-271-1/+1
| | | | | |
* | | | | | Use ALLUSERSPROFILE ENV variable vs. hardcoding the pathTim Smith2018-06-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Add chocolatey_config and chocolatey_source resourcesTim Smith2018-06-263-0/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow a user to fully manage chocolatey and get it setup for airgapped environments using chef out of the box. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Add missing knife license headersTim Smith2018-06-2622-3/+185
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fix some spacing as well Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | remove some ruby 1.8.7-ismslcg/remove-187-ismsLamont Granquist2018-06-251-23/+5
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | been a long, long time since we've needed to use iconv. this does not address the rest of dubiousness of this mixin, but just cleans out the old codepaths. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.20 by Chef Expeditorv14.3.20Chef Expeditor2018-06-211-1/+1
| | | |
* | | | Merge pull request #7382 from chef/lcg/deprecate-shell-out-methodsLamont Granquist2018-06-213-37/+39
|\ \ \ \ | | | | | | | | | | deprecate old shell_out APIs
| * | | | fix edge condition in old timeout APIslcg/deprecate-shell-out-methodsLamont Granquist2018-06-201-5/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | deprecate old shell_out APIsLamont Granquist2018-06-193-35/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | note that this restores the behavior of shell_out_with_timeout() which downstream consumers may be using, and correctly treats custom resources and LWRPs the same, along with setting up removing all this backcompat weirdness in Chef-15. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 14.3.19 by Chef Expeditorv14.3.19Chef Expeditor2018-06-211-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #7354 from Intility/powershell_package_sourceStuart Preston2018-06-202-0/+166
|\ \ \ \ | |/ / / |/| | | Add powershell_package_source resource
| * | | add descriptions to actions, require chef/resourceTor Magnus Rakvåg2018-06-141-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | set the resource to previewTor Magnus Rakvåg2018-06-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | refactor state fetching to use jsonTor Magnus Rakvåg2018-06-131-12/+15
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>