summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Feed chefstylesp/ffi-powershellStuart Preston2018-06-271-2/+2
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Only copy dlls to target location once on bundle installStuart Preston2018-06-271-1/+2
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-261-23/+5
|\ | | | | | | Signed-off-by: <>
| * Merge pull request #7393 from chef/lcg/remove-187-ismsStuart Preston2018-06-261-23/+5
| |\ | | | | | | remove some ruby 1.8.7-isms
| | * 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>
* | Fix formattingStuart Preston2018-06-261-0/+1
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Ensure we use the latest/stable omnibus toolchainStuart Preston2018-06-251-0/+2
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2314-80/+272
|\ \ | |/ | | | | Signed-off-by: <>
| * Bump version to 14.3.20 by Chef Expeditorv14.3.20Chef Expeditor2018-06-215-12/+13
| |
| * Merge pull request #7382 from chef/lcg/deprecate-shell-out-methodsLamont Granquist2018-06-217-50/+234
| |\ | | | | | | deprecate old shell_out APIs
| | * fix edge condition in old timeout APIslcg/deprecate-shell-out-methodsLamont Granquist2018-06-203-9/+14
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| | * deprecate old shell_out APIsLamont Granquist2018-06-196-47/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-215-12/+12
| | |
| * | Merge pull request #7387 from coderanger/more-credsThom May2018-06-212-17/+24
| |\ \ | | | | | | | | Rework the credentials file system to support any config keys.
| | * | Rework the credentials file system to support any config keys.Noah Kantrowitz2018-06-202-17/+24
| | | | | | | | | | | | | | | | | | | | | | | | This won't work with 100% of Chef config options, but it should cover the majority and avoids situations where we forget to add important options in here in the future. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Move bindir copy logic into Gemfile to be used by BundlerStuart Preston2018-06-235-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2090-801/+1225
|\ \ \ \ | |/ / / | | | | | | | | Signed-off-by: <>
| * | | Merge pull request #7354 from Intility/powershell_package_sourceStuart Preston2018-06-203-0/+385
| |\ \ \ | | |_|/ | |/| | 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-132-21/+21
| | | | | | | | | | | | | | | | 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>
| | * | some test coverageTor Magnus Rakvåg2018-06-121-0/+219
| | | | | | | | | | | | | | | | 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-195-10/+12
| | | |
| * | | Merge pull request #7372 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1982-791/+828
| |\ \ \ | | | | | | | | | | 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-182-109/+111
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| | * | | Unification of shell_out APIsLamont Granquist2018-06-1582-699/+731
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | 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>
* | | | Fix up tests for appveyorStuart Preston2018-06-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | Remove COM registration entries from Windows InstallerStuart Preston2018-06-191-30/+0
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-1961-844/+856
|\ \ \ \ | |/ / / | | | | | | | | Signed-off-by: <>
| * | | Update CHANGELOG.md with details from pull request #7378Chef Expeditor2018-06-181-4/+4
| | | |
| * | | Merge pull request #7378 from chef/remove_audit_testTim Smith2018-06-1813-206/+0
| |\ \ \ | | | | | | | | | | Remove the unused audit test cookbook
| | * | | Remove the unused audit test cookbookremove_audit_testTim Smith2018-06-1613-206/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Analytics is going EOL and we're already not using this. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Bump version to 14.3.17 by Chef Expeditorv14.3.17Chef Expeditor2018-06-185-10/+12
| | | | |
| * | | | Merge pull request #7375 from coderanger/silence-deprecationsThom May2018-06-1812-237/+357
| |\ \ \ \ | | | | | | | | | | | | Silence deprecation warnings
| | * | | | Fix some more tests.Noah Kantrowitz2018-06-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| | * | | | 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>
| | * | | | Fix some tests.Noah Kantrowitz2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| | * | | | Add an example for kitchen too.Noah Kantrowitz2018-06-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| | * | | | Add release notes.Noah Kantrowitz2018-06-141-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>