summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add chocolatey_config and chocolatey_source resourceschocoTim Smith2018-06-215-0/+351
| | | | | | 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>
* 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>
* | Bump version to 14.3.16 by Chef Expeditorv14.3.16Chef Expeditor2018-06-145-11/+12
| |
* | Merge pull request #7293 from ↵Bryan McLellan2018-06-142-5/+57
|\ \ | | | | | | | | | | | | 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
| * | fix for task is not idempotent when task name includes parent foldervasu11052018-06-142-5/+57
| | | | | | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | Bump version to 14.3.15 by Chef Expeditorv14.3.15Chef Expeditor2018-06-145-11/+12
| | |
* | | Merge pull request #7288 from ↵Bryan McLellan2018-06-141-2/+2
|\ \ \ | |/ / |/| | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-816_fix_for_task_getting_created_when_wrong_user_password_provided windows_task: Don't allow bad username/password to be provided to a task which will fail later
| * | Fix for windows_task getting created when wrong username and password ↵vasu11052018-06-141-2/+2
|/ / | | | | | | | | | | provided and throws error afterwards Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 14.3.14 by Chef Expeditorv14.3.1413.9.113.9Chef Expeditor2018-06-135-11/+12
| |