summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test rust updatejsinha/test_rust_updateJaymala Sinha2018-06-252-8/+8
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* 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>
* | | 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>
* | | 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>
| * | | | Allow targeting via the deprecation ID, either as a number or in the CHEF-n ↵Noah Kantrowitz2018-06-142-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-5/+5
| | | | | | | | | | | | | | | | | | | | 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-143-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | silenced easily. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Add a test to check for colliding deprecation IDs in case we forget some day.Noah Kantrowitz2018-06-141-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Clean up some existing tests for the new API.Noah Kantrowitz2018-06-141-12/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Bad dev no cookie.Noah Kantrowitz2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | 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-147-215/+232
| | |/ / | |/| | | | | | | | | | | | | | | | | | deprecation warnings. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Update CHANGELOG.md with details from pull request #7377Chef Expeditor2018-06-161-3/+4
| | | |
* | | | Merge pull request #7377 from chef/kitchen_cleanupTim Smith2018-06-1618-245/+105
|\ \ \ \ | |/ / / |/| / / | |/ / Remove awesome customers testing and update kitchen configs
| * | Remove awesome customers testing and update kitchen configsTim Smith2018-06-1618-245/+105
|/ / | | | | | | | | | | | | | | Awesome customers cookbook testing isn't even correct from learn chef anymore and it's not coming back in this form. There's no reason to keep carrying it around. This change also deps on kitchen 1.21 and uses the new name for the configs. Much easier to find if you're browsing the source in Finder/Explorer. Signed-off-by: Tim Smith <tsmith@chef.io>