summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only run msu_package functional tests on Appveyorbtm/msu_functional_appveyor_onlyBryan McLellan2016-11-171-1/+1
| | | | | | | | | Choosing an MSU that works on a system but shouldn't be installed is hard / impossible. These tests work on appveyor but break the build in Jenkins. For now, let them just run on appveyor. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version of chef to 12.17.16 by Chef Versioner.v12.17.16Chef Versioner2016-11-174-8/+8
|
* Merge pull request #4838 from chef/lcg/resource-cloning-toggleLamont Granquist2016-11-163-2/+40
|\ | | | | add global and per-resource toggles for resource cloning behavior
| * simplify resource_cloning toggle PRlcg/resource-cloning-toggleLamont Granquist2016-11-165-25/+6
| | | | | | | | | | | | also add scarier banner to chef-config setting Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add global and per-resource toggles for resource cloning behaviorLamont Granquist2016-11-166-2/+59
| | | | | | | | let us turn on and off resource cloning
* | Bump version of chef to 12.17.15 by Chef Versioner.v12.17.15Chef Versioner2016-11-164-8/+8
| |
* | Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-165-24/+24
|\ \ | | | | | | Core: fix Lint/UnifiedInteger cop
| * | simplify some overly complicated powershell codelcg/unified-integerLamont Granquist2016-11-151-19/+19
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix Lint/UnifiedInteger copLamont Granquist2016-11-155-6/+6
| | | | | | | | | | | | | | | | | | believe this becomes necessary for ruby 2.4/3.0 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.17.14 by Chef Versioner.v12.17.14Chef Versioner2016-11-164-8/+8
| | |
* | | Merge pull request #5554 from chef/release_notesLamont Granquist2016-11-161-141/+3
|\ \ \ | |_|/ |/| | Wipe the 12.16 release notes out
| * | Wipe the 12.16 release notes outTim Smith2016-11-161-141/+3
|/ / | | | | | | | | | | We merged in a 12.17 change into the 12.16 notes. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.17.13 by Chef Versioner.v12.17.13Chef Versioner2016-11-164-8/+8
| |
* | Merge pull request #5460 from chef/tm/deprecation_with_urlThom May2016-11-1665-154/+401
|\ \ | | | | | | Core: Structure deprecations with additional metadata
| * | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-1665-154/+401
| | | | | | | | | | | | | | | | | | | | | | | | This adds URLs to each class of deprecation, and correctly prints and formats them for maximum user efficiency. We also provide the URL to the data collector for Visibility to ingest. Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 12.17.12 by Chef Versioner.v12.17.12Chef Versioner2016-11-164-8/+8
| | |
* | | Merge pull request #5501 from MsysTechnologiesllc/nim/docs_for_msu_packageBryan McLellan2016-11-161-0/+25
|\ \ \ | | | | | | | | Updated release docs for msu_package resource
| * | | Removed Doc_changesnimisha2016-11-041-9/+0
| | | | | | | | | | | | | | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
| * | | Removed contents from DOC_CHANGESnimisha2016-11-041-28/+0
| | | | | | | | | | | | | | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
| * | | Updated release docs for msu_package resourcenimisha2016-11-042-0/+62
| | | | | | | | | | | | | | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
* | | | Bump version of chef to 12.17.11 by Chef Versioner.v12.17.11Chef Versioner2016-11-164-8/+8
| | | |
* | | | Merge pull request #5445 from MsysTechnologiesllc/nim/msu_resourceBryan McLellan2016-11-1613-8/+688
|\ \ \ \ | |_|/ / |/| | | msu_package resource for Microsoft Update packages
| * | | msu_package resource for Microsoft Update packagesNimishaS2016-11-1613-8/+688
|/ / / | | | | | | | | | | | | | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com> Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com>
* | | Bump version of chef to 12.17.10 by Chef Versioner.v12.17.10Chef Versioner2016-11-164-8/+8
| | |
* | | Merge pull request #5550 from atward/debug_writeNoah Kantrowitz2016-11-151-1/+0
|\ \ \ | |_|/ |/| | Remove debug write
| * | Remove debug writeAdam Ward2016-11-161-1/+0
|/ / | | | | | | | | | | | | Obvious fix. Introduced in: e57e29b96b75ff7fc04abb7f9db73920b2a5894a Signed-off-by: Adam Ward <adamw@subdesigns.net>
* | Bump version of chef to 12.17.9 by Chef Versioner.v12.17.9Chef Versioner2016-11-154-8/+8
| |
* | Merge pull request #5541 from chef/lcg/node-immutable-array-sliceLamont Granquist2016-11-153-2/+21
|\ \ | | | | | | fix ImmutableArray slices
| * | add specs for array slice access to node attributeslcg/node-immutable-array-sliceLamont Granquist2016-11-152-0/+16
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix ImmutableArray slicesLamont Granquist2016-11-141-2/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.17.8 by Chef Versioner.v12.17.8Chef Versioner2016-11-154-8/+8
| | |
* | | Merge pull request #5543 from chef/lcg/style-semicolonLamont Granquist2016-11-155-21/+21
|\ \ \ | | | | | | | | fixes Style/Semicolon cop
| * | | fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-145-21/+21
| |/ / | | | | | | | | | | | | | | | these all seem like useless uses of semicolons. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.17.7 by Chef Versioner.v12.17.7Chef Versioner2016-11-154-8/+8
| | |
* | | Merge pull request #5544 from chef/https_shellThom May2016-11-151-2/+2
|\ \ \ | |/ / |/| | Output https links in chef-shell
| * | Output https links in chef-shellhttps_shellTim Smith2016-11-141-2/+2
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.17.6 by Chef Versioner.v12.17.6Chef Versioner2016-11-114-8/+8
| |
* | Merge pull request #5536 from chef/btm/powershell_mergeBryan McLellan2016-11-111-0/+41
|\ \ | | | | | | powershell package provider release notes
| * \ Merge branch ↵btm/powershell_mergeBryan McLellan2016-11-111-0/+41
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'MsysTechnologiesllc-dh/update_release_notes_for_powershell_package_resource' into MsysTechnologiesllc-dh/adding_powershell_package_manager_support Closes #5315 Closes #5491 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| | * | Updated release notes for powershell_package resource and providerdheerajd-msys2016-11-021-0/+37
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Additional changes based on more review commentsdheerajd-msys2016-11-112-218/+180
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Modified code based on review commentsdheerajd-msys2016-11-112-39/+25
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Added unit specs for powershell packagedheerajd-msys2016-11-115-35/+478
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Added code for adding support for powershell package managerdheerajd-msys2016-11-115-0/+171
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | | Bump version of chef to 12.17.5 by Chef Versioner.v12.17.5Chef Versioner2016-11-114-8/+8
| | | |
* | | | Merge pull request #5315 from ↵Bryan McLellan2016-11-116-0/+562
|\ \ \ \ | |/ / / |/| | | | | | | | | | | MsysTechnologiesllc/dh/adding_powershell_package_manager_support Adding support for Powershell package manager to Chef package provider
| * | | Additional changes based on more review commentsdheerajd-msys2016-11-102-218/+180
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Modified code based on review commentsdheerajd-msys2016-11-102-39/+25
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Added unit specs for powershell packagedheerajd-msys2016-11-105-35/+478
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | Added code for adding support for powershell package managerdheerajd-msys2016-11-105-0/+171
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>