summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | rename name property to source_nameTor Magnus Rakvåg2018-06-131-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | fix some propertiesTor Magnus Rakvåg2018-06-131-9/+7
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | add missing descriptionsTor Magnus Rakvåg2018-06-121-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | make properties idempotentTor Magnus Rakvåg2018-06-121-20/+83
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | fix copyrightTor Magnus Rakvåg2018-06-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | use psrepository cmdlet under the hood for powershellgetTor Magnus Rakvåg2018-06-111-8/+18
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | wire up package_management_providerTor Magnus Rakvåg2018-06-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | fix refactor errorTor Magnus Rakvåg2018-06-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | wire up the resourceTor Magnus Rakvåg2018-06-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | initial resource shellTor Magnus Rakvåg2018-06-081-0/+88
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
* | | | Bump version to 14.3.18 by Chef Expeditorv14.3.18Chef Expeditor2018-06-191-1/+1
| | | |
* | | | Merge pull request #7372 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1945-249/+288
|\ \ \ \ | |_|_|/ |/| | | Unification of shell_out APIs
| * | | add comment about odd construction herelcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-181-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix infinite recursion and add more testsLamont Granquist2018-06-181-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Unification of shell_out APIsLamont Granquist2018-06-1545-249/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | converts all usage to just shell_out() from the numerous helper utilities that we've had previously. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.17 by Chef Expeditorv14.3.17Chef Expeditor2018-06-181-1/+1
| | | |
* | | | Tweak the deprecation warning message to look a little nicer.Noah Kantrowitz2018-06-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecation CHEF-18 from /Users/coderanger/src/chef/spec/support/shared/integration/knife_support.rb:104:in `block in knife' Starting local-mode server in deprecated socket mode Please see https://docs.chef.io/deprecations_local_listen.html for further details and information on how to correct this problem. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Allow targeting via the deprecation ID, either as a number or in the CHEF-n ↵Noah Kantrowitz2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | form we show in various places. This is because users might not actually know the deprecation key, so this is probably more approachable. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Feed the Rubocop.Noah Kantrowitz2018-06-141-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Improve the warning message shown for node map collisions.Noah Kantrowitz2018-06-141-2/+17
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Switch map collisions to a dedicated deprecation type so they can be ↵Noah Kantrowitz2018-06-142-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | silenced easily. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Give property deprecations an ID just for tracking if nothing else, even if ↵Noah Kantrowitz2018-06-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | they don't have a docs page. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Simplify the deprecations system a bit, and introduce ways to silence ↵Noah Kantrowitz2018-06-145-215/+134
|/ / / | | | | | | | | | | | | | | | deprecation warnings. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version to 14.3.16 by Chef Expeditorv14.3.16Chef Expeditor2018-06-141-1/+1
| | |
* | | Merge pull request #7293 from ↵Bryan McLellan2018-06-141-5/+3
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-822_fix_for_task_is_not_idempotent_when_task_name_includes_parent_folder windows_task: Fix for task is not idempotent when task name includes parent folder